@charset "UTF-8";

/* ---------- 共通 ---------- */

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff url('../img/bg.gif') top repeat-x;
	color:#444;
	border-top:solid 5px #9c0;
}

/* ---------- タグリセット ---------- */

div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,blockquote {
	margin:0;
	padding:0;
	font-size:100%;
}

img { border:none; }

/* ---------- floatクリア ---------- */

.clear { clear:both; height:0; line-height:0; }
.clear hr { display:none; }

/* ---------- フォント ---------- */

body,th,td,li,div { font:100%/1.6 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }
form,input { font:90%/1 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }
textarea { font:90%/1.6 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }

/* ---------- リンク ---------- */

a { text-decoration:none; outline:none; }
a:link { color:#36c; }
a:active , a:visited { color:#369; }
a:hover { color:#f50; }

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

#wrap { width:920px; margin:0 auto; text-align:left; }
#mainWrap { width:504px; float:left; }
#sideWrap { width:356px; float:right; margin:20px 0; }

#head { width:920px; margin:0 auto; text-align:left; }

/* ---------- 装飾 ---------- */

p.imageRight { float:right; text-align:center; margin:0; }
p.imageRight img { margin-left:5px; }

p.hikakuRight { float:right; text-align:center; margin:0; padding:5px; border:solid 1px #ccc; }
p.hikakuRight img { margin:5px 0 5px 5px; }

.b { font-weight:bold; }

/* ---------- ヘッドライン ---------- */

#head h1,#head h2 { font-size:12px; line-height:30px; display:inline; }
#head h1 { font-weight:bold; color:#696; padding-right:15px; }
#head h2 { font-weight:normal; color:#666; }

/* ---------- ヘッダー ---------- */

#title { margin:25px 0 15px; }

#title p {
	margin:5px 0;
	font-size:20pt;
	font-weight:bold;
	line-height:80px;
	color:#390;
}

/* ---------- グローバルナビ ---------- */

#gnavi {
	margin:0;
	padding:0 10px;
	height:40px;
	overflow:hidden;
	list-style:none;
	background:url('../img/gnavi/bg.gif') 0 0 no-repeat;
}

#gnavi li {
	display:block;
	width:150px;
	height:40px;
	float:left;
	font-size:14px;
	text-align:center;
	line-height:40px;
}

/* ---------- コンテンツ ---------- */

#contentWrap {
	background:#fff;
	padding:0 20px 20px;
}

/* ---------- 記事 ---------- */

/* パンくずリンク */

p.topicPath {
	font-size:12px;
	line-height:1;
	margin:20px 0;
	padding-left:4px;
}

/* 記事タイトル */

#entryBox h2,
#archivesBox h2,
#hasSubCatBox h2,
#catArhiveBox h2 {
	margin-bottom:20px;
	padding:1em 0 1.2em 2px;
	font-weight:normal;
	font-size:160%;
	line-height:1.2;
	letter-spacing:-1px;
	color:#e60;
	border-bottom:solid 5px #9c0;
}

/* 記事本文 */

.newEntryBody p,
.entryBody p {
	font-size:100%;
	line-height:1.5;
	letter-spacing:1px;
	margin:0 0 1.2em 0;
	padding:0 0 0 2px;
}

.newEntryBody p.imageRight,
.entryBody p.imageRight { margin-bottom:0; }

#newEntryBody p img {
	position:relative;
	left:-2px;
}

.entryBody ul { margin:2em 0 2em 1.6em; }

.entryBody ol { margin:2em 0 2em 2em; }

.entryBody li {
	font-size:100%;
	line-height:1.25;
	padding:0.1em 0;
}

.entryBody blockquote {
	background:#eff6ff url('../img/bg/blockquote.gif') 0 0 no-repeat;
	margin:30px 0;
	padding:5px 5px 5px 45px;
	line-height:1.5;
	font-size:16px;
	border:solid 1px #def;
	color:#333;
}

