@charset "Shift_JIS";


/* 基本設定 */
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;
}

body{
	background:#bbac7f;
	color:#333;
	text-align:center;
}

br{
	letter-spacing:normal;
}

a{
	color:#333;text-decoration:none;
}

a:hover{
	color:#333;text-decoration:none;
}

img{
	border:0px;
}

/* テンプレート */
#temp{
	width:700px;
	text-align:center;
	line-height:18px;
	letter-spacing:1px;
	margin:0px auto;
	border-left:1px solid #5e4909;
	border-right:1px solid #5e4909;
}

#header{
	background:url("img/header.gif") repeat-x;
	width:700px;height:80px;
	text-align:left;
}

#menu{
	background-color:#463202;
	width:700px;height:30px;
	text-align:left;color:#fff;
}

#main{
	background-color:#fff;
	width:680px;
	text-align:left;
	padding:10px;
}

#footer{
	background:#463202;
	width:700px;
	color:#fff;
	padding:8px 0px;
}

/* タイトル部分 */
#header h1{
	padding:15px 0px 0px 5px;
}

/* メニュー部分 */
#menu ul{
	list-style-type:none;
	height:24px;
}

#menu li{
	display:inline;
	padding:0px
}

#menu a{
	color:#fff;
	display:block;
	line-height:30px;
	float:left;
	text-decoration:none;
	padding:0px 15px;
}

#menu a:hover{
	display:block;
	background-color:#5e4909;
	color:#fff;
	text-decoration:none;
}

#menu #current{
	color:#fff;
	line-height:30px;
	float:left;
	padding:0px 15px;
	background-color:#5E4909;
}

/* ページタイトル */
#page_title{
	color:#e97e0b;
	font-size:24px;
	font-family:Times New Roman,serif;
	font-weight:bold;
	padding:5px 0px;
}

/* メインコンテンツの見出し */
#main h2{
	background:url("img/mark.gif") no-repeat;
	padding:1px 0px 3px 25px;
	color:#463202;
}

/* メインコンテンツのdd */
dd{
	margin:0px 0px 12px 12px;
}


