@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: #ebd5b7;
	background-image: url(img/back-image.jpg);
	background-attachment: fixed;
	font-size: 11pt;
	color: #black;
}

#base{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 3px double #d2bda2;
	border-top: 0;
	background-color: #fff7f2;
	color: black;
}

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

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

h1 a{
	color: #c12377;
	text-decoration: none;
}
#title a:hover{
	color:#e000e0;
	text-decoration: underline;
}

#sub-title{
	margin: 10px 10px;
	padding-left: 30px;
	color: #b22170;
	font-size: 10pt;
	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: #f6e9d6;
	border-bottom: 1px solid #af9e87;
	border-right: 1px solid #af9e87;
}

#nav li a:hover{
	text-decoration: none;
	background-color: #ffdbbf;
	border-bottom: 1px solid #cca5f2;
	border-right: 1px solid #cca5f2;
}

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

h2{
	margin: 0px -10px 10px -30px;
	background-color: #f6e9d6;
	border: 2px solid #bfaf99;
	border-left: 30px solid #9c8772;
	border-right: 30px solid #9c8772;
	text-align: center;
	color: #3d3830;
	font-size: 13pt;
	letter-spacing: 1px;
}

h3{
	margin: 50px -10px 20px -20px;
	padding-top: 5px;
	background-color: #f6e9d6;
	border-left: 8px solid #9c8772;
	border-bottom: 2px solid #bfaf99;
	padding-left: 10px;
	color: #3d3830;
	font-size: 12pt;
	letter-spacing: 1px;
}

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{
	border: 2px outset #ffc6ce;
	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;
	border-top: 3px double #d2bda2;
	height: 50px;
}

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


