@charset "UTF-8";

/* ------------COMMON------------ */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
	display: block;
}

.clearb {
	clear: both;
}

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;}




/* BASE */
body {
	color: #000;
	background-color: #FFF;
	padding: 20px 30px; 
	margin: 0;
}

#logo {
	font-size: 100%;
	margin-bottom:35px;
}


/* MENU */
div#recipe {
	width: 300px;
	border: 1px dotted #666;
	padding: 10px 20px;
}

div#recipe h2, div#recipe h4 {
	font-size: 80%;
	margin-bottom: 5px;
}

div#recipe ul {
	list-style: disc inside;
}

div#recipe li {
	font-size: 80%;
	line-height: 150%;
}

p#gotop {
	font-size: 80%;
	margin-top: 30px;
}


/* MSG */
div#pagemsg {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 260px;
	margin-top: -140px;
	margin-left: -300px;
	background: #333;
	text-align: center;
	border: 1px solid #666;
}

div#pagemsg p {
	margin-bottom: 15px;
	padding: 30px 20px 0 20px;
	font-size: 90%;
	line-height: 150%;
	color: #ccc;
}

div#pagemsg p a {font-weight: bold;}

div#pagemsg p a:link {color:#FFF; text-decoration: underline;}
div#pagemsg p a:visited {color:#FFF; text-decoration: underline;}
div#pagemsg p a:active {color:#333; background-color: #FFF; text-decoration: none;}
div#pagemsg p a:hover {color:#333; background-color: #FFF; text-decoration: none;}

