#contents #main #selection div.contents {
padding-top: 20px;
}

/*
section
*/
#contents #main #selection div.contents div.section {
margin-bottom: 24px;
clear: both;
}

#contents #main #selection div.contents div.section h2 {
margin-bottom: 8px;
padding: 2px 0 12px 12px;
background: url(images/bg_02_01.gif) 0 0 no-repeat;
}


/* ingredient */
#contents #main #selection div.contents div.section div.ingredient {
padding-bottom: 16px;
float: left;
width: 382px;
}

#contents #main #selection div.contents div.section div.ingredient dt {
font-weight: bold;
}

#contents #main #selection div.contents div.section div.ingredient dt span {
color: #900;
}

#contents #main #selection div.contents div.section div.ingredient dd {
padding-left: 12px;
}

#contents #main #selection div.contents div.section div.ingredient dd table.left,
#contents #main #selection div.contents div.section div.ingredient dd table.right {
width: 175px;
}

#contents #main #selection div.contents div.section div.ingredient dd table.left {
float: left;
border-right: 1px #D9D9D9 solid;
}

#contents #main #selection div.contents div.section div.ingredient dd table.right {
float: right;
}

#contents #main #selection div.contents div.section div.ingredient dd th {
padding-right: 12px;
}

#contents #main #selection div.contents div.section div.ingredient dd td.set {
padding-right: 2px;
text-align: center;
line-height: 1em;
}


/* photo */
#contents #main #selection div.contents div.section div.photo {
padding-bottom: 16px;
float: right;
width: 294px;
}

#contents #main #selection div.contents div.section div.photo.thin {
width: 224px;
}


/*
recipe
*/
#contents #main #selection div.contents div.section div.recipe {
margin-bottom: 16px;
clear: both;
}


#contents #main #selection div.contents div.section div.recipe dt {
font-weight: bold;
}

#contents #main #selection div.contents div.section div.recipe dt span {
color: #900;
}

#contents #main #selection div.contents div.section div.recipe dd ol {
padding-left: 32px;
}

#contents #main #selection div.contents div.section div.recipe dd li {
list-style-type: decimal;
}


/*
point
*/
#contents #main #selection div.contents div.section div.point dt {
color: #900;
font-weight: bold;
}

/* ie6 only */
* html #contents #main #selection div.contents div.section div.ingredient dd th,
* html #contents #main #selection div.contents div.section div.ingredient dd td {
/*padding-top: 6px;*/
}

