@charset "Shift_JIS";

/*コンテンツ用スタイルシート*/

h2.co{
    background-image:url('sozai/list-mini.gif');
    background-position:left;
    background-repeat:no-repeat;
	margin-left:10px;
	padding-left:15px;
}

h3.co{
	background-image:url('sozai/list03.gif');
	background-position:left;
	background-repeat:no-repeat;
	margin-left:10px;
	padding-left:15px;
}

h5.co{
    background-image:url('sozai/list04.gif');
    background-position:left;
    background-repeat:no-repeat;
    margin-left:5px;
    padding-left:10px;
    font-size:small;
    color:dimgray;
    font-weight:normal;
}

/*注意事項リスト*/

ul.caution{
	list-style:none;
	line-height:1.2em;
	}
	ul.caution li{
	    list-style:none;
    	padding-left:11px;
		margin-left:-25px;
    	background-image:url('sozai/list-mini.gif');
    	background-repeat:no-repeat;
    	background-position:left 4px;
		}

/*コンテンツ全体レイアウト*/

.co-head{
	width:100%;
	height:30px;
	padding-top:10px;
	}
	.area-recipe{
		width:100%;
		}
	.box-recipeL{
		width:210px;
		height:230px;
		float:left;
		background-color:#f5f5f5;
		padding:3px;
		margin-bottom:5px;
		}
	.box-recipeM{
		width:210px;
		height:230px;
		background-color:#f5f5f5;
		padding:3px;
		margin:0px auto;
		margin-bottom:5px;
		}
	.box-recipeR{
		width:210px;
		height:230px;
		float:right;
		background-color:#f5f5f5;
		padding:3px;
		margin-bottom:5px;
		}
/*コンテンツページ用ナビゲーション（デザインはTOPと同じ）*/

	ul.co-menu{
		width:730px;
		font-size:small;
		font-weight:bold;
		padding-left:0;
		margin-left:0;
		list-style:none;
		}
		ul.co-menu li{
			list-style:none;
			background:url('sozai/renga.jpg');
			padding:3px 0px;
			width:121px;
			text-align:center;
			float:left;
			}
		ul.co-menu a{
			text-decoration:none;
			font-weight:bold;
			padding-left:15px;
			}
		ul.co-menu a:hover{
			text-decoration:none;
			background:url(sozai/list.gif) left center no-repeat;
			background-color:dimgray;
			}

/**コンテンツ部（ヘッダー部はTOPと同じ）**/

#co-main{
	width:728px;
	height:100px;
	}
	.box-conmenuL{
    	width:340px;
   		float:left;
		margin-left:5px;
		padding-top:8px;
		margin-bottom:5px;
		}
	.box-conmenuR{
		width:340px;
		float:right;
		margin-right:5px;
		padding-top:8px;
		margin-bottom:5px;
		}

#co-foot{
	width:100%;
	height:100px;
}

/*コンテンツ一覧用メニュー*/

ul.cook{
	list-style:none;
	line-height:1.2em;
	margin-top:8px;
	}
	ul.cook li{
	    list-style:none;
    	padding-left:11px;
		margin-left:-30px;
		line-height:1.5em;
    	background-image:url('sozai/list03.gif');
    	background-repeat:no-repeat;
    	background-position:left 4px;
		}
	ul.cook a{
		text-decoration:none;
		}
	span.new{
		font-size:x-small;
		margin-left:10px;
		color:dimgray;
		vertical-align:text-bottom;
		}

/*レシピ用番号つきリスト*/
ol.recipe{
	line-height:1.2em;
	}
	ol.recipe li{
		line-height:1.5em;
		}
