@charset "UTF-8";

/* ==================================================================================================== */

/* トップ */

/* ================================================== */

#recipe_contents{
float:left;
width:715px;}

#recipe_contents ul{
margin:0 0 20px;}

#recipe_contents ul li{
display: inline;}

#recipe_contents ul li img{
margin:10px 5px 0 0;}


#menulist{
float:right;
width:200px}

#menulist ul li img{
margin:5px 0px 0 0;}



/* ================================================== */

/* コンテンツ, メインスペース, サイドバー */

/* ================================================== */

#recipe_box{
margin:10px 0 20px;
width:700px;
background:#fff;
border:1px solid #eee;
box-shadow: 0px 0px 3px #666; /*CSS3*/
-moz-box-shadow: 0px 0px 3px #666; /* Firefox用*/
-webkit-box-shadow: 0px 0px 3px #666; /* Google Chrome, Safari用*/
border-radius: 5px; /* CSS3草案 */
-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
-moz-border-radius: 5px; /* Firefox用 */ 
behavior:url("PIE.htc");}

.box{
border-radius: 5px; /* CSS3草案 */
-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
-moz-border-radius: 5px; /* Firefox用 */ 
behavior:url("PIE.htc");
}


#recipe_contents #title{
float:left;
margin-bottom:15px;}
#recipe_contents #print{
float:right;
padding-right:15px;
margin-bottom:15px;}

#recipe_box{
clear:both;
padding:20px 0;}

#recipe_box h1{
margin:0px auto 15px;
text-align:center;}

#recipe_box div.datail{
width:651px;
margin:0 auto;
text-align:center;}

#recipe_box div.datail table{
background:#fff;}

#recipe_box p{
margin:0 auto;
text-align:center;}
