﻿@charset "utf-8";




#main_imgarea { width: 100%;
				background-image: url(../img/main_shopdata_back.jpg);
				background-repeat: repeat-x;
				background-position: center bottom ;
				}

#main_imgarea_inner { width: 1040px;
                      height: 370px;
					  margin: 0 auto;
					  margin-top:90px;}



#title { width: 100%;
         height: 86px;
		 background-image: url(../img/title_back.png);
		 background-repeat: repeat-x;
		 margin: 0;}
		 

#title_inner { width: 990px;
               height: 86px;
			   margin: 0 auto;
			   padding-top: 15px;
			   }
			   
			   
#title h3 { margin:0;}			   


#main  {width: 100%;
height: 920px;
        margin: 0;
		background-color:#000;}
		
		
#main_area { width: 990px;
             margin: 0 auto;
			 padding-top: 25px;
			 padding-bottom: 25px;
			}



#shoplogo  { width: 990px;
             height: 60px;
			 margin-bottom: 10px;
			 margin-top: 20px;}
			 
			 
#shopname  { width: 990px;
             height: 20px;
			 }
			 
#shopname p { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
              font-size: 20px;
			  font-weight: bold;
			  color:#fff; }  			 


#shopdataarea { width: 990px;
                margin: 0 auto;
				padding: 0;}


#tablearea {width:495px;
            margin: 0;
			float: left;}
			

	
table  { width: 495px;
         border: none;
		 border-collapse: separate;
		 border-spacing: 3px;
		 }
		 
		 
th  { width: 150px;
      border: none;
	  padding: 5px;
	 background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.2em;
	text-align: center;
	vertical-align: middle;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	}
	
	
td {border: none;
    padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: left;
	vertical-align: middle;}



#rightarea  { width: 495px;
              margin: 0;
			  float: left;}
			  
			  

#shopimage  { width: 495px;
              margin: 0;
			  padding: 0;
			  text-align: right;}
			  


#googlemap { width: 450px;
             height: 265px;
			 margin-top: 20px;
			 border: solid 1px #444444;
			 float: right;}
			  



#infomation { width: 990px;
              margin-top: 30px;
			  margin-bottom: 30px;
			  margin: 0 auto;}

#infomation img { margin-top: 20px;}			  
			  
#infomation a:hover img {opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background: #fff;}	























