﻿@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

html{
	height:100%;}
	
a {
	color: #000;
	text-decoration:none;
}
a:hover
{
	text-decoration: underline; 

}

img{
	border:none;
	vertical-align: top;
}
body{
	height:100%;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #eb2b17;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	
}

*+html body, * html body {
	font-size: 75%; /* for WinIE 6,7 */
}

#wrapper {
	width: 730px;
	margin: 0px auto 20px;
	padding-right:25px;
	padding-left:25px;
	background-color: #FFFFFF;
	
}

#contents{
	padding-bottom:30px;
	overflow:auto;
	width:100%;
	height:100%;
}


/* ヘッダー
---------------------------------------------*/
h1{
	padding-top:2px;
	padding-bottom:2px;
	float:left;
}
#header{
	border-top: 5px solid #8e0202;
}


#headerNavi{
	margin-top:37px;
	float:right;

}


/* グローバルナビ
---------------------------------------------*/
#glovalNavi{
	clear:both;
	list-style-type: none;	
	height:40px;
	margin:0px;
	padding:0px;
}

#glovalNavi li{
	float:left;
}



/* パンくずリスト
---------------------------------------------*/
#topicPath{
	padding:10px 0 10px 0;
	clear:both;

}



/* コンテンツ左
---------------------------------------------*/
#contentsLeft{
	float:left;
	width:550px;
	line-height: 1.5;

} 



h2{	
	clear:both;
}

h4{
	margin-bottom:10px;
}

.line{
	margin-top:20px;
	clear:both;	
}


.line img{
	vertical-align:baseline;
}


/* セクション
---------------------------------------------*/
.section{
	overflow:auto;
	margin-top:30px;}
	
	
.page_top{
	margin-top:30px;
	text-align:right;
}	


/*テーブル線あり
---------------------------------------------*/

table{
	width:550px;
	background-color: #999999;
}

th{	
	padding:5px;
	background-color: #CCC;
	font-weight: normal;
	}

td{
	padding:5px;
	background-color: #FFF;
	
}

/* 大力納豆のこだわり
---------------------------------------------*/

.kodawari_section{
	margin-top:30px;
	width:550px;
	clear:both;
	overflow:hidden;
	}
.left_img{
	float:left;
	font-size:84%;
	}
	
.right_img{
	float:right;
	font-size:84%;
	}	
	
.yurai{
	line-height:20px;
	width:380px;
	float:right;
	
	margin-left:20px;
	}
	
.yurai p{
	margin-top:10px;
	}


.mizu{
	line-height:20px;
	width:305px;
	float:left;
	margin-right:20px;
	
	}
.mizu p{
	margin-top:10px;
	}
	
.daizu{
	line-height:20px;
	width:305px;
	float:right;
	margin-left:20px;
	}
.daizu p{
	margin-top:10px;
	}

.nebari{
	line-height:20px;
	width:365px;
	float:left;
	margin-right:20px;
	
	}
.nebari p{
	margin-top:10px;
	}	

/* 製造工程
---------------------------------------------*/
h5{
	margin-top:30px;
	margin-bottom:15px;
	clear:both;
	
	}

.flow{
	overflow:auto;
	width:550px;
	}

.flow_text{
	width:325px;
	margin-left:10px;
	float:right;}

.flow p img{
	float:left;}
	


/* 工場見学
---------------------------------------------*/

.kengaku_text{
	float:left;
	
}
.kengaku_img{
	float:right;
margin-bottom:15px;
}




/* テーブル線なし
---------------------------------------------*/

.noborder{
	width:550px;
	background-color: #FFF;
	border-collapse: collapse;
}


.noborder th{
	padding:5px;
	background-color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	text-align: left;
	}

.noborder td{
	padding:5px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}


/* メディア掲載・受賞履歴
---------------------------------------------*/

.media_t{
	background-color: #FFF;
	border-collapse: collapse;
}

.media_t th{
	padding:10px;
	background-color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	text-align: left;
	}

.media_t td{
	padding:10px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}	




/* お問い合わせ
---------------------------------------------*/

.contact{
	width:300px;
	background-color: #999999;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
}

.information_wrapper {
	display: table;
	margin: 10px auto 0 auto;
}
.information {
	padding: 0.5em 1em;
	font-weight: bold;
	color: #727171;
	border: 1px solid #727171;
}
/* IE 6 only */
* html .information_wrapper {
	text-align: center;
}
* html .information {
	display: inline;
	zoom: 1;
	text-align: left;
}
/* IE 7 only */
*:first-child+html .information_wrapper {
	text-align: center;
}
*:first-child+html .information {
	display: inline;
	zoom: 1;
	text-align: left;
}

/* 商品案内
---------------------------------------------*/

.goods{
	width:550px;

}

.goods li{
	list-style:none;
	width: 170px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	display:inline;

}

span{
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat 0px 2px;

	padding: 0px 0px 0px 13px;
	}

.goods_image{
	text-align: center;
	}

.charges{
	text-align: center;
}

.g_name{
	
	background-color: #FFE4E1;
}

.s_name{
	
	background-color: #F5DEB3;
}


.zone{
	
	background-color: #DDFFC8;
}

.size{
	background-color: #FFFFAA;	

}

h4.set_title{
	border-width:0px 0px 1px 5px; 
	border-color:#FF0000;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left:5px;
	}

.c_fax{
	font-size: 30px;
	color:#d25454;
	
}

.c_tel{
	font-size: 22px;
	padding-bottom:20px;
	font-weight: bold;
}

.c_tel a{
	font-size: 22px;
	font-weight: bold;
	padding-bottom:20px;
}

/* アクセス
---------------------------------------------*/

h6{
	font-size:150%;
	color: #d25454;
	margin-top:20px;
}

.access_map{
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat 0px 2px;
	background-position:left;
	padding: 0px 0px 0px 13px;

}

.access1,.access2{
	margin-top:10px;
}

.access2{
	margin-top:10px;

}

.access_print{
	margin-top:10px;
	color:#d25454;
}

.access_print img{
	vertical-align: middle; 
}

.map{
	margin-top:20px;
	}



/* リンク
---------------------------------------------*/

.link{
	width:550px;
	background-color: #dbcbad;
	border-collapse: collapse;
}

.link th{	
	padding:5px;
	background-color: #CCC;
	font-weight: normal;
	}

.link td{
	padding:5px;
	background-color: #dbcbad;
	
}


/* テーブル線なし
---------------------------------------------*/

.noborder_link{
	width:550px;
	background-color: #FFF;
	border-collapse: collapse;
}


.noborder_link th{
	padding:5px;
	background-color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	text-align: center;
	}

.nnoborder_link td{
	padding:5px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}


/* 個人情報保護方針
---------------------------------------------*/
.privacy{
	list-style-type: decimal;
	padding-left:22px;
	margin-top:20px;	
	}


/* コンテンツ右
---------------------------------------------*/

#contentsRight{
	margin-left:20px;
	float:right;
	width:160px;
	font-size:77%;
	line-height: 1.5;
}

#localNavi ul{
	margin:0px;
	padding:0px;
	
}


#localNavi li{
 list-style-type:none;
}



/* フッダー
---------------------------------------------*/
#footer{
	overflow:auto;
	width: 100%; /* for WinIE6,7 */
	clear:both;
	background-color: #FFFFFF;
	background-image: url(../images/footer_bg2.jpg);
	background-repeat: no-repeat;
	border-bottom: 10px solid #FFF;
}

#footerNavi{
	margin-top:10px;

	float:left;
}

#copyRight{
	margin-top:30px;
	margin-right:5px;
	float:right;}



