@charset "utf-8";

/*　leftとcenterを合わせた領域　*/
#main_column { width:776px; float:left; padding-right:8px; }

/*　エリア背景 - 検索画面　*/
.bg_gray { background-color:#DFDFDF; padding:10px 15px; }
.bg_gray input { margin-left:5px; padding:3px 10px; }

.main_window01 { border:1px; border-style:solid; border-color:#CCCCCC; background-image:url(../../images/bg01.gif); background-repeat:repeat-x; }
.main_window02 { border:1px; border-style:solid; border-color:#bfe1fc; background-image:url(../../images/bg02.gif); background-repeat:repeat-x; }

.page_num { font-size:14px; font-weight:bold; text-align:center; }
.page_now { font-size:18px; font-weight:bold; color:#FF3333; }

/*　プロフ編集　*/
.prof_edit { float:right; width:125px; height:19px; padding:0px; margin:0px; background-image:url(../../images/edit.gif); overflow:hidden; }
.prof_edit a { text-decoration:none; }
.prof_edit:hover { background-position:0px -19px; }

/*　レシピ詳細画面　*/
.detail_tag { float:right; text-align:right; font-size:0.85em; line-height:1.5em; }
.detail_img img { margin-right:10px; margin-top:20px; }
.detail_text { text-color:#000000; margin-top:20px; line-height:1.5em; }

/*　今週の特集　*/
.spc_top_left { float:left; width:260px; float:left; }
.spc_top_right { float:right; }

.spc_top_title { font-size:18px; font-weight:bold; letter-spacing:2px; color:#333333; }
.spc_top_sub { font-size:10px; font-weight:nomal; color:#333333; }
.spc_top_bottom { height:3px; background-color:#339933; margin-bottom:5px; clear:both; }

.spc_green { color:#006633; font-weight:bold; }
.spc_line { height:8px; width:100%; background-image:url("../../images/line_green.gif"); margin-bottom:5px; clear:both; }
.spc_text { line-height:2em; }
.spc_memo { width:80%; padding:3px; margin:3px 7px; border:1px solid #999999; }