@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 85%;
	line-height: 1.5;
	color: #000000;
	background-color: #FFFFFF;
}
img {
	border: none;
}

strong{
	border-bottom:solid;
	border-bottom-width:2px;
	border-color:#d92626;
	font-weight:normal;
	font-size:larger;
}
/* ロゴ
---------------------------------------------*/
#header {
	background-color: #FFFFFF;
	padding-top: 200px;
}
#logo {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 870px;
}

#logo2 {
	position: absolute;
	left: 50px;
	top: 260px;
	width: 435px;
	}

#logo3 {
	position: absolute;
	left: 485px;
	top: 260px;
	width: 435px;
}

#logo4 {
	position: absolute;
	left: 50px;
	top: 550px;
	width: 435px;
}

#logo5 {
	position: absolute;
	left: 485px;
	top: 550px;
	width: 435px;
}

#logo6 {
	position: absolute;
	left: 65px;
	top: 550px;
	width: 850px;

}

#ma-ka {
	position: absolute;
	left: 50px;
	top: 200px;
	width: 870px;
	background-color:#8b1a1a;
	color:#ffffff ;
	}


/* ナビゲーション
---------------------------------------------*/
#globalNav {
	margin-left: 50px;
	overflow: auto !important;
	overflow /**/: hidden;
	margin-top: 20px;
	width: 870px;
	background: #FFFFFF url(../images/global_nav_bg.gif) left top repeat-x;
	border-bottom: 1px solid #FFFFFF;
}
#globalNav li {
	float: left;
	width: 8em;
	border-right: 1px solid #F2F2F2;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background: #F2F2F2 url(../images/global_nav_a_bg.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #006600 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentWrapper {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 340px;
	overflow: visible !important;
	overflow /**/: hidden;
	width: 870px;
	padding: 25px 0;
	background: #FFFFFF url(../images/leftside_bg.gif) left top repeat-y;
}
#footer {
	clear: both;
	padding: 10px 0;
	border-top: 3px solid #CCCCCC;
	text-align: center;
}

	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
		margin-right: -120px;
	}
	#advertisement {
		float: right;
		width: 120px;
		text-align: center;
	}
	
	/* ステップ2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 710px;
		margin-left: 0px;
	}
	#secondary {
		float: left;
		width: 150px;
		margin: 0px 0px 0px 0px;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin: 0 128px 0 0px;
	}
	#primary * * {
		margin: 0;
	}

/* 記事本文
---------------------------------------------*/
#primary h1 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #FF99FF;
}
#primary p {
	font-size: 95%;
	margin-left: 5em;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
#primary .date {
	font-size: 100%;
	text-align: right;
	color: #FFFFCC;
}

#primary forimg {
	overflow: visible;
}

#primary img {
	float: right;
	margin: 2px 0px 0px 2px;	
}

/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#primary .list,#secondary .list,#advertisment .list {
		margin-bottom: 20px;
	}
	#primary .list li,#secondary .list li,#advertisment .list li {
		margin: 5px 0 0 15px;
		padding-left: 15px;
		font-size: 90%;
		background: url(../images/arrow.gif) left center no-repeat;
		border-bottom: 5px solid #FFFFFF;
	}
	
	/* 見出し
	---------------------------------------------*/
	#primary .list h2 {
		padding: 3px 5px;
		color: #FFFFFF;
		font-size: 120%;
		font-weight: bold;
		background-color: #336600;
		border-left: 5px solid #000000;
		border-bottom: 3px solid #FFFFFF;
	}
	
	#primary .list h3 {
		font-size: 100%;}
	
	#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #8b1a1a;
	}
	#secondary .list h3 {
		padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #FF99FF;
		border-bottom: 1px solid #FFFFFF;
	}
	#secondary .list h4 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #FF0000;
	}
	#advertisement .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #8b1a1a;
	}
		#advertisement .list h3 {
		font-size: 90%;
	}

/*
------------------------------------------------*/
	#primary .tableguide{
	margin: 10px 160px 0px 30px;
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#336600;
    empty-cells:show;
	}
	.tableguide th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#FFFFFF;
    background-color:#336600;
    background-image: #0099CC;
    background-position:left top;
    padding:0.3em 0.3em;
    font-size: 100%;
	}
	.tableguide td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    font-size: 100%;
    background-color: #FFFFFF;
    padding:0.5em 0.5em;
	}
	
	
	/*送料
	--------------------------------------------*/
	#primary .tablesend{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	}
	.tablesend th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#FFFFFF;
    background-color:#996633;
    background-image: #0099CC;
    background-position:left top;
    padding:0.3em 1em;
    font-size: 100%;
    text-align:center;
	}
	.tablesend td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 0.3em;
	}

/*会社概要
-----------------------------------------------*/
	#primary .tablegaiyou{
	margin: 10px 190px 0px 10px;
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	}
	.tablegaiyou th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#FFFFFF;
    background-image: #0099CC;
    background-position:left top;
    padding:1em 1em;
    font-size: 120%;
    text-align:center;
	}
	.tablegaiyou td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    font-size: 120%;
    background-color: #FFFFFF;
    padding:0.5em 0.5em;
	}
/*トップ５テーブル
--------------------------------------------------*/
	#advertisement .tabletop5{
	margin: 1px 1px;
    border-top:2px solid #FFFFFF;
    border-left:2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	}
	.tabletop5 th{
    color:#330000;
    background-color:#996633;
    background-image: #0099CC;
    background-position:left top;
    padding:0.3em 0.3em;
    font-size: 120%;
    text-align:center;
	}
	.tabletop5 td{
	border-bottom: 2px solid #000000;
    font-size: 100%;
    background-color: #FFFFCC;
    padding:0.3em 0.3em;
	}

/* 商品一覧
---------------------------------------------*/
#productList {
	margin-top: 0px;
}
#productList h2 {
	border-top: 1px solid #ffffff;
}
#productList li {
	float: left;
	width: 170px;
	margin: 5px 10px 0 0;
	text-align: center;
}
#productList h3 span {
	display: block;
	padding: 3px 0;
	color: #FFFFFF;
	font-weight: normal;
	background: #8b1a1a;
}
#productList dl {
	margin: 1px 0;
	font-size: 100%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#productList dt {
	padding: 2px 0;
	text-align: center;
	background: #E5DACA;
	border-top: 1px solid #DABF9A;
}
#productList dd {
	padding: 2px 0;
}

p.komawaku{
text-indent:0;
line-height:1.8;
font-size:smaller;

border-style:solid;
border-width:1px;
border-color:997300;

padding-left:1em;
padding-right: 0.1em;
}


/* レシピ一覧用
---------------------------------------------
#RproductList {
	margin-top: 25px;
}
#RproductList h2 {
	border-top: 1px solid #ffffff;
}
#RproductList li {
	float: left;
	width: 135px;
	margin: 10px 10px 0 0;
	text-align: center;
}
#RproductList h3 span {
	display: block;
	padding: 3px 0;
	color: #FFFFFF;
	font-weight: normal;
	background: #8b1a1a;
}
#RproductList dl {
	margin: 1px 0;
	font-size: 100%;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#RproductList dt {
	padding: 2px 0;
	text-align: center;
	background: #ffffff;
}
#RproductList dd {
	padding: 2px 0;
}



*/