@charset "UTF-8";

/* -----------------------------------------------------------------
Title: home.css
Created: 2010-09-10
Last Modified: 2010-**-**
------------------------------------------------------------------ */

/*@import URL("../common/css/reset.css");*/
/*@import URL("../common/css/base.css");*/

.keyBg {
	background:url(images/key_bg.jpg) no-repeat center center;
	text-align:center;
	display: block;
}
#recipeBox {
	margin-bottom:2em;
	overflow:hidden;
	position: relative;
}
#recipeBox .fish {
	position:absolute;
	top:30px;
	left:470px;
}
#recipeBox dl {
	float: left;
	width: 400px;
	padding-right:10px;
	margin-bottom: 2em;
	overflow: hidden;
}

#recipeBox dl:nth-of-type(odd) {
	clear: both;
}

#recipeBox dl dt {
	float: left;
	width: 90px;
	margin-right: 8px;
}
#recipeBox dl dd {
	background: url(images/icon.gif) no-repeat 0px 6px;
	padding-left: 12px;
	width: 270px;
	float: right;
}
#recipeBox dd p.name {
	font-weight: bold;
	margin-bottom: 5px;
}
#recipeBox dd p.name2 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size:1.1em;
}
#recipeBox dd .pdf {
	padding-left:4px;
	vertical-align: middle;
}

#recipeBox dd a {
	color:#F30;
}
#recipeBox dd a:hover {
	color:#F30;
	text-decoration:underline;
}

.paper {
	border:1px dotted #F30;
	padding:15px 20px;
	font-size:13px;
	margin-bottom:2em;
	background:#fffcf2;
}
