@charset "utf-8";
/* CSS Document */

/* QuiCookingからの挑戦状 */

#challenge {
	width:630px;
	margin:0 auto;
	color:#6d2c2c;
}


/* 枠組み */
#challengeBox {
	width:630px;
	padding:10px 0;
}

#rightBox {
	width:450px;
	padding:0;
	float:right;
}

/* 左列リンク */

#bnTop {
	height:10px;
	width:170px;
	background:url(../images/bn_01.gif) no-repeat;
	margin:0 0 0 -10px;
}

#bnBottom {
	height:10px;
	width:170px;
	background:url(../images/bn_03.gif) no-repeat;
	margin:0 0 0 -10px;
	padding:0;
}

#bnLink {
	width:150px;
	background:url(../images/bn_02.gif) repeat-y;
	float:left;
	padding:0 10px;
}

.bnTitle {
	background:url(../images/bn_title.gif) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	height:17px;
	padding:3px 0 0 0;
	text-align:center;
}

#bnLink ul{
	margin:0px;
	padding:0 0 10px 0;
	list-style:none;
}

#bnLink li {
	line-height:120%;
	padding: 5px 0px 5px 10px;
	background:url(../images/bn_icon.gif) no-repeat 0px 8px;
	text-decoration: none;
	text-align:left;
	font-size:10px;
}


/* 今月の挑戦状 */
#thisMonth {
	background:url(../images/thismonth.jpg) no-repeat;
	width:450px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:30px;
}

/* 回答部分 */
#answer {
	background:url(../images/answer.jpg) no-repeat;
	width:450px;
	height:90px;
	text-align:center;
}

/* ▼20090804　追加・修正 */
#answer #ansCatch {
	padding-top:17px;
	color:#005e15;
}

#answer #ansName {
	padding-top:7px;
	font-size:16px;
	font-weight:bold;
	color:#cf1b7a;
}

#answer #ansBy {
	font-size:10px;
}
/* ▲20090804　追加・修正 */

#ansComment {
	padding:10px;
}


/* 料理写真 */
#mainPhoto {
	float:left;
	width:180px;
}


/* 材料 */
#materials {
	float:right;
	width:260px;
}

#materials .mTitle {
	background:url(../images/bk_materials.jpg) no-repeat;
	height:20px;
	width:230px;
	color:#005e15;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 0 30px;
	margin-bottom:7px;
}


/* 作り方 */
#howTo {
	clear:both;
	width:450px;
	padding:15px 0;
}


#howTo .hTitle {
	background:url(../images/bk_howto.jpg) no-repeat;
	height:20px;
	width:420px;
	color:#005e15;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 0 30px;
	margin-bottom:7px;
}

#howTo ol {
	padding:5px;
	margin-left:30px;
}
#howTo li {
	padding:0 0 10px 0;
}


/* ワンポイント */
#onePoint {
	background-color:#ede6dc;
	color:#005e15;
	padding:10px;
	width:430px;
}

.oPhoto img {
	clear:both;
	float:right;
	padding-left:10px;
}


/* 負け犬コメント */
#loser {
	background:url(../images/losercomment_02.gif) repeat-y;
	width:450px;
	margin-top:20px;
}

#loser p {
	padding:5px 10px;
}

#lBottom {
	background:url(../images/losercomment_03.gif) no-repeat;
	width:450px;
	height:10px;
}


/* JUNAさんプロフィール */
#juna {
	width:450px;
	margin-top:20px;
}

#jTitle {
	margin:-180px 0 0 140px;
	width:310px;
}

#jProf {
	background:url(../images/juna_03.jpg);
	width:290px;
	height:125px;
	padding:0 10px;
	margin:0 0 0 140px;
}


/* ベジタフル */
#vegetaful {
	width:450px;
	margin:20px 0;
	text-align:center;
}




/* バックナンバーページ(20090812追加) +++++++++++++++++++++++++ */

#bnPage {
	width:590px;
	margin:10px auto;
	padding:10px;
}

#bnPage h1 {
	text-align:center;
	background-color:#6d2c2c;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	margin-bottom:5px;
	font-size:16px;
}

#bnPage ul{
	margin:0px;
	padding:0 0 10px 0;
	list-style:none;
}

#bnPage li {
	line-height:120%;
	padding: 10px 0px 5px 20px;
	background:url(../images/bn_icon.gif) no-repeat 10px 12px;
	text-decoration: none;
	text-align:left;
}



	

