@charset "UTF-8";

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

body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	letter-spacing: 1px;
	background: #ffffff url(image/bg.gif) 0% 0% repeat fixed;
}

br {
	letter-spacing: normal;
}

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

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

img {
	border: 0;
}

#top {
	width: 980px;
	text-align: left;
	border-right: 1px solid #666;
}

#header {
	width: 960px;
	height: 50px;
	background: #ffffff url(image/bg_head.gif) 0% 0% no-repeat;
	border-bottom: 1px solid #666;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0 0 20px;
}

#header a {
	color: #eeeeee;
}

#header a:hover {
	color: #999999;
}

#contents {
	width: 970px;
	clear: both;
	padding-left: 10px;
}

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

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

#sub .subtitle {
	font-size: 18px;
	color: #fff;
	padding: 5px 5px 5px 10px;
	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: 255px;
	color: #333333;
	background: #ddd;
	line-height: 26px;
	border-bottom: 1px solid #999;
	padding: 3px 0 3px 15px;
}

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

#sub .rest {
	padding: 5px 0 0 5px;
}

#main {
	width: 675px;
	float: left;
	padding: 0 10px 30px 15px;
	margin-top: 10px;
}

#main .maintitle {
	font-size: 18px;
	padding: 4px 4px 4px 10px;
	font-weight: bold;
	border-bottom: 2px solid #000099;
	background: #99ccff;
	margin-bottom: 5px;
}


#main .explain {
	font-size: 16px;
	margin: 10px 25px 10px 15px;
	line-height: 140%;
}

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

#main a:hover {
	color: #0099ff;
	text-decoration: underline;
}

#main .cashing {
	font-size: 16px;
	border: 1px solid #999999;
	background-color: #ffffff;
	margin: 15px 20px 15px 10px;
	padding: 5px 5px 7px 10px;
}

#main .cashing a {
	line-height: 160%;
}

#foot {
	width: 980px;
	clear: both;
	text-align: center;
	font-size: 14px;
	background: #ffffff;
	padding: 15px 0 15px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}


