﻿t@charset "utf-8";
/* ---------- index.html ---------- */

#keyVisual {
	height: 374px;
	width: 948px;
	margin: 6px auto 0;
	}

#contents {
	padding-top: 27px !important;
	}
	
/*------ナビゲーション------*/
ul#gNav {
	margin: 0 auto !important;
	}
	
/*------メイン------*/
#main {
	width: 960px;
	margin:0 auto; 
	float:none;
	clear: both;
	}
	
/*------メイン＿左カラム------*/
	
#main_left{
	width:250px;
	padding:0 0 0 10px;
	float:left;
	}

/* twitter */
#main_left #twitter {
	width:240px;
	float: left;
	margin:0;
   }

	
/*------メイン＿中央カラム------*/

#main_center{
	width:470px;
	float:left;
	}
	
	
/* トピックスモジュール */
#main_center #topicslist {
	width: 460px;
	}


#main_center #topicslist h4{
	background: url('../images/h4_topics.png') no-repeat left top;
	height: 30px;
	text-indent: -9999px;
	display:block;
	margin:10px 0 0;
	}

#main_center #topicslistCompo{
	width: 460px;
	height: 1800px;
	overflow-y: scroll;
	overflow-x:hidden;
	}

#main_center #topicslistCompo dl {
	width: 455px;
	padding:0 0 0 5px;
	display:block;
	float:none;
	clear:both;
	}

#main_center #topicslistCompo dt {
	width:100px;
	padding:13px 0 0 0;
	float:left;
	display:block;
	font-weight: bold;
	}

#main_center #topicslistCompo dd {
	width:330px;
	float:left;
	display:block;
	padding:13px 0 0 0;
	}

/* ラインナップモジュール */
#main_center #lineup {
	width:460px;
	height:160px;
	padding:25px 0 0 0;
	float:none;
	clear:both;
	}


#main_center #lineup h4 {
	background: url('../images/h4_lineup.png') no-repeat left top;
	width: 460px;
	height:35px;
	text-indent: -9999px;
	display:block;
	}

#main_center #lineup ul {
	display:block;
	float:none;
	clear:both;
	}

#main_center #lineup ul li {
	width:160px;
	height:100px;
	float: left;
	}

#main_center #lineup ul li#lineupend {
	width:140px;
	}
	
	
/*------メイン＿右カラム------*/

#main_right{
	width:230px;
	padding:0 0 50px;
	float:right;
	}

/* ---------- 各店舗infomation ---------- */
	
h3.tenponews {
	clear:both;
	color: #c1273d;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding:  0 0 3px 6px;
	margin: 15px 0 10px;
	background: url('../images/h3_bg_long.png') repeat-x left bottom;

	}

#gnavi_info{
	height: 62px;
	margin-left:30px;  
}

h3.tenponews img{
	margin: 0 2px 3px 0;
}


#gnavi_info ul{
	list-style: none; /* リスト形式を削除 */
}

 /* リストを横並びに */
#gnavi_info ul li{
	width: 300px;
	height: 62px;
	float: left;
}
#gnavi_info ul li a{
	text-indent: -9999px; /* テキストをふっとばす */  
	text-decoration: none;  
	display: block;  
	width: 300px;  
	height: 62px;  
	background-image: url('../images/gnavi_info.jpg');  
	background-repeat: no-repeat;
}

 /* a要素の背景の指定  ※左の数字がx軸、右の数字がy軸*/
#gnavi_info ul li#menu1 a { background-position: 0 0; }   
#gnavi_info ul li#menu2 a { background-position: -300px 0; }  
#gnavi_info ul li#menu3 a { background-position: -600px 0; }  

#gnavi_info ul li a:hover{
	text-decoration: none;  
	background-image: url('../images/gnavi_info.jpg');  
	background-repeat: no-repeat;   
}

/* a:hover要素の背景の指定 ※左の数字がx軸、右の数字がy軸*/
#gnavi_info ul li#menu1 a:hover { background-position: 0 -62px; }   
#gnavi_info ul li#menu2 a:hover { background-position: -300px -62px; }  
#gnavi_info ul li#menu3 a:hover { background-position: -600px -62px; }  
