@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:#333;
	text-decoration:none;
}

a:hover{
	color:#ddd;
	text-decoration:none;
}

img{
	border:0;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
}


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

div#header{
	width:980px;
	height:60px;
	background:#fff url(image/bg_head.gif) 0% 0% no-repeat;
	border-bottom:1px solid #666;
	margin-bottom:10px;
}

div#contents{
	width:960px;
	clear:both;
	margin:0 10px;
}

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

div#sub{
	width:250px;
	float:right;
}

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

div#contents:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div#header h1{
	font-size:2em;
	margin:0;
	line-height:60px;
	padding:0 10px;
}

div#main a{
	color:#0080B0;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-decoration: underline;
	line-height: 140%;
}

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

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

div#main h3 {
	margin-bottom:2px;
	font-size:1em;
	border-bottom:1px dotted #0080B0;
}

div#main .headline {
	width: 600px;
	font-size: 18px;
	padding: 2px 200px 2px 2px;
	font-weight: bold;
	border-bottom: 2px solid #0080B0;
	margin-bottom: 2px;
}

div#main ul {
	padding: 0;
	margin: 5px;
}

div#main li {
	list-style-type: none;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

div#main li a {
	font-size: 10px;
	padding: 0;
}

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

div#menu li {
	list-style-type:none;
	margin:0;
	padding:0;
}

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

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


div#sub h2 {
	font-size:18px;
	color:#fff;
	padding:2px;
	font-weight:bold;
	background:#666;
}

div#totop{
	text-align:right;
	padding:10px 10px 0 0;
}

div#footerMenu{
	padding:10px 0;
}

div#footerMenu a{
	color:#333;
}

div#footerMenu a:hover{
	border:0;
	color:#333;
	border-bottom:1px solid #333;
}

div#footerMenu ul{
	margin:0;
	padding:0;
	list-style:none;
}

div#footerMenu li{
	display:inline;
	margin:0 0 0 10px;
	padding-left:8px;
	background:url(image/arrow.gif) 0 4px no-repeat;
}

address{
	color:#333;
	text-align:center;
	font-size:0.8em;
	padding:20px 0;
	background:#f1f1f1;
	border-top:2px solid #ddd;
}

p.read {
	text-align: center;
	font-size: 10px;
	padding:0px 0px 30px 0px;
}

p.message{
	font-size: 14px;
	padding:7px 30px 10px 15px;
	line-height: 140%;
}

p.adv {
	font-size: 8px;
	padding: 5px 5px 0px 10px;
}

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