@charset "utf-8";

#owner_voice_header {
	width: 600px;
	height: 76px;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
	color: #666666;
}
#owner_voice_contents {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
	color: #666666;
	position: relative;
	top: -1px;
	background-image: url("../../common/images/contents_header_bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	margin-bottom: -2px;
	
	/*** 左右の罫線が途中で切れないようにする ***/
	overflow: hidden; /** FireFox用 ***/
	width: 600px;  /*** IE対用 ***/
}
#owner_voice_header h1 {
	display: block;
	margin: 0;
	padding: 0;
}
.summary {
	display: block;
	clear: both;
	margin: 0 0 10px 20px;
	padding: 10px 0 30px 0;
	position: relative;
	top: 20px;
	color: #666666;
	line-height: 170%;
	text-align: left;
	vertical-align: middle;
}

#owner_voice_contents a:link, #owner_voice_contents a:visited {
	color: #197ADD;
	text-decoration: none;
}
#owner_voice_contents a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.small_box_col {
	display: block;
	clear: both;
	margin:0 0 20px 0;
	position: relative;
}
.small_box_col_bottom {
	display: block;
	clear: both;
	margin: 0;


}
.small_left_box {
	display: block;
	float: left;
	width: 270px;
	position: relative;
	left: 16px;
	border-top: solid 3px #3B57C1;
}
.small_right_box {
	display: block;
	float: right;
	width: 270px;
	position: relative;
	right: 17px;
	border-top: solid 3px #3B57C1;
}

.pict {
	display: block;
	float: left;
	margin: 5px 0 0 0;
	position: relative;
	left: 0px;
	padding: 0;
}
.small_box {
	width: 270px;
	margin:10px 0 30px 0;
	text-align: left;
	float:left;
}
.small_box h2 {
	display: block;
	height: 15px;
	padding:0;
	margin:0;
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
	background-image: url("../images/small_box_list_icon.gif");
	background-repeat: no-repeat;
	background-position:left top
}
.small_box h2 a{
	padding:5px 0 0 20px;
}

.small_box_bottom {
	display: block;
	clear: both;
	text-align: left;
	margin:5px 0 0 0;
	background-image: url("../images/underline.gif");
	background-repeat: repeat-x;
	background-position: top center;
	line-height:1.5em
}
.small_box_bottom p {
	display: block;
	margin: 0 1px 0 1px;
	padding:5px 0 0 0;
}
