/*---------------------------------------------------------------
 screen -> screen/layout.css
---------------------------------------------------------------*/




/* Common Setting
===============================================================*/

body {
	_zoom: 0.8;
}

div#layout {
}



/* Pagetop Setting
===============================================================*/

div#pagetop-body {
	display: none;
}






/* Wrap Setting
===============================================================*/

div#wrap {
}

div#wrap-body {
}

div#pagetop {
	display: none;
}

.ancor {
	display: none;
}

/* header Setting
===============================================================*/

div#header {
}

div#header-body, div#header-c2 {
	display: none;
}

div#header-logo {
}

div#header-navigation {
	display: none;
}




/* navigation Setting
===============================================================*/

div#navigation-body {
	display: none;
}




/* title Setting
===============================================================*/

div#title-body {
}

div#title-image {
}

div#title-function {
	display: none;
}





/* contents Setting
===============================================================*/

div#contents-body {
}

div#column-contents {
}

div#column-navigation {
	display: none;
}





/* news Setting
===============================================================*/

div#news-body {
	width: 800px;
	margin: 0px 70px;
}

div#news-wrap {
}

div#news-left {
	width: 380px;
	margin: 10px 10px 10px 0px;
	float: left;
	display: inline;
}

div#news-right {
	width: 380px;
	margin: 0px 10px 10px 10px;
	float: right;
	display: inline;
}





/* footer Setting
===============================================================*/

div#footer-body {
	display: none;
}





/* Pagetop Setting
===============================================================*/

div#pagebottom-body {
}

div#pagebottom-copyright {
}

div#pagebottom-navigation {
	display: none;
}


div.normalTbl {
	margin: 10px 0px;
}

div.normalTbl table{
	border-top: 1px solid #D0A8B1;
	border-left: 1px solid #D0A8B1;
}

div.normalTbl table td {
	border-right: 1px solid #D0A8B1;
	border-bottom: 1px solid #D0A8B1;
	padding: 10px;
}

div.normalTbl table th {
	font-weight: bold;
	border-right: 1px solid #D0A8B1;
	border-bottom: 1px solid #D0A8B1;
	padding: 10px;
	background: #efefef;
	text-align: center;
}

div.normalTbl table td.head, div.normalTbl table th.head {
	border-right: 1px solid #D0A8B1;
	border-bottom: 1px solid #D0A8B1;
	padding: 10px;
	background: #F1E4E7;
	color: #6B3843;
}

br.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}





