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

#syokuzai {
	width:630px;
	margin:0 auto;
}

/* タイトル */
#title {
	padding-bottom:10px;
}


/* 枠組み */
#rensaBox1 {
	width:630px;
	margin-bottom:10px;
}

#rensaBox2 {
	width:380px;
	float:right;
	text-align:center;
}


/* 今月のアンサー */
#answer {
	background-color:#ffffa4;
	width:238px;
	height:428px;
	border:1px #ffefb4 solid;
	text-align:center;
	float:left;
}

#answer #name {
	font-weight:bold;
	font-size:14px;
	color:#7f3200;
	background:url(../images/answer_bg.gif) center no-repeat;
}
	
#answer p {
	width:200px;
	margin:10px auto;
	text-align:left;
}



/* 今月のひとこと */
#hitokoto {
	background:url(../images/hitokoto_bg.gif) no-repeat;
	padding:10px 0;
	height:80px;
	margin-bottom:10px;
}

#hitokoto p {
	color:#fd7b34;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
}


/* 今月の主役 */
#syuyaku {
	background:url(../images/syuyaku_bg.jpg) no-repeat;
	padding-top:20px;
	height:35px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
}

/* 他の素材で連鎖 */
#etc {
	margin:10px 0;
	text-align:right;
}


/* 3日間レシピ */
#days {
	clear:both;
	background:url(../images/3days_bg.gif) no-repeat;
	width:630px;
	height:320px;
	padding:40px 0 0 0;
	min-height: 1em;
    display: inline-table;
}

#days:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #days {
    height: 1em;
}

#days {
    display: block;
}
/**/



#days .dSet {
	width:210px;
	float:left;
	text-align:center;
}

.dTitle {
	color:#999933;
	font-weight:bold;
}

.dName {
	width:190px;
	height:55px;
	padding:5px 10px 0 10px;
}

.dName a {
	color:#7f3200;
	font-weight:bold;
}

.dUse {
	color:#fd7b34;
	font-weight:bold;
	padding:5px 0;
}

.dComent {
	color:#666666;
	width:190px;
	padding:0 10px;
	text-align:left;
}


/* ポイント */
#points {
	clear:both;
	background-color:#ffffa4;
	width:628px;
	border:1px #ffefb4 solid;
	padding-top:10px;
	margin-bottom:10px;
}

#points .pTitle {
	background:url(../images/point_icon.jpg) no-repeat;
	height:25px;
	margin-left:20px;
	padding:5px 0 0 30px;
	color:#7f3200;
	font-weight:bold;
	font-size:14px;
}

#points p {
	width:570px;
	margin:0 auto;
	padding:3px 0 15px 0;
}


/* その他のレシピ */
#other {
	background:url(../images/other_recipe_bg.jpg) no-repeat;
	height:210px;
	padding:20px 15px 0 15px;
}

#other .recipe {
	width:120px;
	float:left;
	text-align:center;
}

.rName {
	width:108px;
	height:55px;
	padding:0 6px;
}

.rName a {
	color:#7f3200;
}

.rUse {
	color:#fd7b34;
	font-weight:bold;
	padding:5px 0;
}

/* ソムリエ */

#sommelier {
	background-image: url(../images/sommelier.gif);
	position: relative;
	height: 535px;
	width: 606px;
	margin-top: 0px;
	line-height: 125%;
	background-repeat: no-repeat;
}
#sommelier span {
	font-weight: bold;
	color: #FD712E;
}
.sommelier_tlink {
 position: absolute;
 top: 55px;
	left: 45px;
	text-align: left;
}
.sommelier_tlink a {
 color: #646464;
}
.sommelier_tlink a:hover {
 color: #FD712E;
}
.sommelier_tlink .link-color a:hover {
 color: #000000;
}
.sommelier_txt1 {
 top: 140px;
}
.sommelier_txt2 {
 top: 310px;
}
.sommelier_txt3 {
	top: 440px;
}
.sommelier_txt1,.sommelier_txt2,.sommelier_txt3 {
	position: absolute;
	text-align: left;
	width: 380px;
	right: 25px;
	line-height: 135%;
}
/* バックナンバー */
#backnumber {
	clear:both;
}

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

#backnumber li {
	line-height:120%;
	width:200px;
	float:left;
	padding: 0 0px 5px 10px;
	background:url(../images/list_icon02.jpg) no-repeat 2px 4px;
	text-decoration: none;
}

#backnumber #bt {
	clear:both;
	text-align:right;
	margin:10px 0;
}












