/* ------------ Link Color Settings ------------ */
a{
	color: #86A000;
	text-decoration: underline;
}
a:hover{
	color: #FF6600;
	text-decoration: none;
}
a:visited{
	color: #9EB900;
}

/* layout */
body{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #000000;
	font-size: 80%;
	line-height: 140%;
	
	background-color: #000000;
	background-image: url(/wafu/kentei/img/kentei_bg2_03.jpg);
	background-repeat: repeat-y;
	background-position: center 50px;
}

#page{
	width:770px;
	margin:auto;
	padding-top:32px;
	
	background-image: url(/wafu/kentei/img/kentei_bg_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#leftbox{
	float:left;
	width:170px;

	background-image: url(/wafu/kentei/img/kentei_bg_03.png);
	background-repeat: no-repeat;
	background-position: 0 196px;
}
#rightbox {
	float:right;
	width:596px;

	background-image:url(/wafu/kentei/img/kentei_footbg_03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#foot{
	clear:both;
}

/* side */
#side_title{
	margin-left: 45px;
	margin-bottom: 12px;
}
#side_mobile{
	margin-left: 41px;
	margin-top: 12px;
}
#side_backtotop{
	margin-left: 75px;
	margin-top: 20px;
}
#side_logo{
	margin-left: 45px;
	margin-top: 25px;
}

/* main */
#main_etc{
	margin-right: 40px;
}
.main_shoplink{
	text-align: center;
	margin-top: 15px;
}
.main_backlink{
	text-align: center;
	margin-bottom: 15px;
}

/* foot */

#foot p{
	margin:0 auto 5px;
	text-align:center;
}
#copyright{
	padding: 15px;
}