@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	font-family:"Hiragino Kaku Gothic Pro","Osaka-mono","MS UI Gothic","HeiseiKakuGothic";
	font-size:smaller;
	color:#666666;
	line-height:180%;
}
h1,strong{
	color:#003366;
	line-height:150%;
}
img{
	border:0px;
}
a,
a:link,
a:visited {
	text-decoration:none;
	color:#0066FF;
}
a:focus,
a:hover,
a:active {
	text-decoration:underline;
	color:#0066FF;
}
#box{
	text-align:center;
	margin:0 auto 0 auto;
	width:1000px;
	background:url(../img/indexBack.gif) top repeat-y;
	border:0px;
	overflow:hidden;
}
#footer{
	font-size:12px;
	color:#666666;
	margin:0 auto 0 auto;
	width:1000px;
	text-align:center;
	background:url(../img/indexBack.gif) top repeat-y;
	color:#000000;
}