@charset "utf-8";

/* 基本設定 */
*{
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	letter-spacing: 1px;
	background: #fff;
	border-top: 10px solid #009999;
}

br {
	letter-spacing: normal;
}

a {
	color: #339999;
	text-decoration: underline;
}

a:hover {
	color: #33cc99;
	text-decoration: underline;
}

img {
	border: 0;
}

#top{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header{
	width: 940px;
	height: 25px;
	background: #ffffff url(image/bg_head.gif) 0% 0% no-repeat;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	font-size: 30px;
	padding: 32px 0 3px 10px;
}

#header a {
	color: #000000;
	text-decoration: none;
}

#pankuzu {
	text-align: left;
	font-size: 14px;
	padding: 10px 0px 10px 15px;
}

#contents {
	width: 950px;
	clear: both;
	float: left;
	margin: 0 10px;
}

#sub {
	width: 270px;
	float: left;
	margin: 10px 20px 30px 0;
}

#sub .th {
	font-size: 18px;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	background: #666666;
}

#sub ul {
	margin: 0;
	padding: 0;
}

#sub li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 16px;

}

#sub li a{
	display: block;
	width: 263px;
	color: #333333;
	background: #dddddd;
	line-height: 30px;
	border-top: 1px solid #999999;
	border-bottom: none;
	padding-left: 7px;
}

#sub li a:hover {
	color: #333333;
	background: #eeeeee;
	border-bottom: none;
	border-top: 1px solid #999999;
}

#main {
	width: 660px;
	float: left;
	margin: 10px 0 30px 0;
}

#main .th {
	font-size: 18px;
	padding: 2px 2px 4px 10px;
	font-weight: bold;
	border-bottom: 4px solid #009999;
	margin-bottom: 2px;
}

#main .details {
	font-size: 16px;
	padding: 3px 30px 10px 15px;
	line-height: 130%;
}

#main a{
	color:#339999;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

#main a:hover {
	color: #33cc99;
	text-decoration: underline;
}

#main .goraku {
	border: 1px dashed #999999;
	margin: 10px 30px 10px 10px;
	padding: 5px 5px 5px 10px;
}

#main .goraku a {
	line-height: 150%;
}

#foot {
	width: 950px;
	clear: both;
	font-size: 14px;
	border-top: 1px solid #666;
	margin-top: 10px;
	padding: 10px 0 10px 0;
	text-align: center;
}

