@charset "utf-8";
h2 {
	background-image: url(../img/t_recipes.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 780px;
	text-indent: -9999px;
	margin-top: 1px;
}

/*赤いタイトル*/
h3 {
	text-indent: -9999px;
	margin-top: 20px;
	margin-left: 35px;
	margin-bottom: 20px;
}
.rec h3{
	background-image: url(../img/st_recipes.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 531px;
}
/*赤いタイトル*/

#main {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.main_box {
	font-size: 13px;
	color: #333333;
	margin-left: 30px;
	text-align: left;
	line-height: 17px;
}
.main_box2 {
	margin-left: 40px;
	margin-top: 15px;
	margin-right: 60px;
}
.box2_eri{
	width: 130px;
	text-align: center;
	height: 180px;
	float: left;
	margin-top: 20px;
	border: 1px solid #fa8072;
	font-size: 12px;
	padding: 1px;
}
.box2_mai{
	width: 130px;
	text-align: center;
	height: 180px;
	float: left;
	margin-top: 20px;
	border: 1px solid #ff8c00;
	font-size: 12px;
	padding: 1px;
}
.box2_bun{
	width: 130px;
	text-align: center;
	height: 180px;
	float: left;
	margin-top: 20px;
	border: 1px solid #daa520;
	font-size: 12px;
	padding: 1px;
}
.box2_pi{
	width: 130px;
	text-align: center;
	height: 180px;
	float: left;
	margin-top: 20px;
	border: 1px solid #9acd32;
	font-size: 12px;
	padding: 1px;
}
h4 {
	font-size: 15px;
	margin-top: 15px;
}
h5 {
	font-size: 9px;
	font-weight: normal;
}
.box2_img {
	margin-top: 30px;
}


.line {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.tophe {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}

a:hover {
	color: #FF3300;
}
