@charset "utf-8";
/* CSS Document */

/*==================reset=================*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	}
img {
	border: 0;
	}
/*==================common==================*/
html {
	overflow-y:scroll;
	}
body {
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	line-height: 1.4;
	font-size: 14px;
	text-align: center;
	background-color:#EDEEE8;
	behabior:url("js/ie6csshover.htc");
	}
*html body {
	font-size: 90%;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
a {
	color: #663300;
	}
a:hover {
	color: #FF9900;
	}
strong {
	font-weight: bold;
	color:#666666;
	}
em {
	font-weight: bold;
	color:#FF9999;
	}
.clearfix {
	zoom:1;/*for IE 5.5-7*/
	}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
.clear {
	clear: both;
	line-height: 0;
	}
ul {
	list-style: none;
	}
.imgR {
	float: right;
	margin: 0 0 10px 15px;
	}
.imgL {
	float: left;
	margin: 0 15px 10px 0;
	}
.imgC {
	text-align: center;
	}
.textR {
	text-align: right;
	}
.textC {
	text-align: center;
	}

/*==================header==================*/

#content{
	width:766px;
	background:url(../img/bg.jpg) repeat-y;
	margin: 0 auto 15px;
	}

#content div#header{
	width:760px;
	margin-left:2px;
	margin-bottom:15px;
	}
/*==================main==================*/

#content div#main{
	width:700px;
	text-align:left;
	margin:0 auto;
	}
#content div#main h2{
	margin-bottom:3px;
	}
#content div#main div.menulist{
	width:698px;
	border:1px #CCCCCC solid;
	padding:20px 0;
	}
p.title a{
background:url(../img/icon.png) no-repeat 0 0 ;
padding-left:25px;
margin:3px 0;
padding:2px 0 2px 25px;
}
p.title a:hover{
background:url(../img/icon_on.png) no-repeat 0 0 ;
}
#content div#main div.recipe{
	float:left;
	width:206px;
	height:245px;
	padding-left:25px;
	position:relative;
	top:0;
	left:0;
	}	
#content div#main div.recipe img{
	margin-bottom:5px;
	}
#content div#main div.recipe p.day{
	font-size:85%;
	color:#999999;
	}
#content div#main div.recipe p.keisai{
	float:right;
	font-size:85%;
	font-weight:bold;
	color:#FF6699;
	}
#content div#main div.recipe p.next{
	position:absolute;
	bottom:0;
	right:3px;
	}

/*==================go to top==================*/
#content p.gotop {
	font-size:90%;
	margin:3px 40px 10px;
	text-align:right;
	}
#content p.gotop a{
	background:url(../img/gotop.png) no-repeat scroll 0 50%;
	text-decoration:none;
	padding-left:15px;
	}
/*==================go to next==================*/
#content p.gonext {
	font-size:90%;
	margin:3px 40px 10px;
	text-align:right;
	}
#content p.gonext a{
	background:url(../img/gonext.png) no-repeat scroll 0 50%;
	text-decoration:none;
	padding-left:15px;
	}
	
#content p.gonext2 {
	font-size:90%;
	color:#663300;
	margin:3px 40px 10px;
	text-align:right;
	}
#content p.gonext2 a{
	text-decoration:none;
	padding-left:15px;
	}

/*==================footer==================*/

#footer{
	width:750px;
	background-color:#5A835B;
	margin: 0 auto;
	padding:5px;
	text-align:center;
	font-size:85%;
	color:#FFFFFF;
	}

