@charset "utf-8";
@import "base.css";

/*===================================
	トップページ index.html	
=====================================*/
/*イメージ*/
.front #Image{
width:640px;
height:310px;
padding:5px 0 0;
background:url(../cmn/bg_line.png) repeat 0 0;
text-align:center;
}
/*ie6*/
* html .front #Image{
height:316px;
}
.front #Image img{
border:solid 1px #636363;
}

/*summary*/
.front #content h2{
margin:0 0 20px;
background:url(../cmn/h2_front.png) no-repeat 12px 50%;
color:#71a727;
}
.front .flow,
.front #Summary dl{
display:block;
}
.front .flow{
display:block;
overflow:hidden;
float:left;
width:400px;
background:url(../img/img_front_flow1.png) no-repeat 20px 26px;
zoom:1;
}
.front .flow ol{
margin:0 0 100px;
font-size:18px;
}
.front .flow li{
display:inline;
}
.front .flow .c1{
padding:0 93px 0 22px;
}
.front .flow ul li{
padding:0 0.5em 0 0;
white-space:nowrap;
}
.front #Summary dl{
width:230px;
margin:0 0 0 409px;
}
.front #Summary dt{
font-size:18px;
text-align:center;
}
.front #Summary dd{
width:230px;
height:122px;
background:url(../cmn/bg_front_summary_dl.png) no-repeat 0 0;
text-indent:-200em;
line-height:5px;
}
/*ie6-7*/
*:first-child+html .front .flow ul li{
white-space:normal;
}
* html .front .flow ul li{
white-space:normal;
}
* html .front #Summary dl{
margin:0;
}

/*Service*/
.front #Service ul{
display:block;
overflow:hidden;
zoom:1;
}
.front #Service li{
display:block;
width:315px;
margin:0 0 20px;
}
.front #Service li.l{
float:left;
}
.front #Service li.r{
float:right;
}
.front #Service li.brank{
clear:left;
}
.front #content h3{
width:315px;
/*height:33px;*/
margin:0 0 10px;
border-bottom:solid 1px #636363;
background:#78ad39 url(../cmn/h3_front.png) no-repeat 0 0;
color:#fff;
text-indent:60px;
line-height:33px;
}
.front #content h4{
color:#71a727;
}
.front .pict{
float:left;
margin:0 10px 0 0;
}
.front .move a{
margin-left:108px;
}


/*side*/
#side .news{}
#side .news li{
margin:0 0 20px;
padding:0 0 10px 15px;
border-bottom:solid 1px #666;
background:url(../cmn/ico_1.png) no-repeat 10px 5px;
color:#71a727;
text-indent:5px;
}
#side .news li small{
display:block;
color:#666;
font-size:91.6%;
text-align:right;
}
#side .news li p{
color:#333;
text-indent:0;
}
#side .news li ul li{
list-style:inside disc;
margin:0;
padding:0;
border:none;
background:none;
color:#333;
}
/*カウンター*/
.count{
text-align:right;
}