@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #000000 url(img/bg_page.gif) repeat-x;
	text-align: center;
	color: #DCDCB8;
}

img{
	border: none;
	vertical-align: bottom;
}
a{
	overflow: hidden;
}



/*#container開始
===============================*/
#container{
	width: 860px;
	margin:0 auto;
	text-align: left;
	position:relative;
}

/*#header開始
===============================*/
#header{
	width: 860px;
	padding-top: 10px;
}

#header h1{
	width: 260px;
	height: 333px;
	position:absolute;
	background: url(img/logo.png) no-repeat;
	text-indent:-9999px;		
}

#header h1 a{
	width: 260px;
	height: 133px;
	display:block;
}

/*#nav開始 メニューボタン
===============================*/
#nav{
	width: 860px;
	height: 60px;
	background:url(img/menubar.png) repeat-x;
	position:absolute;
	top: 343px;
}
#nav ul{
	list-style: none;
}
#nav li{
	float: left;
	width: 172px;
	height: 60px;

}
#nav li a{
	width: 172px;
	height: 60px;
	display: block;
	text-indent: -5000px;
}
#mb01{background:url(img/mb_01.png);}
#mb02{background:url(img/mb_02.png);}
#mb03{background:url(img/mb_03.png);}
#mb04{background:url(img/mb_04.png);}
#mb05{background:url(img/mb_05.png);}

#nav li a:hover{
	background-position: 0 -60px;
}

/*ぱんくず*/
#pan_nav{
	font-size:77%;
	text-align:right;
	padding:10px 10px 0px 0px;
}
#pan_nav a{
	padding: 0px 5px;
	text-decoration: none;

}
/*#header 終了
===============================*/
#intro{
	margin:0px 20px;
}
#intro h2{
	background:url(img/customer_voice02.gif) no-repeat;
	width: 820px;
	height: 106px;
	text-indent: -5000px;
}

/*#main お客様の声 開始
===============================*/
#main{
	margin: 20px 50px 30px 60px;
	text-indent: -5000px;
}
#main h3{
	width: 280px;
	height: 43px;
	margin-bottom:5px;
}
#c_cmnt01{background:url(img/cmnt_sano.gif) no-repeat;}
#c_cmnt02{background:url(img/cmnt_syubi.gif) no-repeat;}
#c_cmnt03{background:url(img/cmnt_oniki.gif) no-repeat;}
#c_cmnt04{background:url(img/cmnt_kubo.gif) no-repeat;}
#c_cmnt05{background:url(img/cmnt_inaho.gif) no-repeat;}

.customer_voice{
	/*margin-top:-15px;*/
	margin-bottom:45px;
	line-height: 1.4;
	color:#FF9966;
	font-family:"メイリオ", "小塚ゴシック Pro R";
	font-size:77%;

}

span{
	color:#F46040;
}

/*#sub開始
===============================*/
#sub{
	margin:0px 20px 50px 20px;
}


/*ページ上へアイコン*/
#page_icon{
clear: both;
text-align: right;
padding-right: 5px;
padding-top:20px;
font-size: 77%;
}
#page_icon a{
color:#996633;
text-decoration: none;
}
#page_icon a:hover{
color:#CC6600;
}


/*#footer 開始
================*/
#footer{
	width: 860px;
	height: 60px;
	background: url(img/footer.jpg) repeat-x;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 25px;
}
#footer ul{
	text-align: center;
}
#footer li{
	display: inline;
	padding: 0px 15px;
}
#footer li a{
	color:#CC9966;
	text-decoration: none;
}
address{
	background:url(img/ad.gif) no-repeat;
	width: 290px;
	height: 15px;
	margin-left:266px;
	margin-top: 5px;
	text-indent: -5000px;
}



