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

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

/* タイトル */
#hero #title {
	background:#e60000;
	width:620px;
	border:5px solid #e60000;
	min-height: 1em;
    display: inline-table;
}

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

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

#hero #title {
    display: block;
}
/**/


#hero #title2 {
	text-align:center;
	font-weight:bold;
	padding:3px 0 10px 0;
	color:#ffffff;
}

.font14 {
	font-size:14px;
}


/* HERO紹介 */
#prof {
	width:620px;
}

#prof #photo {
	float:left;
	width:110px;
}

#prof #pTitle {
	background:#ffffff;
	width:410px;
	float:right;
	padding:10px;
}

#prof #post {
	background:#e60000;
	font-size:10px;
	font-weight:bold;
	padding:2px 5px;
	color:#ffffff;
	margin:5px 0 3px 0;
}

#prof #name {
	color:#e60000;
	font-size:14px;
	font-weight:bold;
}

#prof #pText {
	font-size:10px;
}


/* HERO紹介 */
.interview {
	width:630px;
	clear:both;
	padding:10px 0;
}

.iTextL {
	float:left;
	width:420px;
}

.iImgR {
	float:right;
	width:200px;
}

.iTextR {
	float:right;
	width:420px;
}

.iImgL {
	float:left;
	width:200px;
}

.subtitle {
	background:url(../images/subtitle.gif) no-repeat;
	height:29px;
	width:380px;
	color:#FFFFFF;
	font-weight:bold;
	padding:15px 0 0 40px;
}

.ques {
	color:#fc8d00;
	padding:10px 0 5px 0;
}

.ans {
	padding:0 0 10px 0;
}


/* お気に入りレシピ */
#favoriteTitle {
	clear:both;
	border-top:5px solid #e60000;
	border-bottom:5px solid #e60000;
	padding:4px 0;
	width:630px;
	margin:10px 0;
	color:#e60000;
	font-size:18px;
	font-weight:bold;
}

#fPhoto1 {
	width:240px;
}
	
#fName {
	background:url(../images/favorite_name.gif) no-repeat;
	width:230px;
	height:46px;
	color:#e60000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:15px 0 0 0;
	margin:-180px 0 0 250px;
}

#fComment {
	background:url(../images/favorite_coment.gif) no-repeat;
	width:200px;
	height:90px;
	margin:10px 0 0 250px;
	padding:20px 34px 0 15px;
}
	
#fPhoto2 {
	width:130px;
	margin:-180px 0 0 500px;
	height:180px;
}



/* メッセージ */
#message {
	background:url(../images/message_bg.gif) no-repeat;
	width:630px;
	margin:30px 0;
	border: solid 1px #363636;
}

#mImg {
	margin:0 0 0 140px;
	padding-top:10px;

}

#mComment {
	width:340px;
	margin:-120px 0 16px 280px;
	color:#e60000;
	font-size:14px;
	font-weight:bold;
	line-height:200%;
	background: url(../images/message_txt_bg.gif) repeat-y;
	padding-top: 5px;
	padding-bottom: 6px;
}


/* 告知 */
#info {
	background:#e60000;
	width:590px;
	margin-top:10px;
	color:#FFFFFF;
	padding:20px;
}




/* ▼20090731追加 ----------------------------- */

/* バックナンバーへのリンク */
#goBn {
	text-align:center;
	margin-bottom:20px;
}

#backNumber {
	width:630px;
	margin:10px 0;
}

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

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

