/* CSS Document */

@charset "shift_jis";

/* ------ Link -------------------------------------------------------------------------- */

a {
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#D3961C;
}

#rightmenu a:hover{
	background-color: #FFE4AE;
}

.now {
	background-color: #FFE4AE !important;
}


.to_top {
	color:#333333;
	margin: 10px 0 10px 0;
	z-index: 20;
	float:right;
	clear:both;
}

.to_top a {
	color:#333333;
	text-decoration:none;
}

.to_top a:hover{
	color:#D3961C;
}


/* -------------------------------------------------------------------------------- */

#body_navi li {
	display:inline;
	list-style-type: none;
}

#main_bar {
	margin:12px 0 20px 0px;
}

#top_title {
	color:FF9900 !important;
	font-weight:bold;
	font-size:1.3em;
	margin:20px 0 20px 0;
}

.margin_30 {
	margin-top:15px;
	margin-bottom:10px;
}

.margin_10 {
	margin-top:10px;
	margin-bottom:10px;
}

.margin_35 {
	margin-top:35px;
}

.float_left {
	float:left;
}

.c1 {
	clear:both;
}

.recipe_left {
	float:left;
	width:210px;
	margin:0 20px 0 10px;
	padding:0 0 0 20px;
}

html>body .recipe_left {
	float:left;
	width:230px;
	margin:0 30px 0 15px;
	padding:0 0 0 20px;
}

#inner {
	margin:0 26px 0pt 26px;
}

	#inner li {
		list-style-type: disc;
	}

#bknum {
	margin-left:370px;
	margin-top:10px;
	width:200px;
	border: 1px solid #DFDFDF;
}
	
/* ------リスト部分のリンクカラー------------------ */
.recname a {
	color: #333333;
	text-decoration:none;
}

.recname a:hover{
	color:#D3961C;
}

