@charset "UTF-8";
/*---screen---*/
img	{border-width:0;}
body {
	background-color:#FAC64E;
	margin:0;
	padding:0;
}
#recipe_outer	{
	width:720px;
	/*background-color:#FAC64E;*/
	margin:0 auto;
	padding:0;
	background-image: url(../img/frame_body.gif);
	background-repeat: repeat-y;
}
#recipe_inner	{
	padding:10px;
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#recipe_left	{
	width:255px;
	float:left;}
#recipe_left img	{
	border-width: 2px;
	border-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-top-color: #999;
	border-left-color: #999;
}
/*---バックナンバーleft側btn処理---*/
#recipe_left ul{
	list-style-type: none;
	/*color: #666;
	font-size: 0.8em;
	line-height: 1.5em;*/
	margin:0 auto;
	width:178px;
	height:93px;
	/*background-image: url(../img/backNumBtn.gif);
	background-repeat: no-repeat;
	overflow: hidden;*/
}
#recipe_left li{
	/*margin-bottom:30px;*/
	display:block;
	width:178px;
}
#recipe_left li.btn a{
	display:block;
	width:178px;
	height:38px;
	line-height:38px;
	background-image: url(../img/backNumBtn.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent:-999px;
}
#recipe_left li.btn a:hover{
	background-position:0px -87px;
}
#recipe_left li.close{
	display:block;
	width:178px;
	height:55px;
	line-height:55px;
	background-image: url(../img/backNumBtn.gif);
	background-repeat: no-repeat;
	background-position: 0 -38px;
	overflow: hidden;
	text-indent:-999px;
}
/*---レシピ本文---*/
#recipe *	{margin:0; padding:0;}
#recipe	{
	background-color:#FFF;
	padding:10px;
	float:right;
	width:400px;
}
	
#recipe h1,#recipe h2,#recipe h3,#recipe h4 {
}

#recipe_outer h1	{
	/*background-image: url(../img/h1title.gif);*/
	background-repeat: no-repeat;
	height: 80px;
	width: 720px;
	margin:0;
	text-indent:-1000px;
	background-image: url(../img/frame_head-foot.gif);
}
#recipe	{font-size:1em;}
#recipe h2	{
	font-size:1.5em;
	background-image: url(../img/h2back.gif);
	padding:5px;
}
#recipe h4,#recipe h3	{
	font-size:1em;
}
#recipe h3	{
	color:#F60;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FAC64E;
	margin:10px 0;
}
#recipe h4	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin:5px 0 0 20px;
	text-indent:0px;
}
#recipe ul,#recipe ol{
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: none;
}
#recipe dl	{padding-left: 20px;}
#recipe dt	{float:left;}
#recipe dd	{display:block;}


/*---フッター処理---*/
#recipe_footer	{
	clear:both;
	background-image: url(../img/frame_head-foot.gif);
	background-repeat: no-repeat;
	background-position: 0px -150px;
	height: 100px;
	width:720px;
	text-indent:-999px;	
}


/*---一覧部分---*/
#recipe_list	{
	width:720px;
	margin:0 auto;
	font-size:0.95em;
	line-height:1.5em;
	background-color:#FFF;
}
#recipe_list *	{margin:0; padding:0;}

#recipe_list h1	{
	background-repeat: no-repeat;
	height: 106px;
	width: 720px;
	margin:0;
	text-indent:-1000px;
	background-image: url(../img/list_head-foot.gif);
}
#recipe_list h2	{
	color:#993300;
	font-size:1.25em;
	background-image: url(../img/h2back.gif);
	padding:5px;
	text-indent:10px;
	/*margin:30px 0 5px;*/
	clear:left;
}
#recipe_list ul{
	padding-left: 40px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../img/list_allow.gif);
}
#recipe_list li	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#recipe_list .totop	{
	width:66px;
	height:16px;
	float:right;
	display:block;
	background-image:url(../img/swPageTopIcon.gif);
	background-repeat: no-repeat;
	text-indent:-999px;
}

/*---フッター処理---*/
#recipe_list_footer	{
	clear:both;
	background-image: url(../img/list_head-foot.gif);
	background-repeat: no-repeat;
	background-position: 0px -169px;
	height: 44px;
	width:720px;
	text-indent:-999px;	
}
/*---一覧ページ内移動用設定---*/
ul#sub-guide {
	font-size:0.8em;
	list-style:none;
}
#sub-guide li {
	float:left;
	display:block;
}
#sub-guide li a {
	display: block;
	margin:0px 1px;
	padding:5px;
	height:1em;
	background-color:#d0f2d2;}
#sub-guide li a:hover {
	display: block;
	margin:0px 1px;
	padding:5px;
	height:1em;
	background-color:#fffdcf;
	text-decoration: none;
}

