@charset "UTF-8";
/* Recipes用 */
/*-- -- -- -- -- -- -- Style CSS -- -- -- -- -- -- --*/
#site_menu {
 margin-bottom: 0;
 padding-bottom: 0;
}
#left_container {
 width: 340px;
}
#right_container {
 margin-right: 10px;
 width: 570px;
}
/*-- -- -- -- -- -- -- * * * -- -- -- -- -- -- --*/
#left_content {
 margin: 0;
 padding: 70px 15px 30px 15px;
 background: #cce1c2;
 border: none;
}
#flower {
 position: absolute;
 top: 110px;
}
#left_content h2 {
 padding: 5px 10px 5px 90px;
 background-color: #80b366;
 font-size: 122%;
 font-weight: bold;
}
#left_content h3 {
 margin: 20px 0 5px 0;
 font-weight: bold;
}
/*-- -- -- -- -- -- -- * * * -- -- -- -- -- -- --*/
#right_content {
 width: 560px;
 border: none;
}
.bg_top {
 background-image: url("../images/bg_top.png");
 background-repeat: no-repeat;
 width: 560px;
 height: 73px;
}
.bg_bottom {
 background-image: url("../images/bg_bottom.png");
 background-repeat: no-repeat;
 width: 560px;
 height: 81px;
}
#right_content .panel_content {
 padding: 0 70px 0 80px;
 background-image: url("../images/bg_middle.png");
 background-repeat: repeat-y;
}
#right_content h3 {
 margin: 20px 0 5px 0;
 font-weight: bold;
}
.no {
 padding: 0;
 text-align: right;
}
/*-- -- -- -- -- -- -- * * * -- -- -- -- -- -- --*/
