@charset "UTF-8";

/* --------------------------------
 キービジュアル
-------------------------------- */
div#wrapindex{background:width:950px; margin:0px auto 0px auto; padding:0px;}
div#keyvisual {
width: 1052px;
background: url(../img/homepage/hp-main.jpg) no-repeat 0;
 padding:0 0 8px; height:202px; }
div#keyvisual #keyvisual_alt { padding:0px; height:0; overflow:hidden; }

/* --------------------------------
 ボディ
-------------------------------- */
body { background: #f1f1f1 url(../img/homepage/headback.jpg) repeat-x;}
div#body { padding:35px 0 0 0; }
div#content{
	width:639px;
	padding: 0 0 20px;
}
div#content div#wrapper{
	width:589px;
	padding: 20px 25px 0;
	background: #ffffff url(../common/img/content_backtop.jpg) no-repeat left top;
}
/* --------------------------------
 エントリ
-------------------------------- */
div#entry h2{font-size:0.8em; line-height:1.6em; padding:0px 0px 0px 0px; background:url(../img/homepage/hp-maintitle.jpg) left top no-repeat; margin:0px 0px 10px 0px;}
div#entry div{
	padding: 0px 0 20px 210px;
	width: 380px;
	color:#575859;
	font-size: 12px;
	line-height: 1.4;
	background: url(../img/homepage/hp-img_01.jpg) no-repeat;
}
div#entry h3{
	height: 60px;
	background: url(../img/homepage/hp-img_02.jpg) no-repeat;
}
div#entry h2 span, div#entry h3 span{display:none;}

h3.h3a{
	padding: 13px 15px;
	margin: 0 0 10px;
	height: 14px;
	font-size: 12px;
	font-weight: bold;
	background: url(../img/homepage/back_01.jpg) no-repeat;
}
div#entry ul{
	padding: 20px 0;
}
div#entry ul li{
	display: inline;
	list-style: none;
	padding: 0 2px 0 0;
}
div#entry2 p{
	margin: 0 0 10px;
	color:#575859;
	font-size: 12px;
	line-height: 1.6;
}
h3.h3b{
	clear: both;
	height: 40px;
	background: url(../img/homepage/hp-subtitle_01.jpg) no-repeat;
}
h3.h3c{
	clear: both;
	height: 40px;
	background: url(../img/homepage/hp-subtitle_02.jpg) no-repeat;
}
h3.h3d{
	clear: both;
	height: 40px;
	background: url(../img/homepage/hp-subtitle_03.jpg) no-repeat;
}
h3.h3b span,h3.h3c span,h3.h3d span{display:none;}
p#p01{
	padding: 0 200px 20px 0;
	background: url(../img/homepage/hp-pic_01.jpg) no-repeat 400px top;
}
p#p02{
	padding: 0 200px 20px 0;
	background: url(../img/homepage/hp-pic_02.jpg) no-repeat 400px top;
}
p#p03{
	padding: 0 200px 20px 0;
	background: url(../img/homepage/hp-pic_03.jpg) no-repeat 400px top;
}
.box{
	width: 562px;
	padding: 10px;
	border: 1px solid #c5c7ca;
}
.box h4{
	margin: 0 0 10px;
}
.box p{
	font-size: 12px;
	color:#575859;
}
.pagetop{
	font-size: 12px;
	text-align: right;
	padding: 50px 0 0 20px;
	color: #1ba2d4;
	background: url(../img/homepage/pagetop.jpg) no-repeat 450px 50px;
}
.pagetop a{
	color: #1ba2d4;
}
/* --------------------------------
 サイドバー：ピックアップ
-------------------------------- */
div#sidebar_pickup { margin-top:0; } 


/* --------------------------------
自社運営サイト
-------------------------------- */
#entry3{ 
	font-size: 12px;
	line-height: 1.5em;
}
#entry3 a{
	color: #1BA2D4;
	text-decoration: none;
}
#entry3 a:hover{ 
	color: #1BA2D4;
	text-decoration: underline;
}
#entry3 .borderBox{
	padding: 0 0 15px; 
	margin: 0 0 12px;
	background: url(/img/homepage/border.gif) no-repeat left bottom;
}
#entry3 .ColL{
	float: left;
	width: 260px;
}
#entry3 .ColR{
	float: right;
	width: 318px;
}
#entry3 .ColR .IconArrow{
	background: url(/img/homepage/icon_arrow.gif) no-repeat left center;
	padding: 0 0 0 17px;
	margin: 0 0 10px;
}
#entry3 .ColR .IconArrow a{ color: #000; font-weight: bold;}








/* clearfix
--------------------------------------*/
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
} 
.clearfix {
	display: inline-block;
}
 /* Hides from IE-mac \*/ 
 * html .clearfix {
 	height: 1%;
 } 
 .clearfix {
 	display: block;
 }
  /* End hide from IE-mac */
