@charset "utf-8";
/*formatting style
------------------------------------*/
body {
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	line-height: 130%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FDFCF9;
}

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
}

/*link style
------------------------------------*/

img{border: 0; vertical-align: bottom;}
ol, ul {
	list-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
}

/*basic layout
------------------------------------*/

#wrap {
	min-height:100%;
	margin-right: auto;
	margin-left: auto;
	width: 1010px;
	border: 5px solid #6A5035;
	background-color: #FFFFFF;
}
#container{
	min-height:100%;
	width: 1000px;
	padding: 5px;
} 



.back{
	color: #FFFFFF;
	background-color: #663300;
	text-align: center;
	width: 990px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.imgbox{
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
}

