@charset "Shift_JIS";

body {
	width: 900px;
	height: 100%;
	padding:0;
	font-size: 12px;
	line-height: 120%;
	font-color:#663300
	text-align: center;
	background-image: url(img/back.jpg);
	background-color: #7D2907;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

img {
	border:none;
	margin:0;
	padding:0;
}

h1,h2,h3,h4 {
	margin:0;
	padding:0;
}

.floatClear {
	display:block;
	clear:both;
	width:auto;
	height:1px;
	overflow:hidden;
	margin:0 0 -1px 0;
	padding:0;
	font-size:1px;
}

/* link
--------------------------------------------------------------*/
a:link{
	color: #CC0000;
	text-decoration: none;
}

a:visited{
	color: #CC0000;
	text-decoration: none;
}

a:hover{
	color: #ff6600;
	text-decoration: underline;
}

/* --------------------------------------------------------------*/
.base{
	width: 800px;
	margin:auto;
}

.baseback{
	background-image: url(img/base_back.gif);
	background-repeat: repeat-y;
	width: 800px;
	margin:auto;
}

.contentarea{
	text-align: left;
	width: 760px;
	margin: auto;
	list-style-type: disc;
	font-size: 12px;
	line-height: 150%;
	color: #663300;
}
	
.text10 {
	font-size: 10px;
}

.text14_b {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.top_img {
	margin: 7px 5px 7px 5px;
}
.info_img {
	margin: 7px 0 7px 0;
}
.boder_gray {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A463B;
}
