@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	outline:none;
}
	
a:link {color:#000; text-decoration: underline;}
a:visited {color:#000; text-decoration: underline;}
a:active {color:#FFF; background-color: #666; text-decoration: none;}
a:hover {color:#FFF; background-color: #666; text-decoration: none;}


#flashcontent {
	position :absolute;
	left :50%;
	top :0%;
	width :740px;
	height :300px;
	line-height	:0;
	margin-left :-370px;
}

#flashcontent * {
	line-height	:150%;
}

#flashcontent #attention {
	color :#666666;
	text-align :left;
	padding :30px;
	background :#FFFFFF;
}

#flashcontent object{
    vertical-align:top;
}

/* BASE       ika mie to issyo */


#logo {
	font-size: 100%;
	margin-bottom: 35px;
}

p {
	font-size: 80%;
	line-height: 150%;
}

h2 {
	margin-bottom: 20px;
	font-size: 100%;
	color: #666;
}


/* MENU */
div#recipe, div#syun_list,div#rightbox {
	width: 150px;
	float: left;
	border: 1px dotted #666;
	padding: 10px 20px;
	margin-top: 30px;
	margin-right: 10px;
}

div#recipe h3, div#recipe h4, div#syun_list h3 {
	font-size: 80%;
	margin-bottom: 5px;
}

div#recipe ul, div#syun_list ul {
	list-style: disc inside;
}

div#recipe li, div#syun_list li {
	font-size: 80%;
	line-height: 150%;
}



p.history {
}

p.blog {
	padding-top: 30px;
}

/* no script */

#newrecipe {
	position: absolute;
	top: 500px;
	width :100%;
	text-align: center;
}

#gotop {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width :740px;
	text-align: left;
}

div#newrecipe h3 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width :740px;
	text-align: left;
	font-size: 80%;
}

div#newrecipe2 {
	margin-left: auto;
	margin-right: auto;
	width :740px;
	text-align: left;
}

div.recipeslect {
	float: left;
	width: 120px;
	font-size: 80%;
	height: 200px;
}

.recipeslect p {
	padding: 5px;
}


