@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-image: url(../img/back.gif);
	background-repeat: repeat;
}

#container {
	text-align: center;
	width: 780px;
	margin: 30px auto 10px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contents{
	text-align: center;
	width: 780px;
	padding-top: 20px;
	margin: 0px auto 10px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

h1{
	margin-bottom: 30px;
}


#lead{
	margin-bottom: 40px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 130%;
}

#wrap{
	margin-bottom: 60px;
}

h2{
	margin-bottom: 10px;
}

h3{
	margin-bottom: 30px;
}


#main{
	width: 670px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	line-height: 130%;
}
#main p{
	margin-bottom: 4%;
}

#main img{
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.intaview th{
	width: 100px;
	text-align: left;
	vertical-align: top;
}

.intaview td{
	padding-bottom: 20px;
	line-height: 170%;
	text-align: left;

}

#main strong{
	color: #CC3333;
}


div#index{
	width: 530px;
	margin: 20px 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: 10px;
	text-align: left;
	font-size: 93%;
}
#bt{
	text-align: center;
	width: 500px;
	margin: 20px auto;
}

#date{
	width: 780px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#bt{
	text-align: center;
	width: 700px;
	margin: 20px auto;
}


div#bt img{
	margin: 20px 40px;
}
