﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000;
	text-decoration:none;
	border:none;
}
li{
	list-style-type:none;
}
a{
	display: block;
	cursor:pointer;
	}
span{
	display:none;
	}
body{
	background:url(image/back2.gif) repeat-x;
    }
#wrap{
	margin-left:auto;
	margin-right:auto;
	width:885px;
}
/*---------ここからheader--------*/
#header{	
	width:885px;
	height:520px;
}
h1{
	margin:73px 0 0 10px;
	}
/* IE 6 */
*html #header{
	margin-top:-5px;
}
/* IE 7 */
*:first-child+html #header div {
	margin-top:-5px;
	}
/*---------ここから navi--------*/
#navi_index{
	width:885px;
	height:56px;
}
#navi_index ul{
	float:right;
	padding-right:10px;
	}	
#navi_index li{
	float:left;
	padding:0;
	margin:0;
	}
#navi{
	width:885px;
	height:56px;
}
#navi ul{
	float:right;
	padding-right:10px;
	}	
#navi li{
	float:left;
	}
/* IE 6 */
*html #company{
	margin-right:-5px;
}
/* IE 7 */
*:first-child+html #company div {
	margin-top:-5px;
	}
.home a{
	background:url(image/home.jpg) no-repeat;
	width:111px;
	height:56px;
}
.company a{
	background:url(image/company.jpg) no-repeat;
	width:112px;
	height:56px;
}
.contact a{
	background:url(image/contact.jpg) no-repeat;
	width:111px;
	height:56px;
}
.home a:hover{
	background:url(image/home_a.jpg) no-repeat;
	width:111px;
	height:55px;
}
.company a:hover{
	background:url(image/company_a.jpg) no-repeat;
	width:112px;
	height:56px;
}
.contact a:hover{
	background:url(image/contact_a.jpg) no-repeat;
	width:111px;
	height:55px;
}
.home a:focus{
	background:url(image/home_a.jpg) no-repeat;
	width:111px;
	height:55px;
}
.company a:focus{
	background:url(image/company_a.jpg) no-repeat;
	width:112px;
	height:56px;
}
.contact a:focus{
	background:url(image/contact_a.jpg) no-repeat;
	width:111px;
	height:55px;
}
.arrow{
	width:862px;
	text-align:center;
	margin-bottom:5px;
	}
/*---------ここからtop--------*/
#top{
	text-align:center;
	padding:50px 0 20px 10px;
	clear:both;
	}
#top a{
	font-size: 140%;
	font-weight:bold;
	color:#868686;
}	
#top_web{
	text-align:center;
	width:70px;
	margin:30px 0 0 300px;
	float:left;
	}
#top_web a{
	font-size: 140%;
	font-weight:bold;
	color:#868686;
}	
/* IE 6 */
*html #top_web{
	margin:30px 0 0 150px;
}
/* IE 7 */
*:first-child+html #top_web div {
	margin:30px 0 0 150px;
	}
/*---------お問合わせフォーム--------*/
#web_left01 a{
	color:#015daa;
	text-align:right;
}
/*---------ここからcontents right--------*/
#illust{
	width:109px;
	float:left;
}
/*---------ここからfooter--------*/
#footer{
	width:100%;
	height:80px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#000;
	clear:both;
	}
#navi_footer{
	width:860px;
	margin-left:auto;
	margin-right:auto;
}
#navi_footer li{
	float:left;
	padding:5px 30px 20px 0;
}
#navi_footer a{
	color:#FFF;
}
#navi_footer a:hover{
	color:#75B3C6;
}
address{
	text-align:center;
	color:#fff;
	clear:both;
}
