@charset "UTF-8";

/* ------------COMMON------------ */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

.clearb {
	clear: both;
}

a:link {color:#996699; text-decoration:underline;}
a:visited {color:#996699; text-decoration:none;}
a:active {color:#FF797F; text-decoration:underline;}
a:hover {color:#FF797F; text-decoration:underline;}




/* BASE */
body {
	color: #000000;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-align: center;
}

div#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
	text-align: left;
}

div#mainin {
	background: #FFFFFF url("/img/bg2.gif") repeat-y top left;
	width: 800px;
}



/* ---------------MENU BLOCK-------------- */
div#menublock {
	display: block;
	float: right;
	width: 170px;
	padding-bottom: 30px;
}

div#logo {
	height: 190px;
	margin-left: 1px;
	background-color: #FFFFFF;
}

div#logo img {
	margin-left: 20px;
	margin-top: 18px;
}

div#recipemenu {
	margin-left:16px;
}

div#recipemenu ul {
	list-style:none outside;
	font-size: 80%;
	line-height:100%;
	margin-top:6px;
}

div#recipemenu li {
	height:24px;
	vertical-align: bottom;
}

div#cercle1 {
	font-size: 80%;
	margin: 8px 0 15px 84px;
}

div.cercle2 {
	font-size: 80%;
	margin: 10px 0 15px 84px;
}

div#cercle2 {
	font-size: 80%;
	margin: 10px 0 15px 84px;
}

div#cercle3 {
	font-size: 80%;
	margin: 10px 0 15px 84px;
}

div#renewal {
	font-size: 80%;
	color: #666;
	margin-left: 25px;
	padding-bottom: 20px;
}

div#renewal strong{
	font-size: 120%;
	font-weight: bold;
	color: #666;
}


ul#yomimenu {
	list-style:none outside;
	font-size: 80%;
	line-height:100%;
	margin-left:25px;
}

ul#yomimenu li {
	height:19px;
	vertical-align: bottom;
}

div#category3 {
	margin-left:25px;
	margin-top:15px;
}

div#category3 ul {
	width: 138px;
	margin-top: 8px;
	list-style: none outside;
	font-size: 70%;
	line-height:120%;
	color:#996699;
}

div#category3 li {
	padding-bottom: 8px;
}


div#newrecipe {
	margin-left:25px;
}


div.newrecipeimg {
	background: #FFFFFF url("/img/recipebg.jpg") no-repeat top center;
	width: 138px;
	font-size: 65%;
	text-align: center;
	margin-top: 10px;
	padding-top: 11px;
}

div.newrecipeimg img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}




div#menuprofile {
	margin-left:25px;
	font-size: 70%;
	line-height: 140%;
	text-align: center;
}

p.menuprofileimg {
	width: 138px;
	margin-top: 13px;
}

p.menuprofileimg img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
}

p.menuprofilelink {
	padding-bottom: 3px;
	display: block;
	width: 138px;
}

div#pre {
	margin-left:25px;
}

div#pre p {
	font-size: 70%;
	line-height: 105%;
	color:#A09587;
	margin-bottom:2px;
	margin-left: 6px;
}


div#siteicon {
	margin-top: 20px;
	margin-left: 31px;
}

div#siteicon img {
	margin-bottom: 10px;
}

div#imgpr {
	margin-top: 20px;
	margin-left: 33px;
}

div#imgpr p {
	font-size: 70%;
	color: #A09587;
	text-align: center;
	padding-right: 15px;
}

div#imgpr img {
	margin-bottom: 10px;
}


/* ---------------FOOTER BLOCK-------------- */
div#footer {
	width: 800px;
	border-style: solid;
	border-color: #A09587;
	border-width: 1px 0 0 0 ;
}

div#gototop {
	width: 800px;
	text-align: right;
	margin-top: 8px;
}


div#footer ul {
	margin-top: 15px;
	list-style:disc inside;
	font-size: 80%;
	line-height:120%;
	text-align: center;
}

div#footer li {
	display: inline;
	margin-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div#footer p {
	width: 800px;
		font-size: 70%;
	text-align: center;
	margin-top: 15px;
}



/* ---------------KANREN-------------- */
div#kanren {
	margin-top: 20px;
	padding-bottom: 20px;
	border-style: solid;
	border-color: #A09587;
	border-width: 2px 0 0 0 ;

}

div#kanren h3 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 80%;
	line-height:120%;
	text-align: center;
	color:#333333;
}

div#kanrecipe {
	margin: 0 0 0 0;
}


div.kanrecipeimg {
	float:left;
	background: #FFFFFF url("/img/recipe_bg.jpg") no-repeat top center;
	text-align: center;
	font-size: 80%;
	line-height:120%;
	width: 196px;
}

div.kanrecipeimg img {
	display: block;
	margin-top: 13px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

div.kanrecipeimg p {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 170px;
}

div#kanren ul {
	list-style:disc inside;
	font-size: 80%;
	line-height:120%;
	color:#996699;
}

div#kanren li {
	margin-bottom: 3px;
}

/* ---------------CM-------------- */
div#cmblock {
	width: 630px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #A09587;
	text-align: center;
}

div#cmblock img {
	margin-left: auto;
	margin-right: auto;
}

img.nonoimg {
	display: none;
}
