/* みんなの朝ごはんレシピCSS */


@charset "shift_jis";


/*--------------------------------------------------------
■トップページ
--------------------------------------------------------*/


#asagohan_top{
width:780px;
font-size:13px;
}

/*リンク*/
#asagohan_top a:link{
color:#f44b00;
}


#asagohan_top a:visited{
color:#f44b00;
}


#asagohan_top a:hover{
color:#f44b00;
}


/*○矢印*/
#asagohan_top ul{
margin:0 0 0 0;
}


#asagohan_top li{
list-style:url(../images/common/arrow01.gif) inside;
padding:0 0 8px 0;
vertical-align:text-top;
}


/*写真（基本）*/
#asagohan_top .photo{
border:solid 1px #cccccc;
}


/*写真（キッチンツール）*/
#asagohan_top .photo02{
border:solid 5px #f6ebd8;
}


/*タイトル部分*/
#asagohan_top_title{
background:url(../images/top/title_back.jpg) repeat-y;
margin-bottom:20px;
}


#asagohan_top_title02{
margin:0 15px 0 20px;
}


#asagohan_top_title .title_left{
width:481px;
float:left;
margin-top:10px;
}


#asagohan_top_title .ranking{
margin:10px 0 0 0;
background:url(../images/top/ranking_back.gif) no-repeat top left;
}


#asagohan_top_title .ichioshi{
width:251px;
float:right;
background:url(../images/top/ichioshi_back.gif) repeat-y;
}


/*左部分*/
#asagohan_top_left{
width:280px;
float:left;
background-color:#fbe3dd;
margin:25px 0 0 0;
}


#asagohan_top_left .asagohan_top_left01{
padding:0 10px 10px;
}


#asagohan_top_left .asagohan_top_left02{
background-color:#FFFFFF;
width:240px;
padding:10px;
}


/*右部分*/
#asagohan_top_right{
width:480px;
float:right;
}


/*みんなの朝ごはん*/
#asagohan_top .minna td{
padding:1px 4px 1px 0;
}


/*定番朝ごはん*/
#asagohan_top .teiban td{
padding:2px 4px 2px 0;
}







