@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: #afa5d6;
	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: #f2edf2;
	border: 3px double #8fa7d1;
	border-top: 0;
	color: #0a0528;
}

#title{
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	border-bottom: 3px double #8fa7d1;
}

h1{
	padding-top: 50px;
	text-align: center;
	font-size:18pt;
	letter-spacing: 5px;
}

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

#sub-title{
	text-align: center;
	color: #662dff;
	font-size: 9pt;
	letter-spacing: 3px;
}

/*サイドメニュー
-------------------------------------------------------------------*/
#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 40px;
	text-decoration: none;
	background-color: #e2dbf7;
	border-bottom: 3px double #8fa7d1;
	border-right: 5px double #8fa7d1;
	text-indent: -30px;

}

#side li a:hover{
	text-decoration: none;
	background-color: #f2e2f7;
	border-bottom: 3px double #777284;
	border-right: 5px solid #777284;
}

/*メイン
-------------------------------------------------------------------*/
#main{
	position: relative;
	top: 30px; left: 180px;
	width: 600px;
}

#contents{
	padding: 0px 20px 10px 50px;
}

h2{
	margin: 0px -10px 10px -30px;
	border: 1px solid #8fa7d1;
	border-left: 20px double #8fa7d1;
	border-right: 20px double #8fa7d1;
	text-align: center;
	background-color: #f4e8f7;
	color: #687a99;
	font-size: 13pt;
	letter-spacing: 1px;
}

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

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;
}

#contents ul{
	margin: -10px 0px 8px 30px;
}

/*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{
	border-top: 3px double #8fa7d1;
	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: #757575;
}


