@charset "utf-8";


html, body {
    margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック", "meiryo", "sans-serif", "Arial";	
}

#wrap {
    margin:0 auto;
	width:910px;
}

#head {
    width:910px;
	height:89px;
	margin:0 auto;
	z-index:1;
	position: relative;
}

#gnb {
    height:22px;
	float:right;
}

#gnbl{
    height:22px;
	float:left;
}

#logo{
    width:102px;
	height:40px;
	top:0;
	left:0;
	float:left;
	margin:25px 0 0 0;
	clear:both;
}

#navi{
    height:23px;
	top:0;
	right:0;
	float:right;
	position:absolute;
	margin:56px 0 0 0;
}

ul{
    list-style-type:none;
	padding:0;
	margin:0;
}

ul li{
    float:left;
}

#body {
    width:910px;
	position: relative;
}

.content {
    width:910px;
	margin:0 auto;
	position:relative;
}

.content_l {
    width:640px ;
	float:left;
}

.content_r {
    width:250px ;
	float:right;
}

.service {
    width:640px;
	float:left;
}

.service p {
    width:140px;
	font-size:10px;
	color:#444;
	margin-left:10px;
	line-height:12px;
	text-align:left;
}

.service1 {
    width:155px;
	height:183px;
	background:url(../images/servicebg.gif) no-repeat;
	margin:15px 5px 0 0;
	float:left;
}

.news{
    width:640px;
	float:left;
}

.address{
    width:242px;
	float:right;
	top:0;
	position: relative;
}

.clients{
    width:242px;
	float:right;
}

.clear {
    clear:both;
	display:block;
	float:none;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}

.footer {
    width:910px;
	height:245px;
	margin:0 auto;
	margin:30px 0 0 0;
	float:left;
}

.footerbox {
    width:910px;
	height:199px;
	margin:0 auto;
	background:url("../images/mainbtmbg.gif");
}

.footerbox_l {
    width:222px;
	height:199px;
	float:left;
}

.footerbox_r {
    width:660px;
	height:199px;
	float:right;
}

#footertext {
    margin:12px;
	text-align:center;
}

#footertext1 {
    text-align:center;
	line-height:14px;
	font-family:Meiryo, "MS PGothic", sans-serif, arial;
	font-size:10px;
}


