@charset "Shift_JIS";

/***************■全体構造*********************/

/*背景色の指定 #bfff7f*/
body{
	background-color: #FFE4C4;
	padding: 0;
	text-align: center;
}

/*タイトル*/
#decoTitle{
	padding: 0px 0px 10px 0px;
	border: none;
}

/*　フッター部*/
#box_footer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*　今週のレシピ　囲み*/
.box_recipi{
	background-color: #ffffff;
	width: 760px;
	font-size: 11pt;
	line-height: 95%
	border-radius: 30px;
	vertical-align: middle;
	border: 2px dotted #ff8c00;
	padding: 20px 30px 0px 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
/*	border: 5px solid #000000;*/	/*デバック用*/
}


/*料理名*/
.textLine{
	background-color: #ff7f7f;
	border-radius: 20px;
	color: #ffffff;
	width: 750px;
	height: 20px;
	font-size: 16pt;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*　レシピ*/
.box_w{
	background-color: #ffffff;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*	border: 5px solid #000000;*/	/*デバック用*/
}


/*　食材の特長*/
.box_tokutyo{
	background-color: #fff799;
	width: 700px;
	font-size: 11pt;
	line-height: 95%
	border-radius: 30px;
	vertical-align: middle;
	border: 2px dotted #ff8c00;
	padding: 15px 10px 15px 10px;
	margin: 10px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*バックナンバー(navigation)*/
#nav{
	padding: 3px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#nav ul{
	padding: 0px;
	margin: 0px;
}

#nav ul li {
	display: inline;
	color: #0000ff;
	margin-right: 10px;
}

#nav ul li a { 
	text-decoration: none;
	color: #0000ff;
}

#nav ul li a:hover{
	text-decoration:none;
	color: #ff6600;
}

/*文字サイズ*/
.moji_s{
	font-size: 10pt;
}
/*文字色*/
.textRed{
	color:  #ff0000;
}

/*文字色*/
.textOrange{
	color:  #ff8C00;
}

/*文字色*/
.textRed_b{
	color:  #ff0000;
	font-weight: bold;
}

/*文字色*/
.textOrange_b{
	color:  #ff8C00;
	font-weight: bold;
}

.clearBoth{
	clear:both;
}

/*画像メイン(左)*/
.decoImage{
	padding: 20px 5px 10px 5px;
	border: none;
	float:left;
}
/*画像(右)*/
.decoImage_r{
	padding: 2px;
	border: none;
	float:right;
}
/*画像(左)*/
.decoImage_l{
	padding: 8px 10px 6px 10px;
	border: none;
	float:left;
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#336699
}
a:visited{
	text-decoration:none;
	color:#336699
}
a:hover{
	text-decoration:none;
	color:#58a786
}
a:active{
	text-decoration:none;
	color:#58a786
}
