@charset "UTF-8";

/**
 *   file     : recipe.css
 *   make     : emi makino (2009.3.23)
 *   revise   :  
 *   Copyright (c)2008 - HitBit co,ltd ,
 **/

/* Share Style
--------------------------------- */
div#recepi-wrapper {
	width:700px;
	margin-bottom:20px;
	border: 1px solid #FEC5AE;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.4em;
	color: #333333;
	margin-top: 10px;
}

/* 大タイトル
--------------------------------- */
div.box_theme {
	width:698px;
	background-image: url(/is/contents/mutsuko/files/images/bg_title.gif);
	background-repeat: no-repeat;
	height: 220px;
}
div.box_theme h3 {
	_padding-top:30px;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 470px;
	padding-top: 20px;
	
}
div.box_theme p.date {
	color: #CC0000;
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 370px;
	padding-top: 70px;
}
div.box_theme h4 {
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 450px;
	padding-top: 15px;
}


/* レシピ
--------------------------------- */
div#recepi {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
/*　コピー　*/
div#recepi div#copy {
	margin-bottom: 15px;
}
div#recepi div#copy div {
	background-image: url(/is/contents/mutsuko/files/images/bg_title_s.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	clear: both;
	float: none;
	margin-bottom: 10px;
	padding: 10px;
}
/*　材料　*/
div#recepi div#material {
}
div#recepi div#material .left {
	float: left;
	width: 300px;
}
div#recepi div#material .left h4 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
div#recepi div#material .left h5 {
	line-height: 2em;
	font-weight: bold;
}
div#recepi div#material .left p.money {
	background-image: url(/is/contents/mutsuko/files/images/ico_money.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;
	padding-left: 30px;
	line-height: 2em;
	margin-bottom: 5px;
	background-image: url(/is/contents/mutsuko/files/images/ico_money.gif);
}
div#recepi div#material .left p.time {
	background-image: url(/is/contents/mutsuko/files/images/ico_time.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;
	padding-left: 30px;
	line-height: 2em;
	margin-bottom: 5px;
}
/*　写真　*/
div#recepi div#material .photo {
	width: 320px;
	float: right;
	border: 1px solid #FFCC99;
}
/*　作り方　*/
div#recepi div#how_to {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#recepi div#how_to h5 {
	line-height: 2em;
	font-weight: bold;
}
div#recepi div#how_to .left {
	float: left;
	width: 500px;
}
div#recepi div#how_to .left li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
	line-height: 2em;
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 5px;

}
div#recepi div#how_to .point {
	background-image: url(/is/contents/mutsuko/files/images/bg_point.gif);
	background-repeat: no-repeat;
	float: right;
	width: 130px;
	height: 110px;
	background-position: right;
	visibility: inherit;
	padding: 60px 10px 10px 30px;

}
/* 豆知識
--------------------------------- */
div#mame {
	border: 1px solid #9CC56E;
	padding-bottom: 10px;
}
div#mame p.theme {
	background-image: url(/is/contents/mutsuko/files/images/bg_mame.gif);
	padding-left: 430px;
	height: 45px;
	background-repeat: no-repeat;
	padding-top: 25px;
	position: relative;
	margin-bottom: 10px;
}
div#mame p.photo{
	float: left;
	padding-left: 10px;
}
div#mame div {
	float: right;
	width: 380px;
	padding-right: 10px;
}

/* プロフィール・ケータイ
--------------------------------- */
div#box_profile {
	clear: both;
	float: none;
	margin-bottom: 15px;
	margin-top: 15px;
}
div#profile {
	background-image: url(/is/contents/mutsuko/files/images/bg_profile.gif);
	background-repeat: no-repeat;
	float: left;
	height: 140px;
	padding-top: 45px;
	padding-left: 120px;
	border: 1px solid #FFCC99;
	padding-right: 10px;
	width: 350px;
}
div#mobile {
	float: right;
}


/* バックナンバー
--------------------------------- */
div#backnumber {
	margin-bottom:20px;
	background-image: url(/is/contents/mutsuko/files/images/bg_bn.gif);
	background-repeat: no-repeat;
	background-color: #FFE6CE;
	padding: 45px 15px 15px;
	width: 650px;
	margin-top: 20px;
	clear: both;
	float: none;
}
div#blog-backnumber ul {
	margin:0 0 0 10px;
}
div#blog-backnumber ul li {
	width:310px;
	float:left;
	padding:2px 0;
	list-style-type:disc;
	margin-left:20px;
}
