@charset "UTF-8";
/* CSS Document */
body {
	min-width:1100px;
}
/*---------------wrapper----------------*/
#main_contents {
	padding-bottom:160px;
}
#wrapper {
   padding-top:100px;
   width:750px;
}
#news_box{
   float:left;
   clear:both;
   width:657px;
   padding-bottom:2px;
   border-left:solid 1px #5f5f5f;
   border-right:solid 1px #5f5f5f;
   background:url(../images/news_box_bottom.gif) no-repeat left bottom;
}
#news_box_top{
   float:left;
   clear:both;
   width:657px;
   height:1px;
   background:url(../images/news_box_top.gif) no-repeat left bottom;
}
#news_box .news{
   float:left;
   clear:both;
   width:635px;
   padding:14px 11px 0px 11px;
}
#news_box .news dt{
    font-weight:bold;
	font-size:130%;
	margin-bottom:15px;
	line-height: 125%;
}
#news_box .news dt img{
    margin-right:12px;
    vertical-align:middle;
}
#news_box .news dd{
    margin-bottom:18px;
    line-height: 125%;
}
.news_title{
	float:left;
	clear:both;
	width:640px;
	margin:10px 0 5px 0;
	font-size: 90%;
}
#latest_news{
	float:left;
	clear:both;
	width:635px;
	border-top:solid 1px #5f5f5f;
	padding:10px 0;
    margin:0 11px;
}
/*-------------------*/
#service{
    float:left;
    clear:both;
    width:700px;
    padding-top:20px;
}
#service .box{
    float:left;
    width:auto;
	margin-right:5px
}
#service .box .thumbnail{
    float:left;
    width:70px;
    padding-right:5px;
}
#service .box .service_details{
    float:left;
    width:auto;
}
#service .box .service_name,
#service .box .service_info,
#service .line{
    float:left;
    clear:both; 
}
#service .box .service_name{
    width:auto; 
    height:31px;
}
#service .box .service_info{
    width:150px;
    padding-top:5px;
    font-size:90%;
}
#service .line{
	width:700px;
	margin-bottom:15px;
}
/*--------------------------------------*/

