@charset "shift_jis";

html {
	scrollbar-3dlight-color:#f4f9fe;
	scrollbar-highlight-color:#449ef4;
	scrollbar-face-color:#f4f9fe;
	scrollbar-arrow-color:#449ef4;
	scrollbar-shadow-color:#449ef4;
	scrollbar-darkshadow-color:#f4f9fe;
	scrollbar-track-color:#f4f9fe;
}


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #e8debd url(images/bg1.gif) repeat-x top;;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #65421d;
}
a:hover {
	color: #FA4E12;
}
.look {
	color: #FA4E12;
}

.midashi1 {
	background: url(images/midashi1.gif);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	line-height: 30px;
}
.arrow1 a {
	background: url(images/li.gif) no-repeat 10px center;
	display: block;
	padding-left: 25px;
	border-bottom: 1px dotted #666666;
	padding-right: 10px;
	width: 164px;
}
.arrow1 a:hover {
	background: #dcedfd url(images/li.gif) no-repeat 11px center;
}
#left p,#right p {
	padding: 0.5em 10px 1em;
	line-height: 1.5;
	font-size: 90%;
}



/*コンテナー
------------------------------------------------------------------*/
#container {
	border: 1px solid #65421d;
	width: 780px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}




/*ヘッダー（写真とサイトロゴが入っているところ）
------------------------------------------------------------------*/
#header {
	height: 80px;
	background: url(images/main_img.gif) no-repeat left top;

}
#header img {

}
#header h1 {
	font-size: 8px;
	color: #999999;
	text-align:left;
	font-weight: normal;
	padding-top: 60px;
}



/*ヘッダー下のナビメニュー
------------------------------------------------------------------*/
#nav {
	background: #663300 url(images/nav.gif) repeat-x bottom;
	border-top: 1px solid #65421d;
	border-bottom: 1px solid #65421d;
	text-align: right;
	line-height: 25px;
}

#nav a {
	font-size: 11px;
	color: #ffffff;
}

#nav a:hover {
	color: #FA4E12;
}

/*右側コンテンツ
------------------------------------------------------------------*/
#right {
	width: 202px;
	border-left: 1px solid #65421d;
	vertical-align: top;
}



/*中央コンテンツ
------------------------------------------------------------------*/
#center {
	width: 570px;
	vertical-align: top;
	padding: 10px;
}
#center p{
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#center h2 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 10px;
	background: #FFFFFF url(images/h2.gif) no-repeat right center;
	line-height: 35px;
}

#center h3 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.2em;
	padding-left: 50px;
	padding-right: 10px;
	background: #FFFFFF url(images/h2.gif) no-repeat right center;
	line-height: 35px;
}

/*運営者情報テーブル
-------------------------------------------*/

table.ask {
	width: 94%;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #666;
	border-collapse: collapse;
	margin-left: 2%;
}
table.ask th{
	font-weight:bold;
	text-align: center;
	color: #333333;
	margin:0;
	border: 1px dotted #666;
	border-collapse: collapse;
	background-color: #FEF5E7;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 160%;
	white-space:nowrap;
}


table.ask td{
	margin:0;
	border: 1px dotted #666;
	border-collapse: collapse;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 140%;
}
/*文字カラー
------------------------------------------------------------------*/

.black { background: #ffff66;
	font-weight: bold;
		color: #000000; }

.red { background: #ffff66;
	font-weight: bold;
		color: #CC0000; }

.blue { 
		color: #0000ff; }
