@charset "utf-8";

*{
	margin: 0; padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック",arial,helvetica,clean,sans-serif;
	line-height: 180%;
}

html,body{
	background-color: #badba0;
	background-image: url(img/back-image.jpg);
	background-attachment: fixed;
	font-size: 11pt;
	color: black;
}

#base{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f4f7ed;
	color: #0f140c;
}

#title{
	background-color: #bfc663;
	background-image: url(img/top-image.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

h1{
	padding-top: 50px;
	margin-right: 50px;
	text-align: right;
	color: #00bc5b;
	font-size:18pt;
	letter-spacing: 5px;
}

#sub-title{
	margin: 0px 10px 0px 350px;
	text-align: center;
	color: #e06300;
	font-size: 9pt;
	letter-spacing: 3px;
	background-color: ;
}

/*サイドメニュー
-------------------------------------------------------------------*/
#side{
	position: absolute;
	width: 180px;
	top: 220px;
}

#side li{
	list-style-type: none;
	padding: 5px 10px 0px;
	font-size: 10pt;
}

#side li.con{
	list-style-type: none;
	margin-left: 15px;
}

#side li a{
	display: block;
	padding: 2px 5px 2px 10px;
	text-decoration: none;
	background-color: #badbb2;
	border-bottom: 1px solid #c4cc66;
	border-right: 1px solid #c4cc66;
}

#side li a:hover{
	text-decoration: none;
	background-color: #b2cee4;
	border-bottom: 1px solid #fff09e;
	border-right: 1px solid #fff09e;
}

/*メイン
-------------------------------------------------------------------*/
#main{
	position: relative;
	top: 30px; left: 180px;
	width: 600px;
}
#contents{
	padding: 0px 20px 10px 50px;
}

h2{
	margin: 30px -10px 10px -30px;
	border-left: 20px solid #c4cc66;
	border-right: 20px solid #c4cc66;
	border-bottom: 3px solid #c4cc66;
	text-align: center;
	color: #004923;
	font-size: 13pt;
	letter-spacing: 1px;
}

h3{
	margin: 50px -10px 20px -20px;
	border-left: 8px solid #c4cc66;
	border-bottom: 3px double #c4cc66;
	padding-left: 10px;
	font-size: 12pt;
	letter-spacing: 1px;
	color: #004923;
}

p{
	margin-top: 0;
	margin-bottom: 15px;
}

p.float-top{
	margin-top: 30px;
}

p.clear{
	clear: both;
	padding-top: 8px;
	margin-bottom: 15px;
}
p.clear2{
	clear: both;
	display: block;
	visibility: hidden;
	font-size: 0;
}


img.top-img{
	margin-left: -30px;
}

img.left-img{
	float: left;
	margin-right: 10px;
}

img.right-img{
	float: right;
	margin-left: 10px;
}

ol{
	margin-left: 50px;
	margin-bottom: 10px;
}

/*link.html*/
dt{
	font-size: 110%;
	font-weight: bold;
}

dd{
	margin-left: 50px;
}

#page-guide{
	margin: 50px 0px 20px;
	font-size: 10pt;
	text-align: center;
}

/*フッター
-------------------------------------------------------------------*/
#footer{
	margin-top: 10px;
	background-color: #bfc663;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

#copyright{
	padding-top: 25px;
	text-align: center;
	font-size: 9pt;
	color: #007238;
}


