/* CSS Document */

body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,div,p,form,fieldset { margin:0; padding:0; }
li {list-style:none}
th {font-weight:normal}
em {font-style:normal}

.Spacer{
	clear:both;
	margin:0px;
	padding:0px
}

A { color:#666666; text-decoration:none; }

A:hover { color:#FF7100; text-decoration:underline; }

.Red{ color:#FF0000; }


/* -------------------------------------
   Body
---------------------------------------- */

body {
	background-image:url(../images/body_back.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:11px;
	line-height:160%;
	color:#666666;
	margin:0px;
	padding:0px;
	text-align:center
}

#ContentsBack{
	background-image:url(../images/contents_back2.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:400px;
	height:530px;
	margin:70px auto 0px;
	padding:0px
}

#ContentsBack .MainArea{
	width:259px;
	padding-top:390px;
	margin:0px auto;
}

#ContentsBack .MainArea ul{
	width:259px;
	height:51px;
}

#ContentsBack .MainArea li{
	margin:0px;
	padding:0px;
	float:left;
}

.MainArea li.hNavi01 A{
	background-image:url(../images/hbtn01.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:128px;
	height:51px;
	display:block;
	text-indent:-9999px;
	margin-right:40px;
}

.MainArea li.hNavi02 A{
	background-image:url(../images/hbtn02.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:91px;
	height:51px;
	display:block;
	text-indent:-9999px
}

.MainArea li.hNavi01 A:hover{
	background-image:url(../images/hbtn01on.gif);
	background-repeat:no-repeat;
}

.MainArea li.hNavi02 A:hover{
	background-image:url(../images/hbtn02on.gif);
	background-repeat:no-repeat;
}

