@charset "Shift_JIS";

body,td{
	background-color:#F7F7F9;
	font-size:12px;
	color:#808080;
	font-family:MS P ゴシック;
	margin:0;
	padding:0;
	line-height:150%;
	text-align:center;
	scrollbar-face-color:#F7F7F9;
	scrollbar-track-color:#F7F7F9;
	scrollbar-arrow-color:#808080;
	scrollbar-3dlight-color:#F7F7F9;
	scrollbar-highlight-color:#F7F7F9;
	scrollbar-shadow-color:#F7F7F9;
	scrollbar-darkshadow-color:#F7F7F9;
}

#container{
	width:606px;
	margin: 0 auto;
}

#sub{
	float:left;
	width:220px;
	margin:0 0 10px 14px;
	background-color:#F7F7F9;
}

#main{
	margin:0 10px 0 244px;
	width:345px;
}

#mainbg{
	margin:0 0 0 1px;
	width:606px;
	height:213px;
	color:#000000;
	background:url(img/top.jpg) no-repeat center;
}

#line{
	width:606px;
	background: url(img/bg.gif) repeat-y;
}

a:link   {color:#5F9EA0; text-decoration:none;}
a:visited{color:#5F9EA0; text-decoration:none;}
a:active {color:#5F9EA0; text-decoration:none;}
a:hover  {color:#C0C0C0; text-decoration:none;}

h1{
	font-size:30px;
	font-family:IMPACT,MS P ゴシック;
	color:#ffffff;
	text-align:right;
	margin:0;
	padding:14px 14px 0 0;
}

h2{
	border-bottom:1px dotted #000000;
	padding:3px 10px;
	margin:10px 0;
	font-size:12px;
	text-align:left;
}

p{text-align:left; margin:0px 20px;}

#footer{
	background: url(img/bottom.gif) no-repeat;
	width:606px;
	height:29px;
	line-height:240%;
	clear:left;
}

ul#menu{
	margin:-3px 4px;
	padding:0;
	width:600px;
	height:30px;
	color:#000000;
}

ul#menu li{
	list-style:none;
	display:block;
	float:left;
}

ul#menu li a{
	display:block;
	text-align:center;
	line-height:240%;
	background: url(img/menu.gif) no-repeat;
}

ul#menu li#menu1 { width:120px; }
ul#menu li#menu2 { width:120px; }

ul#menu li#menu1 a { background-position: 0px 0; }
ul#menu li#menu2 a { background-position: -120px 0; }