@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      base.css
 Adddate:        2010.03.03
 Upddate:        2010.03.09
 Style Info:     メディア掲載情報ページCSSファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　bodyID設定
----------------------------------------------------------- */
#media-body {
}


/* -----------------------------------------------------------
　　ページレイアウト設定
----------------------------------------------------------- */
table#news {
 width: 968px;
 background: url(../../../img/bg_contents2_bottom.jpg) no-repeat scroll left bottom transparent;
}
table#news td#news-left {
 width: 734px;
}
table#news td#news-left #left-inner {
 padding: 20px 18px 20px 20px;
}
table#news td#news-right {
 width: 234px;
}
table#news td#news-right #right-inner {
 padding: 20px 20px 20px 0;
}

.media-wrap {
 padding: 0 20px;
}
.media-wrap .media-hr {
 padding-bottom: 10px;
 line-height: 1px;
 font-size: 1px;
 background: url(../../../img/border_dot_h.gif) repeat-x left bottom;
}
.media-wrap img {
 margin: 0 8px;
 border: 1px solid #DDD;
}
.media-wrap h4 {
 margin-top: 30px;
 padding: 4px 5px 4px 20px;
 background: url(../../../img/icon_ingredient_list.gif) no-repeat 5px 10px #EAFAF2;
 font-size: 116%;
}

.media-wrap p{
 margin-top: 15px;
}

