@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;
}

br{
	letter-spacing:normal;
}

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#ccc;
	text-decoration:none;
}

img{
	border:0;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
}

div#wrapper {
	width:960px;
	margin:0 auto;
	text-align:left;
	padding:20px 10px 0 10px;
	background:#fff url(image/bg.gif) 50% 50% repeat-y fixed;
}

div#header {
	width:920px;
	height:120px;
	margin:0 20px;
	background:#fff url(image/bg_head.gif) 0% 0% no-repeat;
}

div#pankuzu{
	width:920px;
	margin:0 20px;
#	padding-bottom:20px;
	background: #ccc url(image/bg_contents_head.gif) 100% 100% no-repeat;
}

div#contents {
	width:920px;
	clear:both;
	margin:0 20px;
	background:#fff url(image/bg_contents.gif) repeat-y;
	border-bottom:1px solid #C3C3C3;
}

div#main{
	width:620px;
	float:left;
	padding:0 10px;
}

div#sub{
	width:260px;
	float:right;
	padding:0 10px;
}

div#footer{
	width:900px;
	padding:15px;
	clear:both;
}

/* 回り込み解除 */
div#menu:after,
div#contents:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div#header h1{
	font-size:2em;
	margin:0;
	padding:10px;
}

div#header p{
	margin:0;
	padding:10px;
	font-size:0.8em;
}

div#main a{
	font-size: 16px;
	font-weight: bold;
	padding: 0px 20px 0px 10px;
	line-height: 150%;
}

div#main a:hover{
	text-decoration: underline;
	color:#666;
}

div#main h2 {
	font-size:18px;
	color:#fff;
	margin-top: 5px;
	padding:2px;
	font-weight:bold;
	background:#666;
	border-bottom:2px solid #9F1D20;
	margin-bottom:2px;
}

div#main h3 {
	margin-bottom:2px;
	font-size:1em;
	border-bottom:1px solid #333;
}

div#main .message{
	font-size: 14px;
	padding: 3px 30px 10px 15px;
	line-height: 130%;
}

div#sub a{
	border-bottom:1px dotted #333;
}

div#sub a:hover{
	border:0;
	color:#666;
}

div#sub h2 {
	font-size:18px;
	color:#fff;
	margin-top: 5px;
	padding:2px;
	font-weight:bold;
	background:#666;
	border-bottom:2px solid #9F1D20;
	margin-bottom:2px;
}

div#sub ul {
	width: 240px;
}

div#sub li {
	text-align: left;
	list-style-type: none;
	font-size: 16px;
	padding: 3px 30px 3px 10px;
}

address{
	background:#fff;
	color:#333;
	text-align:center;
	font-size:0.8em;
}

