@charset "UTF-8";
/* 設定 */
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family:Verdana, Helvetica, sans-serif;
}


body {
	background: url("img/bg.gif");
	color: #333;
	text-align: center;
	margin: 20px 0px;
}

br {
	letter-spacing: normal;
}

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

a:hover {
	color: #3399FF;
	text-decoration: underline;
}

img {
	border: 0px;
}

#outline {
	width: 1100px;
	text-align: center;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0px auto;
	background: #fff;
	border: 1px solid #999999;
}

#header {
	background: #fff;
	width: 1070px;
	height: 75px;
	text-align: left;
	padding: 20px 0px 0px 10px;
}

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

#leftbox {
	margin: 5px 15px 10px 15px;
	width: 360px;
	text-align: left;
	float: left;
}

#leftbox .menu {
	background: url("img/mark.gif") no-repeat;
	width: 330px;
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	padding: 4px 0px 4px 40px;
	margin-bottom: 10px;
}

#leftbox ul {
	width: 340px;
}

#leftbox li {
	list-style-type: none;
	color: #333;
	padding: 4px 0px 4px 20px;
}

#leftbox li a {
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}

#leftbox li a:hover {
	color: #999999;
}

#mainbox {
	width: 660px;
	margin-top: 5px;
	text-align: left;
	padding-left: 10px;
	float: left;
}

#mainbox .midashi {
	background: url("img/mark.gif") no-repeat;
	padding: 4px 0px 4px 40px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	height: 20px;
}

#mainbox .details {
	font-size: 16px;
	padding: 5px 30px 10px 20px;
	line-height: 130%;
}

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

#mainbox dl {

}

#mainbox dt {
	background: url("img/mark.gif") no-repeat;
	padding: 4px 0px 4px 40px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	height: 20px;
}

#mainbox dd{
	font-size: 14px;
	padding: 5px 30px 10px 20px;
	line-height: 130%;
}

#footer {
	width: 1100px;
	height: 17px;
	clear: both;
	padding: 8px 0px;
}

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