@charset "utf-8";
/* CSS Document */

/***
 * @Auth  Yamaguchi              [ ? ]
 * @Site                         [ TCg ]
 * @USAGE                        [ CAEg{g?pID?Xg ]
 *  -- #body
 *  -- #content
 *  -- #header
 *  -- #gnavi
 *  -- #footer
 ***/

 /**-----------------------------------------------------------------------------
 *main
 ----------------------------------------------------------------------------**/
#main {
float:left;
padding:11px 30px 11px 20px;
width:601px;
}

#main ul li {
line-height:1.5em;
margin:0 0 10px 0;
}

#other_list01,
#other_list02,
#other_list03 {
border-bottom:1px dotted #CCCCFF;
padding:0 0 11px 0;
margin:10px 0 0 0;
width:682px;
}

#other_list01 dl,
#other_list02 dl,
#other_list03 dl {
margin:10px 0 0 0;
}

#other_list01 dl dt,
#other_list02 dl dt,
#other_list03 dl dt {
font-weight:bold;
font-size:15px;
}


#other_list01 ul li,
#other_list02 ul li,
#other_list03 ul li {
margin:0 0 5px 10px;
}

#other_list01 h3,
#other_list02 h3,
#other_list03 h3 {
font-weight:bold;
font-size:20px;
color:#FFCC33;
}

#other_list01 {
background:url(../img/spe_egg/recipes01.jpg) top right no-repeat;
}

#other_list02 {
background:url(../img/spe_egg/recipes02.jpg) top right no-repeat;
}

#other_list03 {
background:url(../img/spe_egg/recipes03.jpg) top right no-repeat;
}


