@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 {
	clear: both;
	margin: 0 0 -2px 0;
	padding: 0 0 20px 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;
	overflow: hidden;
}
#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 {
	clear: both;
	padding-bottom: 20px;
	position: relative;
	top: 10px;
	width: 600px;
	overflow: hidden;
}
.small_box_col_bottom {
	clear: both;
	padding-bottom: 20px;
	width: 600px;
	margin: 0;
	position: relative;
	top: 10px;
}
.small_left_box {
	float: left;
	width: 270px;
	position: relative;
	left: 16px;
	border-top: solid 3px #3B57C1;
}
.small_right_box {
	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 {
	display: block;
	float: left;
	width: 150px;
	margin: 5px 0 0 10px;
	text-align: left;
}
.small_box h2 {
	display: block;
	width: 150px;
	padding:0;
	margin:5px 0 0 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;
	min-height:15px;
}
.small_box h2 a{
	display: block;
	padding:2px 0 0 20px;
	line-height: 100%;
}
.small_box_bottom {
	display: block;
	clear: both;
	text-align: left;
	margin: 6px 0 0 0;
	background-image: url("../images/underline.gif");
	background-repeat: repeat-x;
	background-position: top center;
	line-height:1.5em;
}
.small_box_bottom span {
	display: block;
	margin: 0 1px 7px 1px;
	padding: 9px 0 0 0;
}

