@charset "utf-8";


/* 基本設定 */
*{
	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;
}



img{
	padding: 5px;
	border: 0px none #ffffff;
	background-color: #ffffcc;
}

/* テンプレート */
#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{
	font-family: cursive;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 15px;
	text-align: left;
	margin: 0px;
	padding: 20px 0px;
	height: 40px;
	width: 700px;
	background: url("img/header.gif") repeat-x;
}

#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;
}
#footer a {
	color:#fff;
	text-decoration:none;
}



/* メニュー部分 */
#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;
}

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

/* メインコンテンツの見出し */
#main h2{
	border-bottom:1px solid red;
	margin-top:30px;
	margin-bottom:10px;
	color:#463202;
}

/* メインコンテンツのdd */
dd{
	margin:0px 0px 12px 12px;
}
#main ul{
	list-style-type:none;
	margin-left: 3em;
}



