@charset "utf-8";
/* CSS Document */

#mainImage {
	height: 180px;
	width: 960px;
}
#contentsArea {
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
#contentsArea #mainContents {
	margin-left: 20px;
	float: left;
	width: 600px;
}
#contentsArea #subContents {
	margin-left: 660px;
	padding: 5px;
	height: 810px;
	width: 230px;
	border: 1px #CCC solid;
}
#contentsArea #mainContents h2 {
	width: 565px;
	height: 30px;
	padding-top: 10px;
	padding-left: 15px;
	background-image: url(images/h2_bg.jpg);
	margin-bottom:10px;
}
#contentsArea #mainContents #rinenBlock #rinen {
	font-size: 15px;
	line-height: 180%;
}

#contentsArea #mainContents #gaiyouBlock {
	margin-top: 20px;
}
#contentsArea #mainContents #gaiyouBlock #gaiyou {
	margin-top: 18px;
	margin-bottom: 30px;
	line-height:24px;
}
#gaiyou th,#gaiyou td {
	padding: 3px;
	border: 1px #ccc solid;
}
#gaiyou th {
	width: 150px;
	background-color: #666;
	color: #fff;
}
#contentsArea #mainContents #houshinBlock {
	overflow: hidden;
	position: relative;
	zoom: 1;
}
#contentsArea #mainContents #houshinBlock #houshin01 {
	font-size: 15px;
	line-height: 180%;
	margin-top: 8px;
	float: left;
}

#contentsArea #mainContents #houshinBlock #houshin02 {
	font-size: 15px;
	line-height: 180%;
	margin-top: 8px;
	margin-right: 40px;
	float: right;
}
p.kiji {
	margin-top: 5px;
}
p.sd {
	text-align: center;
	margin-bottom: 20px;
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}
#contentsArea #subContents .sd a {
	color: #F66;
}
#contentsArea #subContents .sd a:hover {
	color: #000;
}
