/* CSS Document */

/*html_bases_styles*/

*{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	}

body{
	background-color:#E7E6E6;
	}

a:link{
	color:#009FE6;
	text-decoration:none;
	}

a:visited{
	color:#009FE6;
	text-decoration:none;
	}

a:active{
	color:#009FE6;
	text-decoration:underline;
	}

a:hover{
	color:#009FE6;
	text-decoration:underline;
	}



#wrap{
	background:url(../images/bg_repeat.gif) repeat-y 0 0;
	width:738px;
	height:100%;
	}

/* index head style */

#head{
	background:url(../images/main_bg_top.gif) no-repeat 0 0;
	width:728px;
	padding:10px 0 33px 10px;
	}
	
#content{
	border-top:1px solid #C3C3C3;
	width:717px;
	margin:0 auto 0 auto;
	padding-top:10px;
	border-bottom:1px solid #C3C3C3;
	}


#foot{
	text-align:right;
	color:#868686;
	padding:5px 10px 0 10px;
}

#foot a:link{
	color:#868686;
	text-decoration:none;
	}
	
#foot a:visited{
	color:#868686;
	text-decoration:none;
	}
	
#foot a:active{
	color:#868686;
	text-decoration:underline;
	}
	
#foot a:hover{
	color:#868686;
	text-decoration:underline;
	}
	
#foot p{
	text-align:center;
	margin-top:15px;
	}
	
#top{
	margin:10px;
	padding-top:10px;
	text-align:right;
	}