@charset "UTF-8";

/* ベース */
* {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
}

body {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	background: #ffffff;
}

br {
	letter-spacing: normal;
}

a {
	color: #800080;
	text-decoration: underline;
}

a:hover {
	color: #31001D;
	text-decoration: underline;
}

img {
	border: 0;
}

#top {
	width: 950px;
	margin: 0 auto;
	background: #ffffff;
	border-top: 5px solid #660066;
	border-bottom: 5px solid #660066;
}

#header {
	width: 950px;
	background: #ffffff;
	line-height: 40px;
	padding: 20px 0 20px 15px;
}

#header a {
	color: #000066;
	font-size: 30px;
	font-weight: bold;
}

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


#contents {
	clear: both;
	width: 950px;
}

#pankuzu {
	text-align: left;
	font-size: 14px;
	padding: 20px 0px 10px 15px;
	border-top: 5px solid #660066;
}

#sub {
	float: left;
	width: 250px;
	margin: 10px 20px 30px 5px;

}

#sub .subtit {
	margin-bottom: 5px;
	padding: 3px 0 5px 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
	background: #330066;
	color: #ffffff;
}

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

#sub li {
	margin: 0 0 0 10px;
	padding: 3px 0 3px 20px;
	font-size: 16px;
	line-height: 1.4;
	background: #fff url(images/bg_list.gif) 0 8px no-repeat;
	list-style-type: none;
}

#sub .letit {
	padding-left: 10px;
}

#main {
	float: left;
	width: 650px;
	margin: 10px 0 30px 10px;
}

#main .maintit {
	margin-bottom: 8px;
	padding: 3px 2px 3px 10px;
	color: #31001D;
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
	border-bottom: 3px double #535D57;
}

#main .textarea {
	font-size: 16px;
	margin: 5px 30px 10px 15px;
	line-height: 140%;
}

#main a {
	color: #800080;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 140%;
}

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

#main .listadv {
	margin: 10px 30px 10px 10px;
	padding: 5px 0 5px 10px;
	background-color: #eeeeee;
	border: 1px solid #999999;
}

#main .listadv a {
	line-height: 1.6;
}

#main .listadv a:hover {
	color: #F1BFFF;
}

#foot {
	position: relative;
	clear: both;
	width: 950px;
	font-size: 14px;
	padding: 10px 0 10px 0;
	text-align: center;
}

.adv {
	padding: 5px 5px 0px 10px;
}



