@charset "utf-8";

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

body {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 1px;
	background: #fff;
	border-top: 10px solid #0080B0;
}

br {
	letter-spacing: normal;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #00ffff;
	text-decoration: underline;
}

img {
	border: 0;
}

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

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

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

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

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

div#sub {
	width: 340px;
	float: left;
	margin: 10px 10px 10px 0;
}

div#sub .th {
	font-size: 18px;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	background: #666;
}

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

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

}

div#sub li a{
	display:block;
	width: 335px;
	color: #333;
	background: #ddd;
	line-height: 30px;
	border-top: 1px solid #999;
	border-bottom: none;
	padding-left: 5px;
}

div#sub li a:hover {
	color: #333;
	background: #d4d4d4;
	border-bottom: none;
	border-top: 1px solid #999;
}

div#main {
	width: 690px;
	float: left;
	margin: 10px 0 10px 0;
}

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

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

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

div#main a:hover {
	color: #0080B0;
	text-decoration: underline;
}

div#footer {
	width: 1050px;
	clear: both;
	background: #fff;
	border-top: 1px solid #666;
	margin-top: 10px;
	text-align: center;
}
