@charset "UTF-8";

/* ------------COMMON------------ */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

.clearb {
	clear: both;
}

h1, h2, h3 {
	font-size: 80%;
}

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;
}

h1 {
	height:190px;
	margin-left: 1px;
	background-color: #FFFFFF;
}

h1 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;
}

ul#yomimenu {
	list-style:none outside;
	font-size: 80%;
	line-height:100%;
	margin-left:25px;
}

ul#yomimenu li {
	height:19px;
	vertical-align: bottom;
}

div#cercle2 {
	font-size: 80%;
	margin: 10px 0 15px 84px;
}

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.cercle2 {
	font-size: 80%;
	margin: 10px 0 15px 84px;
}

div#pre {
	margin-left:25px;
}

div#renewal {
	font-size: 80%;
	color: #666;
	margin-left: 25px;
	padding-bottom: 20px;
}

div#renewal strong{
	font-size: 120%;
	font-weight: bold;
	color: #666;
}


/* ---------------CONTENT BLOCK-------------- */
div#contentblock {
	float:left;
	display: block;
	background: #FFFFFF url("/img/kusudama2.jpg") no-repeat top left;
	width: 630px;
}

div#contentblockin {
	padding-top: 350px;
	padding-bottom: 200px;
}
div#contentblockin p {
	font-size: 90%;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 30px;
}
div#contentblockin p.archivemsg {
	font-size: 90%;
	font-weight: normal;
}


/* ---------------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;
}




