@charset "UTF-8";


/* 基本設定 */
*{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Verdana, Helvetica, sans-serif;
}

body {
	background: #fff url(img/bg.gif);
	color: #fff;
}

br {
	letter-spacing: normal;
}

img {
	border: 0px;
}


#outwrap {
	background: #415D8C;
	width: 950px;
	line-height: 18px;
	margin: 10px auto;
}

#headline {
	padding: 30px 0 30px 20px;
	font-weight: bold;
	color: #ffffff;
}

#headline a {
	font-size: 30px;
	color: #ffffff;
	text-decoration: underline;
}

#headline a:hover {
	color: #cccccc;
}

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

#pankuzu a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}

#pankuzu a:hover {
	color: #00FFFF;
}

#sidebar {
	width: 260px;
	color: #333;
	line-height: 24px;
	float: left;
}

#sidebar ul{
	padding:10px;
}

#sidebar li{
	list-style-type:none;
}

#sidebar a{
	font-size :16px;
	font-weight: bold;
	display: block;
	width: 230px;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	padding: 3px 0 3px 10px;
}

#sidebar a:hover{
	display: block;
	width: 230px;
	background-color: #E5B3DD;
	color: #333;
	text-decoration: none;
	line-height: 25px;
	padding-left: 10px;
}

#sidebar table {
	margin-left: 20px;
}


#contents{
	width: 660px;
	text-align: left;
	padding: 10px;
	float: left;
}

#contents .headline {
	font-size: 18px;
	font-weight: bold;
	background-color: #73A6A5;
	line-height: 28px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #ffffff;
}

#contents .whisper{
	font-size: 16px;
	margin: 5px 30px 30px 20px;
	line-height: 130%;
}

#contents a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px;
	line-height: 130%;
	color: #fff;
}

#contents a:hover {
	color: #333;
	text-decoration: none;
	background-color: #E5B3DD;
}

#contents .adv {
	border: 1px dashed #FFFFFF;
	margin: 10px 30px 10px 20px;
	padding: 5px 0 5px 5px;
}

#contents .adv a {
	line-height: 150%;
	font-weight: normal;
	padding: 5px;
	text-decoration: underline;
}

#contents .adv a:hover {
	text-decoration: none;
}

#footer {
	width: 950px;
	height: 30px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	clear: both;
}

