@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;
	/*top:10px;
	left:170px;*/
	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;
	/*left: 170px;*/
}
#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 終了
===============================*/

/*#main 開始
===============================*/

#main{
	margin: 40px 20px 60px 20px;
	font-size:77%;
}
#main h2{
	width: 387px;
	height: 49px;
	background:url(img/h2_acc_01.gif) no-repeat;
	text-indent:-5000px;
}
/*1階 開始
================*/

#f1{
	margin: 30px 0px 40px 0px;
	padding: 0px 20px 0px 20px;
}
#text_fir{
	width: 400px;
	float: left;
	line-height:1.3;
	padding-top:10px;
	text-align:left;
}
#photo1{
	width: 344px;
	height: 173px;
	float:right;
}

/*clear fix===============*/
#f1:after{
content: ".";
display: block;
height: 1px;
clear: both;
visibility: hidden;
}

#f1{
display:inline-block;/* MAC IE用　*/																			min-height:1%;/* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html #f1{height: 1%;}
#f1{display: block;}
/*--ここまでMAC IEは非適用 */


/*2階 開始
================*/
#f2{
	margin: 0px 0px 30px 0px;
	padding: 0px 20px 0px 20px;
}
#text_sec{
	width: 400px;
	float: left;
	line-height:1.3;
	padding-top:30px;
}
#photo2{
	width: 344px;
	height: 173px;
	float:right;
	padding-top: 30px;
}
span{
color:#FF6633;
}

/*clear fix===============*/
#f2:after{
content: ".";
display: block;
height: 1px;
clear: both;
visibility: hidden;
}

#f2{
display:inline-block;/* MAC IE用　*/																	min-height:1%;/* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html #f2{height: 1%;}
#f2{display: block;}
/*--ここまでMAC IEは非適用 */



/*#sub開始 アクセス
===============================*/
#sub{
	margin:0px 20px 50px 20px;
	font-size:77%;
}
#sub h2{
	width: 387px;
	height: 49px;
	background:url(img/h2_acc_02.gif) no-repeat;
	text-indent:-5000px;
	margin-bottom:20px;
}
#shop_text{
	float: left;
	line-height:1.7;
	padding: 0px 20px;
}
#sub dt{
margin-right:5px;
}
#sub dd{
padding-left:60px;
margin-top:-1.7em;
}



#map{
	width:432px;
	float: right;
}
#map_text{
	text-align: right;
	margin:10px 0px;
	padding-right: 10px;
}
/*ページ上へアイコン*/
#page_icon{
	clear: both;
	text-align: right;
	padding-right: 5px;
	padding-top:20px;
}
#page_icon a{
	text-decoration:none;
	color:#996633;

}
#page_icon a:hover{
	color:#CC6600;
}



/*#footer 開始
================*/
#footer{
	width: 860px;
	height: 60px;
	background: url(img/footer.jpg) repeat-x;
	color: #FFFFFF;
	line-height: 25px;
	font-size:80%;

}
#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;
}



