/* CSS Document */
/* ------------------------------------ Init ------------------------------------ */
html{
font-family:"ＭＳ Ｐゴシック", Osaka;
}
img{border:0;}
h1,h2,h3,h4,h5,h6{
margin:0;
padding:0;
}
address,em{
font-style:normal;
}
form{margin:0; padding:0;}
p{margin:0; padding:0;}
small{font-size:10px;}
/* ------------------------------------ /Init ------------------------------------ */

/* ------------------------------------ Class ------------------------------------ */
.alt{
display:none;
}
.clear {
font:0;
line-height:0;
clear:both;
}
/* ------------------------------------ /Class ------------------------------------ */

/* ------------------------------------ Default ------------------------------------ */
body{
margin:0 auto;
font-size:12px;
color:#231816;
background-color:#fff;
height:100%;
}
td,th{font-size:12px;}
a:link{color:#231816; text-decoration:none;}
a:visited{color:#231816; text-decoration:none;}
a:active{color:#231816; text-decoration:none;}
a:hover{color:#5A8F33; text-decoration:underline;}

/* ------------------------------------ /Default ------------------------------------ */

/* ------------------------------------ Shop Detail ------------------------------------ */
#shop_body{
width:580px;
margin:0 auto;
padding-top:10px;
background-color:#fff;
}
#shop_body h1{
float:right;
margin-bottom:10px;
}
#shop_body h2{
float:left;
margin-bottom:10px;
}

#shop_conts{
padding:0px 20px 5px 15px;
}
#shop_conts address{
padding-bottom:8px;
}
#shop_conts p{
padding:8px 20px 4px 0px;
line-height:150%;
}
#shop_conts p img{
float:right;
padding-top:3px;
}
#shop_conts .testcar{
text-align:right;
padding-right:20px;
}

#shop_conts p.message{
padding:5px 0px 5px 0px;
font-size:10px;
}
#shop_conts p.staff_name{
font-size:10px;
}
#shop_conts p.staff_name b{
font-size:12px;
font-weight:normal;
}
strong.tel{
background-image:url(img/icon_tel.gif);
background-repeat:no-repeat;
padding-left:20px;
padding-right:15px;
font-size:14px;
}
strong.fax{
background-image:url(img/icon_fax.gif);
background-repeat:no-repeat;
padding-left:20px;
font-size:14px;
}

#shop_foot{
background-color:#F3F3F3;
height:20px;
line-height:20px;
text-align:center;
font-size:10px;
color:#646464;
position:absolute;
bottom:0;
width:100%;
}
/* ------------------------------------ /Shop Detail ------------------------------------ */
