@charset "utf-8";
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #FFF;
}

#container {
	width: 928px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #888888;
	text-align: left; 
	background-image	: url(img/bg.gif);
	background-repeat	: repeat-y;
} 

#header {
	background-color: #DDDDDD;
	background-image: url(img/head.jpg);
	height: 204px;
	padding: 0px;
	margin: 0px;
	background-position: left top;
} 

#e_header {
	background-color: #DDDDDD;
	background-image: url(img/e_head.jpg);
	height: 204px;
	padding: 0px;
	margin: 0px;
	background-position: left top;
} 

#header h1 {
	margin-top			: 10px;
	margin-right		: 10px;
	margin-bottom		: 13px;
	margin-left			: 200px;
	padding				: 0px;
}

#e_header h1 {
	margin-top			: 10px;
	margin-right		: 10px;
	margin-bottom		: 13px;
	margin-left			: 200px;
	padding				: 0px;
}

#upnv {
	float				: right;
	height				: 44px;
	width				: 378px;
	display				: inline;
	line-height: normal;
}

#e_upnv {
	float				: right;
	height				: 44px;
	width				: 268px;
	display				: inline;
	line-height: normal;
}

#sidebar {
	float				: left;
	width				: 165px;
	padding-top			: 15px;
	padding-right		: 10px;
	padding-bottom		: 15px;
	padding-left		: 20px;
	background-color	: #EBEBEB;
	background-image	: url(img/bg.gif);
}


#sidebar ul{
	list-style-position	: inside;
	list-style-type		: none;
	margin				: 0px;
	padding				: 0px;
	}

#sidebar li{
	list-style-position	: inside;
	list-style-type		: none;
	margin				: 0px;
	padding				: 0px;
	height				: 39px;
	width				: 165px;
	float				: left;
	border-top-width	: 1px;
	border-top-style	: solid;
	border-top-color	: #CCC;
	}

#mainContent {
	margin-top			: 0;
	margin-right		: 0px;
	margin-bottom		: 0;
	margin-left			: 200px;
	padding-top			: 0;
	padding-right		: 10px;
	padding-bottom		: 0;
	padding-left		: 10px;
	text-align			: right;
} 

.info {
	margin				: 0px ;
	width				: 686px ;
	height				: 242px ;
	float				: right ;
	background-image	: url("img/bg_info.gif") ;
	background-repeat	: no-repeat ;
	text-align			: left ;
	padding				: 0px ;
	padding-top			: 50px;
	line-height			: 100%;
}

.info_scroll {
	width				: 686px ;
	height				: 180px ;
	padding-top			: 2px;
	overflow			: auto;
	overflow-y			: scroll;
}

.info p{
	padding				: 0px;
	text-indent			: 5em;
	font-size: 10.5pt;
	color: #666;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.info dl{
	padding				: 0px;
	font-size			: 10.5pt;
	color				: #666;
	font-weight			: bold;
	font-family			: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.info dl dt{
	text-indent			: 6em;
	float				: left;
}

.info dl dd{
	padding-left		: 140px;
}



#footer {
	background-color	: #DDDDDD ;
	background-image	: url(img/foot.jpg) ;
	height				: 75px ;
	padding-top			: 0px ;
	padding-right		: 10px;
	padding-bottom		: 0px ;
	padding-left		: 20px;
} 
.layout #footer p {
	margin				: 0 ;
	padding				: 0px ;
}
.fltrt { 
	float				: right ;
	margin-left			: 8px ;
}
.fltlft { 
	float				: left ;
	margin-right		: 8px ;
}


#container #mainContent em {
	font-family			: Verdana, Geneva, sans-serif;
	font-size			: 18px;
	color				: #C5CAD3;
}
