@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: #e2ffea;
	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: #f4fff2;
	color: #02140a;
	border: 3px double #baffdb;
	border-top: 0;
}

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

h1{
	padding: 80px 50px 0px;
	font-size:18pt;
	letter-spacing: 5px;
}

h1 a{
	color: #568947;
	text-decoration: none;
}
#title a:hover{
	color:#193a89;
	text-decoration: underline;
}

#sub-title{
	margin: 0px;
	padding-left: 70px;
	color: #5e934c;
	font-size: 9pt;
	letter-spacing: 3px;
}

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

#nav li{
	list-style-type: none;
	margin-left: 15px;
	padding: 5px 10px 0px;
	font-size: 10pt;
}
#nav li.home{
	list-style-type: none;
	margin-left: -3px;
}

#nav li a{
	display: block;
	padding: 2px 5px 2px 10px;
	text-decoration: none;
	background-color: #e0ffea;
	border: 3px double #baffdb;
}

#nav li a:hover{
	text-decoration: none;
	background-color: white;
	border: 3px solid #baffdb;
}

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

h2{
	margin: 0px -10px 10px -30px;
	border: 1px solid #a3e0bf;
	border-left: 25px solid #a3e0bf;
	border-right: 25px solid #a3e0bf;
	background-color: #edfff4;
	text-align: center;
	color: #307551;
	font-size: 13pt;
	letter-spacing: 1px;
}

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

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

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

p.clear{
	clear: both;
	padding-top: 15px;
	margin-bottom: 15px;
}
p.clear2{
	clear: both;
	padding-top: 0px;
	margin-bottom: 15px;
}

img.top-img{
	margin: 10px 0px 10px -30px;
}

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

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

/*link.html*/
dl{
	margin-bottom:150px;
}

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-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

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


