@charset "shift_jis";

/*全体の設定*/
html {

}
/*背景画像の変更はbackground_0800-1.jpgの数字末尾を1から3へ変えます*/
body {
	font: 13px/135% "ＭＳ Ｐゴシック", Osaka;
	color: #333333;
	margin: 0px;
	background: #FFFFFF url(bg1.gif) repeat-y center;
	text-align: center;
}
/*標準のリンク*/
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}

/*レイアウト枠：全体の枠と横幅・背景色*/
#main {
	margin: 0px auto;
	padding: 0px;
	width: 823px;
	background: #ffffff;
}

#main h1 {
	font-size:11px;
	font-weight:normal;
	padding: 2px 5px 2px 5px;
	color:#333333;
	line-height:15px;
	height:13px;
}




#head{
	width:800px;
	margin:auto;
	text-align:left;

}

#headtitle{
	float: left;
	background-color: #ffffff;
	width:280px;
	height:20px;
	padding: 0px 10px 10px 10px;
	margin:auto;
	text-align:left;
	vertical-align: bottom;

}

#headtitle h2 {
	font-size:30px;
	font-weight:normal;
	color:#333333;
	line-height:15px;
	height:13px;
}

#headlink{
	float: left;
	background-color: #ffffff;
	width:500px;
	height:20px;
	padding: 20px 0px 10px 0px;
	margin:auto;
	text-align:right;

}

#headlink li {
	display: inline;
	margin: 0 0px;
	
}


#picture{
	width:800px;
	margin:auto;
	text-align:left;

}

#line{
	clear: left;
	background-color: #ffffff;
	background:url(line.gif);
	width:800px;
	height:15px;
	margin:auto;
	text-align:left;

}

#main_image{
	clear:left;
	width:800px;
	padding:0 0 1px 0;
	border:solid #333333;
	border-width:0 0 1px 0 ;
}

#toppic{
	clear: left;
	background:url(top.gif) no-repeat;
	background-color: #ffffff;
	width:800px;
	height:322px;
	margin:auto;
	text-align:left;

}

#main {
	clear: left;
	background-color: #ffffff;
	width: 800px;
	margin: 5px auto;
	position: relative;
	text-align: left;
}

#main_box {
	float: left;
	background-color: #ffffff;
	width: 200px;
	margin: 5px auto;
	position: relative;
	text-align: left;
}

#mainlink{
	float: left;
	background:url(menu.gif) no-repeat;
	font-size:14px;
	background-color: #dcdcdc;
	width:190px;
	padding: 35px 5px 10px 5px;
	margin:auto;
	text-align:left;

}

#mainneta{
	float: left;
	font-size:14px;
	background-color: #dcdcdc;
	width:200px;
	padding: 5px 0px 10px 0px;
	margin:auto;
	text-align:left;

}

#mainboshu{
	float: left;
	font-size:14px;
	background-color: #dcdcdc;
	width:200px;
	padding: 5px 0px 10px 0px;
	margin:auto;
	text-align:left;

}



#maintxt {
	float: left;
	font-size:14px;
	background-color: #ffffff;
	width:580px;
	padding: 10px 10px 10px 10px;
	margin:auto;
	text-align:left;
}


#maintxt h3{
	font-size:20px;
	font-weight:bold;
	color:#ff0000;
	line-height:5px;
	height:5px;
}

#footmenu{
	clear: left;
	background-color: #ffffff;
	width:800px;
	padding: 0px 0px 0px 0px;
	margin:auto;
	text-align:right;
}

#footmenu li {
	display: inline;
	margin: 0 0px;
	
}


#cr{
	clear: left;
	width:790px;
	height:28px;
	background:url(footer.gif) no-repeat;
	padding: 15px 10px 0px 00px;
	text-align:right;

}