@charset "shift_jis";

html {
	scrollbar-3dlight-color:#f6f8f4;
	scrollbar-highlight-color:#cad2bc;
	scrollbar-face-color:#f6f8f4;
	scrollbar-arrow-color:#cad2bc;
	scrollbar-shadow-color:#cad2bc;
	scrollbar-darkshadow-color:#f6f8f4;
	scrollbar-track-color:#f6f8f4;
}


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 2;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif);
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
li{
	list-style-image:url(images/arrow.jpg);
	margin-left: 30px;
}

img {
	border: none;
}
a {
	color: #738554;
}
a:hover {
	color: #495535;
}
.look {
	color: #FB908A;
}
textarea, input, select {
background-color:#FFFFFF;
border:1px solid #D7E19E;
color:#666666;
font-size:16px;
margin:2px 0;
padding:2px;
}
.midashi1 {
	background: url(images/midashi1.gif);
	color: #666666;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #CFD2C9;
	line-height: 30px;
}
.arrow1 a {
	background: url(images/arrow1.gif) no-repeat 10px center;
	display: block;
	padding-left: 25px;
	border-bottom: 1px dotted #CFD2C9;
	padding-right: 10px;
	width: 164px;
}
.arrow1 a:hover {
	background: #F6F8F4 url(images/arrow1.gif) no-repeat 11px center;
}
h2 {
	font-size: 100%;
	color: #52603C;
	border-bottom: 3px #DCE2D3;
	border-left: 6px solid #9eac89;
	padding-left: 10px;
	background: #FFFFFF url() no-repeat right center;
	line-height: 28px;
}
#left p,#right p {
	padding: 0.5em 10px 1em;
	line-height: 1.5;
	font-size: 90%;
}


#container {
	border: 3px solid #cfd2c9;
	width: 850px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	height: 200px;
	background: url(images/main_img.jpg) no-repeat left top;

}
#header img {

}
#header h1 {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
	font-weight: normal;
}



#nav {
	background: #f6f8f4 url(images/nav_bg.gif) repeat-x bottom;
	border-top: 1px solid #cfd2c9;
	border-bottom: 1px solid #cfd2c9;
	text-align: right;
	line-height: 30px;
	padding: 0 10px 0 0;
}



#left {
	width: 199px;
	border-right: 1px solid #CFD2C9;
	vertical-align: top;
}




#right {
	width: 199px;
	border-left: 1px solid #CFD2C9;
	vertical-align: top;
}




#center {
	width: 500px;
	vertical-align: top;
	padding: 10px;
}
#center p {
	padding: 0.5em 5px 1em;
}

#center h2 {
	font-size: 100%;
	color: #52603C;
	border-bottom: 1px solid #999999;
	border-left: 6px solid #9eac89;
	padding-left: 10px;
	background: #FFFFFF url() no-repeat right center;
	line-height: 28px;
}
#center h3 {
	font-size: 100%;
	color: #666666;
	border-bottom: 2px dotted #CCCCCC;
	padding: 0 0 0 3px;
	line-height: normal;
}
