@charset "UTF-8";


/* clear */

.clerafix:after {
clear:both;
content:" ";
display:block;
height:0;
visibility:hidden;
}
.clerafix {
display:inline-block;
}
* html .clerafix {
height:1%;
}
.clerafix {
display:block;
}


/* トップページ　20090528追加 */
div.itemBox {
margin-bottom:15px;
clear: both;
}

div.itemBox:after {
clear:both;
content:" ";
display:block;
height:0;
visibility:hidden;
}
div.itemBox {
display:inline-block;
}
* html .itemBox {
height:1%;
}
div.itemBox {
/*display:block;
*/
clear: both;}


div.itemimg {
float: left;
width: 90px;
}
div.iteminfo {
float: left;
width: 145px;
margin: 0;
padding: 0;
font-size: 10px;
}
div.itemtext {
margin: 0 0 10px 0;
padding: 0;
line-height: 1.3;
}
div.itemtext p{
margin: 0;
padding: 0;
}
p.entry-more-link {
margin: 0 0 5px 0;
padding: 0;
float: right;
}
p.entry-more-link a {
	background: url(../image/view_detail.gif) no-repeat left top;
	display:block;
	width: 82px;
	height: 20px;
	padding: 3px 0px 0px 8px;
}
p.entry-more-link a:hover {
	text-decoration: none;
}


/* 20090601追加 */
#information {
	width: 478px;
	/*	border: 1px solid #cccccc;*/
	clear: both;
	position: relative;
	background: url(../image/bg_information.gif) repeat-x left top;
}
#information-inner {
	padding:0 10px 10px 10px;
}
#information-ttl {
	/*background: #cccccc url(../image/bg_ttl.gif) repeat-x left bottom;*/
	height: 22px;
	/*border-bottom: #c5baa5 2px solid;*/
border-bottom: #aaa 1px solid;
	padding: 8px 0 2px 0;
	margin: 0 8px;
}
#information h3 {
	text-indent: -9999px;
	background: url(../image/ttl_information.gif) no-repeat 0 50%;
	/*border-left: 3px solid #cc0000;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 0px 0px 5px;*/
}#chintai-info {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 245px;
}
#baibai-info {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 235px;
}
#chintai-info-inner {
	padding-right: 10px;
}
#chintai-info h3 {
	background: #910202 url(../image/ttl_chintai.gif) no-repeat left top;
	margin: 10px 0px 8px;
	text-indent: -9999px;
	height: 21px;
	width: 235px;
}
#baibai-info h3 {
	background: #910202 url(../image/ttl_baibai.gif) no-repeat left top;
	margin: 10px 0px 8px;
	text-indent: -9999px;
	height: 21px;
	width: 235px;
}

.itemimg img {
	border: 1px solid #CCC;
	padding: 1px;
}
p#viewall a {
	color: #353535;
	font-size: 10px;
	text-decoration: none;
	background: url(../image/arrow_view.gif) no-repeat 0px 50%;
	padding-left: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
}
p#viewall a:hover {
	text-decoration: underline;
	color:#ff0000;

}
#chintai-banner,
#baibai-banner {
	height: 167px;
	width: 235px;
}
#chintai-banner a {
	background: url(../image/info_tintai.jpg) no-repeat left top;
	display: block;
	height: 167px;
	width: 235px;
	text-indent: -9999px;
}
#chintai-banner a:hover {
	background: url(../image/info_tintai_on.jpg) no-repeat left top;
}
#baibai-banner a {
	background: url(../image/info_baibai.jpg) no-repeat left top;
	display: block;
	height: 167px;
	width: 235px;
	text-indent: -9999px;
}
#baibai-banner a:hover {
	background: url(../image/info_baibai_on.jpg) no-repeat left top;
}
.newsrelease_top {
	border: 1px solid #cccccc;
	width: 150px;
}
h3.newsrelease_ttl  {
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #A52A2A;
	text-decoration: none;
	background: #CCC url(../image/bg_ttl.gif) repeat-x left bottom;
	padding: 3px 0px 0px 8px;
}
.widget-content {
	padding-left: 8px;
}


