@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: 75%;
	line-height: 2;
	color: #aebd96;
	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;
}
img {
	border: none;
}
a {
	color: #aebd96;
}
a:hover {
	color: #9eac89;
}
.look {
	color: #FB908A;
}

.midashi1 {
	background: url(images/midashi1.gif);
	color: #FFFFFF;
	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;
}
#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: 250px;
	background: url(images/main_img.jpg) no-repeat left top;

}
#header img {

}
#header h1 {
	font-size: 10px;
	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;
}



/*左側コンテンツ
------------------------------------------------------------------*/
#left {
	width: 25%;
	border-right: 1px solid #CFD2C9;
	vertical-align: top;
	padding-left:5px;
}



/*右側コンテンツ
------------------------------------------------------------------*/
#right {
	width: 199px;
	border-left: 1px solid #CFD2C9;
	vertical-align: top;
}



/*中央コンテンツ
------------------------------------------------------------------*/
#center {
	width: 75%;
	vertical-align: top;
	padding: 10px;
}
#center p {
	padding: 0.5em 5px 1em;
}

#center h2 {
	font-size: 100%;
	border: 3px double #DCE2D3;
	letter-spacing: 0.2em;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF url(images/h2_bg.gif) no-repeat right center;
	line-height: 28px;
}
