@charset "UTF-8";


/*=====================================
=1 common
=2 header
=3 contents
=5 footer
=====================================*/


/*=====================================
=1 common
=====================================*/


* {
	margin:0;
	padding:0;
}


body{
	background:#ffffff url(../img/bg-detail.gif) repeat-x;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#000000;
	font-size:12px;
	line-height:1.6;
}

#all{
width:810px;
margin:0 auto;
padding:0 auto;
}

a:link { text-decoration: none; color: #d6000f;}
a:visited { text-decoration: none; color: #d6000f;}
a:active { text-decoration: none; color: #d6000f;}
a:hover { text-decoration: underline; color: #d6000f;}


/*=====================================
=2 header
=====================================*/

h1{
padding:6px 0 9px 0;
color:#FFFFFF;
font-size:20px;
font-weight:bold;
}

h1 span{
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:1.4;
}

/*=====================================
=3 contents
=====================================*/

#contents{
width:790px;
margin:15px auto;
border:1px solid #CCCCCC;
padding:10px 10px 30px 10px;
}

#main_map{
width:758px;
height:350px;
margin:10px auto;
}

#dedail{
width:758px;
margin:10px auto 20px auto;
overflow:hidden;
}

#dedail_left{
width:468px;
margin:10px 0 0 0;
float:left;
}


#dedail_left dl dt{
width:70px;
height:18px;
margin:0 0 8px 0;
padding:0;
text-indent:-9999px;
float:left;
}


#dedail_left dl dd{
width:390px;
margin:0 0 8px 8px;
padding:0;
float:left;
}


#dedail_left dl dd span{
	display:block;
	margin:0;
	padding:5px 0 0 0;
	font-size:10px;
}


#dedail_left dl dd img{
margin:-6px 0 0 0;
padding:0 5px 0 0;
float:left;
/*height:49px;*/
}

.address{
background-image:url(../img/tit_address.gif);
}

.tel{
background-image:url(../img/tit_tel.gif);
}

.location{
background-image:url(../img/tit_location.gif);
}

.open{
background-image:url(../img/tit_open.gif);
}

.url{
background-image:url(../img/tit_url.gif);
}

.brand{
background-image:url(../img/tit_brand.gif);
}


#photo{
width:280px;
margin:10px 0 0 0;
float:right;
}

#close{
display:block;
width:70px;
height:20px;
background: url(../img/btn-close.gif) top left no-repeat;
margin:0 auto;
padding:0;
text-indent:-9999px;
overflow:hidden;
}

#close:hover{
	background-position:left -20px;
}



#copyright{
	width:805px;
}




