@charset "shift_jis";
body {
	background-image: url(img/bg-header.png);
	background-repeat: repeat-x;
	margin: 0 auto;
	background-color: #CAF3FE;
	min-width: 810px;
	_width: auto !important;
	_width: 810px;
}
body, td, th {
	font-size: 12px;
	color: #333333;
}
p {
	margin: 0;
}

img { 
	vertical-align:bottom;
}

a {
	color:#44A5F2;
	text-decoration:none;
}
a:hover {
	COLOR:#E84405;
	text-decoration:none;
}
a:hover img {
	opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-ms-filter: "alpha(opacity=80)";
}

#contner {
	width: 750px;
	margin: 0 auto;
	background-image:url(img/bg-page-middle.png);
	text-align: center;
	padding-top: 20px;
}


.company_name {	font-size: 16px;
	padding-left: 20px;
	color: #295F97;
	font-weight: bold;
	text-align: left;
}
.blog_comment {	font-size: 12px;
	padding-top: 5px;
	line-height: 20px;
	padding-left: 40px;
	text-align: left;
}
.entryBox {
	margin:0px auto;
	width: 670px;
	margin-bottom: 30px;
	
	clear: both;
}
.entryBox p{
	float: left;
}
.bthmb {
	margin-top: 8px;
	border:solid 1px #999;
}
.inBox {
	float: left;
	height: 158px;
	border: 1px solid #CCCCCC;
	border-left: none;
}

.titleImg {
	margin: 5px 10px;
}
.feedBox {
	float: left;
}
.feedBox p{
	float: none;

}

.clearfix:after {
	content:'.';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	zoom:1
}
