@charset "UTF-8";

div {
}

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/wp.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFF;
}

#container {
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: auto;
	padding: 0px;
	box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	-webkit-box-shadow: 0px 0px 10px #999999;
}

#header {
	height: 205px;
	margin-top: 0px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	clear: both;
	margin-bottom: 0px;
}

#globalnavi {
	display: block;
	height: 40px;
	width: 960px;
	clip: rect(auto,auto,auto,auto);
	margin: 0px;
	overflow: auto;
	clear: both;
	padding: 0px;
}
#sidenavi {
	list-style-type: none;
	padding: 0px;
	text-align: left;
	margin: 0px;
	display: block;
	font-size: 13px;
}

#undernavi {
	clear: both;
	margin: 0px;
}

#content  {
	display: block;
	width: 960px;
	height: auto;
	background-color: #F5E9B2;
	clip: rect(0px,auto,0px,auto);
	overflow: auto;
	margin: 0px;
	}
/* サイドバー */
#side {
	width: 200px;
	float: left;
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/side_buck.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: auto;
	z-index: auto;
	clip: rect(auto,auto,0px,auto);
	bottom: 0px;
	margin: 0px;
	clear: both;
	background-color: #FFF;
}
/* メイン */
#main {
	width: 720px;
	height: auto;
	float: right;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	argin-left: 0px;
	clip: rect(auto,auto,0px,auto);
	bottom: 0px;
}
#maintext {
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0A7150;
	border-right-color: #0A7150;
	border-bottom-color: #0A7150;
	border-left-color: #0A7150;
	background-color: #FFF;
	padding-bottom: 10px;
}

#totop {
	width: 670px;
	height: 20px;
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#footer {
	width: auto;
	text-align: center;
	display: block;
	height: 40px;
	clear: both;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #006E36;
	clip: rect(auto,0px,auto,0px);
	margin: 0px;
}
