/* CSS Document */
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body{
	font-family:"ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	font-size:75%;
	color:#ffffff;
	line-height:140%;
	background:url(../images/e_bg2.gif) repeat;
	height:100%;
}
#container{
	width:850px;
	margin:auto;
	text-align:left;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clr{
	clear:both;
}
.fs10{
	font-size:80%;
}
.lh75{
	line-height:75%;
}
.red{
	color:#CC0000;
}
img{
	border:0;
}
a{
	cursor:hand;
}
a:link{
	color:#0066FF;
	text-decoration:underline;
	}

a:visited{
	color:#0066FF;
	text-decoration:underline;
	}

a:hover{
	color:#990033;
	text-decoration:underline;
	}

/** ヘッダー **/
#hd{
	height:106px;
	width:900px;
	position:relative;
	margin:0 auto;
}
#hd_bg{
	background:#000000;
}
#hd h1{
	background:url(../images/e_hd_title.gif) no-repeat top left;
	height:37px;
	width:250px;
	display:block;
	overflow:hidden;
	position:absolute;
	left: 0px;
	top: 30px;
}
#hd h1 a{
	padding-top:100px;
	display:block;
	width: 250px;
}
#hd p{
	height:12px;
	width:65px;
	display:block;
	overflow:hidden;
	position:absolute;
	background:url(../images/hd_jp.gif) no-repeat left top;
	left: 830px;
	top: 42px;
}
#hd p a{
	padding-top:25px;
	display:block;
}
#hd_img{
	background:#3F060A url(../images/e_bg1.gif) repeat-x bottom;
	padding:10px 0;
}


/**メニュー**/
ul#mn{
	list-style-type: none;
	list-style-position: outside;
	overflow: hidden;
	position:absolute;
	width: 415px;
	left: 390px;
	top: 39px;
}
ul#mn li{
	display:block;
	overflow: hidden;
	float: left;
	height:18px;
}
ul#mn li a {
	display: block;
	height: 18px !important;
	height /**/: 0px;
	padding-top: 20px;
	background-image: url("../images/e_menu.gif") ;
}
#mn1 a{
	background-position:0px 0px;
	width:110px;
}
#mn2 a{
	background-position:-110px 0px;
	width:117px;
}
#mn3 a{
	background-position:-227px 0px;
	width:94px;
}
#mn4 a{
	background-position:-321px 0px;
	width:94px;
}

#mn1 a:hover,
#mn1 a:focus {
	background-position:-0px -18px;
}
#mn2 a:hover,
#mn2 a:focus {
	background-position:-110px -18px;
}
#mn3 a:hover,
#mn3 a:focus {
	background-position:-227px -18px;
}
#mn4 a:hover,
#mn4 a:focus {
	background-position:-321px -18px;
}

/** メイン **/
#main_bg1{
	background:url(../images/e_box_bg2.gif) no-repeat left bottom #3B231B;
	width:900px;
	margin:20px auto;
}
#main_bg2{
	background:url(../images/e_box_bg1.gif) no-repeat left top;
	padding:20px 20px 20px 20px;
	text-align:left;
}

/** フッター **/
#ft_bg{
	background:#1D0902;
	padding:20px 0 25px 0;
	text-align:center;
}
#ft_bg p{
	background:url(../images/e_ft_copy.gif) no-repeat left top;
	height:10px;
	width:210px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
#ft_bg p span{
	display:block;
	padding-top:20px;
}

