@charset "utf-8";

/*===================================================
制作日：2009.05.21
製作者：松永
更新日：
更新者：

+全体構造

+a
　
+枠
  -body
　-container
  -contents-wrapper
　-contents
  -contets-bottom

+header ヘッダー
  -header_menu

+footer フッター
  -footer_menu
　-copy right コピーライト

+globalnavi グローバルナビゲーション

+others
  -pankuzu, paging, pagetop
  -background, border, img
  -margin, padding
  -font
  
==================================================== */


/* 全体構造
---------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
/* for macIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end of for macIE */

.clear {
	clear: both; 
	font-size: 1px; 
	line-height: 1px; 
	height: 1px;
}
div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* リンク
---------------------------------------------------- */
a {
	color: #b1181f;
	text-decoration: none;
}
a:hover {
	color: #b1181f;
	text-decoration:underline;
}
a.underline{
	text-decoration: underline;
}

/* body,container,contents
---------------------------------------------------- */
body{
	text-align: center;
}
#container{
	position:relative;
	text-align:left;
	line-height: 1.6;
	width: 950px;
	margin: 0 auto;
}
#contents{
	border: 1px dotted #CCC;
	width: 920px;
	padding: 15px 15px 30px;
}
#main-col1{
}
#main-col2{
	float: left;
	width: 680px;
}
#side-col{
	float: left;
	width: 210px;
	margin-right: 30px;
}

/* header
---------------------------------------------------- */
#header{
	position: relative;
	width: 100%;
	margin: 10px 0;
}
#header h1 a{
	display: block;
	text-indent: -9999px;
	background: url(../images/common/logo.gif) no-repeat left top;
	width: 260px;
	height: 55px;
}
#header #contact{
	position: absolute;
	top:0;
	right: 0;
}

#purchase{
	position: absolute;
	top: 20px;
	right: 10px;
	text-indent: -9999px;
	background: url(../images/common/shop_btn_hover.gif) no-repeat left top;
	width: 166px;
	height: 36px;
}
#purchase a{
	display: block;
	background: url(../images/common/shop_btn.gif) no-repeat left top;
	width: 166px;
	height: 36px;
}
#purchase a:hover{
	background: none;
}
/* globalnavi
---------------------------------------------------- */
#globalnavi{
	width: 950px;
	margin: 0 0 30px 2px;
}
#globalnavi ul{
	text-indent: -9999px;
	background: url(../images/common/globalnavi_hover.gif) no-repeat center top;
	height: 50px;
}
#globalnavi li{
	text-indent: -9999px;
	float:left;
	width: 190px;
	height: 50px;
}
#globalnavi li a{
	text-decoration: none;
	display: block;
	background: url(../images/common/globalnavi.gif) no-repeat center top;
	width: 190px;
	height: 50px;
}
#globalnavi li#menu1 a{
	background-position: 0px 0px;
}
#globalnavi li#menu2 a{
	background-position: -190px 0;
}
#globalnavi li#menu3 a{
	background-position: -380px 0; 
}
#globalnavi li#menu4 a{
	background-position: -570px 0; 
}
#globalnavi li#menu5 a{
	background-position: -760px 0; 
}
#globalnavi li a:hover{
	background: none;
}

#home #container #globalnavi li#menu1 a{
	background: none;
}
#goods #container #globalnavi li#menu2 a{
	background: none;
}
#recipi #container #globalnavi li#menu3 a{
	background: none;
}
#story #container #globalnavi li#menu4 a{
	background: none;
}
#tft #container #globalnavi li#menu5 a{
	background: none;
}

#globalnavi li#menu3 {
	background-image: url(../images/common/globalnavi.gif);
	background-position: -380px 0; 
}

/* footer
---------------------------------------------------- */
#footer{
	position: relative;
	height: 30px;
}

#copyright{
	font-size: 77%;
	text-transform: uppercase;
	text-align: right;
	padding-top: 10px;
}


/* pagetop
---------------------------------------------------- */
#pagetop{
	font-size: 80%;
	margin: 20px 0;
}
#pagetop a{
	float: right;
}
