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

#mainVisual {
	clear: both;
	margin-bottom:20px;
}
#contents {
	float: left;
	padding-bottom: 40px;
	width: 695px;
}
#contents h2 {
	background: url(../images/ornament.png) no-repeat left center;
	padding: 2px 0 0 16px;
	border-bottom: 1px solid #b5b5b5;
	color: #22558c;
	margin-bottom: 10px;
}
#contents #message {
	margin-bottom: 30px;
}
#contents #message dl {
	margin-bottom: 10px;
}

#contents #message dl dt {
	float: left;
	margin-right: 10px;
}
#contents #message dl dd {
	width: 525px;
	float: right;
	line-height: 1.8em;
}
#contents #message .link {
	text-align: right;
}

#contents #message .link a {
	background: url(../images/message_list.png) no-repeat left center;
	padding-left: 20px;
	color: #22558c;
}

#contents #message p {
	font-weight: bold;
	font-size: 93.75%;
	color: #22558c;
	margin-bottom: 3px;
}
#contents #message ul {
	clear: both;
}
#contents #message ul li {
	float: left;
	margin-right: 10px;
}
#contents #message ul li:nth-child(3n){
	margin-right:0;
}
#contents #message ul li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#contents #reviews {
	clear: both;
	margin-bottom: 30px;
}
#contents #reviews ul {
	padding-left: 20px;
	line-height: 1.8em;
}
#contents #reviews ul li {
	list-style: disc;
}
#contents #topics {
	clear: both;
}
#contents #topics dl {
	line-height: 1.8em;
}
#contents #topics dl dt {
	float: left;
	clear: left;
	padding: 3px 0 5px 0;
}
#contents #topics dl dd {
	width: 555px;
	border-bottom: 1px dotted #959595;
	padding: 3px 0 5px 140px;
}
#contents #topics dl dd:last-child {
	border-bottom:none;
}
#topSide {
	float: right;
	width: 225px;
}
#topSide #topContact {
	background: #dce6f0;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 87.5%;
	text-align: center;
}
#topSide #topContact ul {
	margin-bottom: 5px;
}
#topSide #topContact .tel {
	font-size: 150%;
	font-weight: bold;
	color: #22558c;
}
#topSide #topContact .tel span {
	font-size: 81.25%;
}
#topSide #topContact p a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#topSide #topBnr ul li {
	margin-bottom: 10px;
}
#topSide #topBnr ul li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
