@charset "utf-8";
body {
}
#all {
	width: 1350px;
	margin-right: auto;
	margin-left: auto;
	height: 1700px;
	background-image: url(../images/haikeside.png);
	background-repeat: repeat-x;
}
#header {
	height: 40px;
	width: 100%;
	background-color: #39F;
}
#headerbox {
	height: 40px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#headerbox_left1 {
	float: left;
	height: 40px;
	width: 40px;
}
#headerbox_left2 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	float: left;
	height: 40px;
	width: 200px;
	line-height: 40px;
	text-align: left;
	padding-left: 10px;
	color: #FFF;
}

#headerbox_right {
	float: right;
	height: 40px;
	width: 300px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	text-align: right;
}
#menu {
	height: 30px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
#menu ul li{
	line-height: 30px;
	text-align: center;
	display: block;
	float: left;
	width: 150px;
	color: #FFF;
	height: 30px;
	background-image: url(../images/menubackmini.png);
}
#menu ul li a{
	float: left;
	height: 30px;
	width: 150px;
	color: #FFF;
	background-image: url(../images/menubackmini.png);
	line-height: 30px;
	display: block;
}
#all #menu ul li a:hover {
	background-image: url(../images/bluemenumini.png);
}
#title {
	height: 32px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-style: normal;
	line-height: 32px;
	color: #360;
	letter-spacing: 1em;
	text-align: left;
	background-color: #CF9;
	text-indent: 1px;
	clear: both;
	margin-top: 5px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-bottom: 5px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
}
#title_box {
	height: 32px;
	width: 200px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	color: #390;
	padding-left: 20px;
}
#contain {
	height: 1100px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	border: 20px double #CF9;
}


#contain_box1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 20px;
	font-style: normal;
	padding: 20px;
	height: 200px;
	width: 680px;
}

	
#contain_box2 {
	height: 310px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;}


#footer {
	height: 50px;
	width: 100%;
	background-repeat: repeat-x;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #39F;
}

#footerbox {
	line-height: 50px;
	color: #FFF;
	text-align: center;
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


