@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
	font-size: small;
	background: url(images/body-bg.jpg) repeat-x;
}

#wrap {
	width: 900px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
}

body#top #header {
	background: #990000 url(images/main-bg.jpg) 230px center no-repeat;
}

#header {
	height: 250px;
	background: #990000;
}


#sitename {
	line-height: 1.5;
	width: 190px;
	padding: 50px 20px;
}

#sitename a {
	font-size: large;
	font-weight: bold;
	color: #ffffff;
}

#lead {
	width: 210px;
	padding: 5px 10px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
	background: #800000;
}

#navi {
	width: 230px;
	float: left;
}

#navi ul{
	margin: 0 0 30px;
	padding: 0;
}

#navi ul li {
	display: block;
	width: 229px;
	height: 90px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;	
	background: #f2f2f2;
	list-style: none;
}

#navi ul li a {
	font-weight: bold;
	display: block;
	width: 189px;
	height: 50px;
	padding: 20px 10px 20px 30px;
	text-decoration: none;
	color: #990000;
	line-height: 1.5;
	background: url(images/navi-arrow.gif) no-repeat 10px 25px;
}

#navi ul li a:hover,
#navi ul li.navi-on a {
	color: #990000;
	background: url(images/navi-arrow2.gif) #ffffff no-repeat 10px 25px;
}

body#top #contents {
	margin-top: 0;
	padding: 0 30px 30px;
}

#contents {
	width: 610px;
	padding: 30px;
	margin-top: -280px;
	float: right;
	background: #ffffff;
}

#contents #topicpath {
	padding: 20px 0 10px;
}

#contents #topicpath strong {
	font-weight: normal;
}

#contents #h1-bg {
	border: 1px solid #FFCCCC;
	background: url(images/h1-bg.jpg) repeat-x center bottom;
	padding: 10px;
	margin: 20px 0;
}

#contents #h1-bg h1 {
	font-size: large;
	border-left: 5px solid #990000;
	padding-left: 10px;
	margin: 0;
}

#contents #contents-inner {
	width: 610px;
}

#contents-inner #main-content {
	width: 368px;
	border: 1px solid #FFCCCC;
	padding: 10px 20px;
	float: left;
}

#contents-inner #main-content p {
	line-height: 1.5;
	font-size: medium;
}

#contents-inner #ad-side {
	width: 180px;
	float: right;
}

#contents-inner #ad-side p {
	color: #333333;
	line-height: 1.5;
	padding: 0;
	margin-top: 0;
}

#ad-side p a {
	color: #990000;
}

#contents-inner #ad-bottom {
	width: 180px;
	float: right;
}

#contents-inner #ad-bottom p {
	color: #333333;
	line-height: 1.5;
}

#ad-bottom p a {
	color: #990000;
}

#footer {
	clear: both;
	text-align: center;
	padding: 15px 0;
	background: #f2f2f2;
	border-top: 1px dashed #666666;
	border-bottom: 1px solid #666666;
}

#footer address {
	font-style: normal;
}
