@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: #f2f2f2;
	color: black;
}

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

h1{
	padding: 40px 30px 0px;
	color: #3326e8;
	font-size:20pt;
	text-align: right;
	letter-spacing: 5px;
}

#sub-title{
	margin: 0px 10px;
	padding-right: 30px;
	color: #47300f;
	font-size: 9pt;
	text-align: right;
	letter-spacing: 3px;
}
#touka{
	background-image: url(img/touka.png);
}

/*サイドメニュー
-------------------------------------------------------------------*/
#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: #bfccf2;
	border-bottom: 1px solid teal;
	border-right: 1px solid teal;
}

#side li a:hover{
	text-decoration: none;
	background-color: #cec6f2;
	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;
	border-left: 10px solid #ada3d3;
	border-right: 10px solid #ada3d3;
	text-align: center;
	color: #473a6d;
	font-size: 13pt;
	letter-spacing: 1px;
}

h2#index-top{
	font-size: 11pt;
	font-weight: normal;
	color: #211419;
	border: 0;
	text-align: left;
	margin: 10px 0px 10px 0px;
	letter-spacing: 0;
}

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

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

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

p.clear{
	clear: both;
	padding-top: 10px;
	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-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

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



