@charset "utf-8";

a:link		{ color: #336666; text-decoration: underline; }
a:visited { color: #336666;text-decoration: underline; }
a:hover   { color: #CC0000; text-decoration: underline; }
a:active  { color: #CC0000; text-decoration: underline; }

body {
	background-attachment: fixed;
	background-image: url(../img/haikei.jpg);
	background-repeat: repeat-x;
	background-position: center top; 
}


#contents{
	text-align: center;
	width: 680px;
	padding-top: 20px;
	margin: 30px auto 10px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#lead{
	width: 630px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 98%;
	line-height: 130%;
}

h1{
	margin-bottom: 10px;
}

#lead p{
	font-size: 88%;
	line-height: 120%;
	margin-top: 1%;
	margin-bottom: 1%;
}
h2{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 30px;
}

#main{
	width: 650px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#main p{
	line-height: 155%;
	font-size: 95%;
	margin-bottom: 4%;
}
div#index{
	width: 530px;
	margin: 30px auto;
}
#index dt{
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px dashed #336699;
	text-align: left;
	font-size: 93%;
}
#index dd{
	margin-bottom: 10px;
	margin-left: 30px;
	text-align: left;
	font-size: 93%;
}
#bt{
	text-align: center;
	width: 500px;
	margin: 20px auto;
}
img#btTop{
	margin-right: 50px;
}
img#btHome{
	margin-left: 50px;
}
div#date img{
	margin: 20px 40px;
}