.entryBody blockquote a { color:#00c; }

.entryBody blockquote a:hover { color:#f30; }

.entryBody a { text-decoration:underline; font-weight:normal; }

/* 記事見出し */

.entryBody h3 {
	font-size:140%;
	font-weight:bold;
	color:#690;
	line-height:1.4;
	letter-spacing:-1px;
	margin:1.5em 0 0.5em;
	padding:0 0 0 0.3em;
	border-left:solid 7px #690;
}

.entryBody h4 {
	font-size:120%;
	font-weight:bold;
	color:#000;
	line-height:1.4;
	letter-spacing:-1px;
	margin:0 0 0.1em;
	padding:1em 0 0.1em;
}

/* 続きを読む */

.readMore {
	text-align:right;
	font-size:90%;
	clear:both;
}

.newEntryBody p.readMore,
.entryBody p.readMore {
	position:relative;
	top:-1em;
}


/* ---------- サイドバー ---------- */

.modTitle {
	margin:0;
	padding:0 10px;
	background:#7a3;
	font-size:90%;
	font-weight:bold;
	line-height:2.5;
	color:#fff;
}

.modWrap {
	margin-bottom:15px;
	padding:8px 10px 0;
	border:solid 1px #ccc;
}

#topSideWrap .modWrap p,
#topSideWrap .modWrap li { font-size:90%; line-height:1.2; padding:2% 0 0; }
#topSideWrap .modWrap p,
#topSideWrap .modWrap ul,
#topSideWrap .modWrap form { margin:0 0 10px; }
#topSideWrap .modWrap ul { margin-left:1em; }

#sideWrap .modWrap p,
#sideWrap .modWrap li { font-size:14px; line-height:1.2; padding:2% 0 0; }
#sideWrap .modWrap p,
#sideWrap .modWrap ul,
#sideWrap .modWrap form { margin:0 0 10px; }
#sideWrap .modWrap ul { margin-left:1em; }
#sideWrap .modWrap ul li ul { margin-bottom:0; }

/* ---------- 基礎知識 ---------- */

#basic a { text-decoration:underline; }

/* ---------- レシピ ---------- */

.modWrap ul#recipeList { list-style:none; margin:0 0 8px; }

.modWrap ul#recipeList li {
	height:65px;
	font-weight:bold;
	background-position:0 0;
	background-repeat:no-repeat;
}

.modWrap ul#recipeList li.recipe01 { background-image:url('../img/recipe/ninjin_stick.jpg'); }
.modWrap ul#recipeList li.recipe02 { background-image:url('../img/recipe/ninjin_glasse.jpg'); }
.modWrap ul#recipeList li.recipe03 { background-image:url('../img/recipe/ninjin_kakiage.jpg'); }
.modWrap ul#recipeList li.recipe04 { background-image:url('../img/recipe/jagabutter.jpg'); }
.modWrap ul#recipeList li.recipe05 { background-image:url('../img/recipe/shoga_amazuzuke.jpg'); }
.modWrap ul#recipeList li.recipe06 { background-image:url('../img/recipe/piment_aburaage.jpg'); }
.modWrap ul#recipeList li.recipe07 { background-image:url('../img/recipe/tamago_piment.jpg'); }
.modWrap ul#recipeList li.recipe08 { background-image:url('../img/recipe/tomato_salad.jpg'); }
.modWrap ul#recipeList li.recipe09 { background-image:url('../img/recipe/komatsuna_gomaae.jpg'); }
.modWrap ul#recipeList li.recipe10 { background-image:url('../img/recipe/edamame_shioyude.jpg'); }
.modWrap ul#recipeList li.recipe11 { background-image:url('../img/recipe/edamame_stick.jpg'); }
.modWrap ul#recipeList li.recipe12 { background-image:url('../img/recipe/hourensou_bacon.jpg'); }
.modWrap ul#recipeList li.recipe13 { background-image:url('../img/recipe/hourensou_wasabiae.jpg'); }
.modWrap ul#recipeList li.recipe14 { background-image:url('../img/recipe/medamayaki.jpg'); }
.modWrap ul#recipeList li.recipe15 { background-image:url('../img/recipe/tamagoyaki.jpg'); }

.modWrap ul#recipeList li a {
	display:block;
	height:65px;
	font-size:90%;
	line-height:1.2;
	padding-left:122px;
	background:url('../img/recipe/icon.gif') right -32px no-repeat;
}
.modWrap ul#recipeList li a:hover { background-position: right 38px; }

/* ---------- プロフィール ---------- */

#prof { padding-bottom:10px; }
#prof p { margin:0; font-size:80%; }
#prof a { text-decoration:underline; }

/* ---------- フッター ---------- */

#foot {
	clear:both;
	padding:15px;
	background:#ffc;
	border:solid 1px #fc6;
}

#foot ul { list-style:none; text-align:center; }
#foot li { display:inline; font-size:90%; }

address {
	clear:both;
	padding:20px 0 0;
	font-size:80%;
	font-style:normal;
	text-align:center;
}

/* ---------- 記事装飾 ---------- */

/* レシピ */

table.recipe {
	width:250px;
	float:left;
	border:none;
}

div.entryBody table.recipe th , table.recipe td { border-bottom:solid 1px #cc9; }
div.entryBody table.recipe th { font-weight:normal; background:#fff; }
div.entryBody table.recipe td { text-align:right; }