/* --基本部分の設定-- */ 
@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 75%;
	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: 0px;
	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: 50px;
	top: 550px;
	width: 850px;

}

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

/* ナビゲーション
---------------------------------------------*/
#globalNav {
	margin-left: 0px;
	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;
}


/* 大枠レイアウト
---------------------------------------------*/

#oowaku {
	min-width: 720px;
	max-width: 780px;
	width: expression(document.body.clientWidth < 721? "720px" : document.body.clientWidth > 781? "780px" : "100%");
	margin-left: 50px;
	margin-right: 50px;
	position: relative;
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#wrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	padding: 0;
	background: #FFFFFF url(../images/leftside_bg.gif) left top repeat-y;
}
	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
		margin-right: 0px;
	}
/*一時停止
-------------------------------------------------------------------
	#advertisement {
		float: right;
		width: 200px;
		text-align: center;
	}
---------------------------------------------------------------*/
	
	/* ステップ2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 100%;
		margin-left: -175px;
	}
	#secondary {
		float: left;
		width: 175px;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin: 0 0 0 190px;
	}
	#primary * * {
		margin: 0;
	}

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

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

	/* 共通
	---------------------------------------------*/
	#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: 100%;
		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%;
	}

/* 商品一覧
---------------------------------------------*/
#productList {
	margin-top: 0px;
}
#productList h2 {
	border-top: 1px solid #ffffff;
}
#productList li {
	float: left;
	width: 185px;
	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;
}

/* レシピ一覧用
---------------------------------------------*/
#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;
}

/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	padding: 40px 0 30px 0;
}
#footer p {
	position: absolute;
	left: 0;
	top: 45px;
}
#footerNav01 {
	position: absolute;
	right: 126px;
	top: 45px;
	width: 101px;
}
#footerNav02 {
	position: absolute;
	right: 58px;
	top: 45px;
	width: 58px;
}
#footerNav03 {
	position: absolute;
	right: 0px;
	top: 45px;
	width: 48px;
}


hr{height:1px;color:997300} 
/*◆*/

/* --クラス分け（使うときはHTMLファイルで「class=" "」を使って指定）-- */

.iro{background-color:fff3cc;}
/*★背景色をつける*/

.maka{background-color:#b3ff99;color: ;}
.ma-ka{background-color:#8b1a1a;color:#ffffff ;}
.blue{
font-size: normal;
font-weight: bold;
color: #228b22;
}

/*◇マーカー背景色をつける*/

.koiro{text-indent:1.5em;background-color:fff3cc;font-size:smaller;padding:0.2em;}
/*★文字をひとまわり小さくし、背景色をつける*/

.hasen{border-bottom:dashed; border-bottom-width:2px;border-color:997300;font-style:normal;}
/*◆文字に見出し背景色のアンダーライン（破線）をつける*/

div.naka{text-align:center;padding-top:1em;padding-bottom:1em;}
/*上下に一文字分の内側余白をとりながら、行の中央に配置する（divに使う）*/

div.migi{text-align:right;padding-top:1em;padding-bottom:1em;font-size:smaller;}
/*文字をひとまわり小さくし、上下に一文字分の内側余白をとりながら、行の右側に配置する（divに使う） */

.komoji{font-size:smaller;}
/*文字を今までよりひとまわり小さくする*/

.hidarihaiti{float:left;margin-left:0.5em;margin-right:0.5em;margin-top:0.8em;margin-bottom:0.8em;}
.migihaiti{float:right;margin-left:0.5em;margin-right:0.5em;margin-top:0.8em;margin-bottom:0.8em;}
.hidariyame{clear:left;}
.migiyame{clear:right;}
/* 画像（など）を周囲に外側余白をとりながら回り込み指定する・まわりこみを解除する。*/

div.haikei{
background-color:#fff3cc;
padding-top:0.7em;
padding-bottom:1em;
padding-left:2em;
padding-right:1em;
margin-left:0.2em;
margin-right:0.2em
}
/*★周囲に余白をとりながら、たくさんの要素にまとまった背景をつける（divに使う）*/

div.waku{
border-style:solid;
border-width:1px;
border-color:997300;
padding-top:0.7em;
padding-bottom:1em;
padding-left:2em;
padding-right:1em;
margin-left:0.2em;
margin-right:0.2em
}
/*◆周囲に余白をとりながら、たくさんの要素にまとまった枠線をつける（divに使う）*/


p.iro{
text-indent:1em;
line-height:1.8;
background-color:fff3cc;
font-size:smaller;
padding-bottom:1em;
padding-left:2em;
margin-left:0.2em;
margin-right:0.2em
}
/*★「段落」の背景色付き、文字を小さく、など*/

p.waku{
text-indent:1em;
line-height:1.8;
font-size:smaller;

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

padding-bottom:1em;
padding-left:2em;
margin-left:0.2em;
margin-right:0.2em
}
/*◆「段落」の枠線（実線・1px）付き、文字を小さく、など*/


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

padding-left:1em;
padding-right: 0.1em;
}
/*「段落」の頭の字下げをしない、行送りを1.8にする、文字を小さくする、左内側余白を1文字分・右内側余白を0.1文字分にする（テーブルの中などに使う）*/

p.komairo{
text-indent:0;
line-height:1.8;
font-size:smaller;
background-color:fff3cc;

padding-left:1em;
padding-right: 0.1em;
}
/*★ p.komaの背景色付き（テーブルの中などに使う）*/

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;
}
/*◆ p.komaの枠線付き（テーブルの中などに使う）*/

td ul{line-height:1.8}
/*テーブルのマスの中で順序なしリストを使うときは行送りを1.8にする*/

td dl{padding-left:0em;}
td dd{font-size:smaller;line-height:1.8;margin-bottom:0.8em;}
/*テーブルのマスの中で項目付きリストを使うときは左余白をなくし、下余白を0.8にする*/

ol p{font-size:smaller;margin-bottom:2.5em;}
/*順序ありリストの中で段落を使うときは、文字を小さくし、下側に2.5文字分の内側余白をとる*/

