@charset "UTF-8";
/*ページ全体のレイアウト
-----------------------------*/
*{margin: 0;padding: 0;border:0;}
body{background:#fff;}
.contents{
	width:960px;
	margin:0 auto;
}

/*フォント・画像
------------------------------------------------------------*/
body{
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'メイリオ',"ＭＳ Ｐゴシック",Osaka,"MS Gothic",Gothic,sans-serif ,Helvetica, Verdana, Arial,sans-serif;
	font-size: 14px;
	line-height:1.8;
	color:#333;
}

.hover a:hover{
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.8; /*Firefox*/
	opacity:0.8; /*Opera・Safari*/
}

 /*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.content { width:770px;	margin:0 auto;}
#top { background:#fab221; }
#top .content { text-align:center; padding:40px 0px;}
#btm .content { text-align:center; padding:5px 0px 5px 0px; background:#333; width:100%; color:#fff; font-weight:bold;}
#shop { margin:40px 0px 20px 0px;}

.cont2 { clear:both;  margin:30px 0px 20px 0px;}
.left  { float:left;  width:240px;}
.right { float:right; width:500px;}
