@charset "shift_jis";
/* CSS Document */

/*************コンテンツの中身**************************************/

#top_sub {
	width:220px;
	font-size:120%;
	float:left;
	display:inline;
}

#top_sub .top_sub_menu{
	padding:0 6px;
	background-color: #F3F0E4;
}
#top_sub .top_sub_menu .sub_title{
	padding-top:8px;
	}
	
#top_sub .top_sub_menu .sub_title2{
	padding:6px 0px 6px 0px;
	margin-bottom:8px;
	}	
	
#top_sub .banner_w220{
	margin-top: 7px;
}

#top_sub .banner_50th{
	margin-bottom: 8px;
}

#top_banner_area .banner_search{
	margin-top: 8px;
}

#top_main_contents{
	float:left;
	display:inline;
	width:470px;
	padding:0 20px;
	}

#top_banner_area{
	float:right;
	display:inline;
	width:220px;
	}
#top_banner_area .banner {
	margin-bottom: 8px;
}
#top_banner_area .top_new_recipe {
	border: 1px solid #d2c99e;
	text-align: center;
}
#top_banner_area .top_new_recipe img{
	padding-top:10px;
	padding-bottom:10px;
	}
#top_main_contents h2.newTitleImg {
	width: 150px;
	display: inline;
	float: left;
	padding-bottom:10px;
}
#top_main_contents .news_title_right {
	background-image: url(../img/top/title_news_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	display:inline;
	width:320px;
	height:40px;
	
}
#top_main_contents .news_title_right li{
	float: right;
	display:inline;
	height:40px;
	}

#top_main_contents .news_title_right .detail_link{
	margin-right:15px;
    line-height: 2;
	padding-top:7px;
	padding-bottom:10px;
	}
#top_main_contents .news_title_right .detail_link a{
	text-decoration:none;
	color:#333;
	background-image: url(../img/top/icon_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:8px;
	}
#top_main_contents .news_title_right .detail_link a:hover{
	text-decoration:underline;
	color:#666666;
	}
#top_main_contents .news_title_right .event_link{
	width:150px;
	padding-bottom:9px;
	}


#top_main_contents .top_topics{
    height: 345px;
    overflow-y: scroll;
	margin-bottom:13px;
	}
#top_main_contents .top_topics span.new {
    display: none;
    color: red;
    font-weight: bold;
}	
#top_main_contents .topics_icon{
	width:33px;
	padding:0 0 10px 10px;
	}
#top_main_contents .topics_txt{
	padding:0 10px 10px 15px;
}

p.top_bottom_txtFL {
	float:left;
	width:230px;
}
p.top_bottom_txtFR {
	float:right;
	width:230px;
}


/* 重要なお知らせ */
#top_main_contents .top_important {
	margin-bottom: 20px;
	height: 80px;
	overflow-y: scroll;
	background: #faf9f4;
}
#top_main_contents .top_important .top_importantBox {
}

#top_main_contents .top_important span.new {
	display: none;
	color: red;
	font-weight: bold;
}
#top_main_contents .top_important p {
	margin:5px 10px;
	font-weight: bold;
}



/* -- くらしのさまざまなシーンで -- */

#scene {
	width: 950px;
}
.list_scene {
   margin: 0 auto 0px;
   width: 950px;
   padding:0 0 0 0px;
}
.list_scene ul {
   margin: 0;
   padding: 0;
   list-style: none;
   display: block;
}
.list_scene li {
   text-align: center;
   background-color: #eee;
   width: 118px;
   height: 162px;
   padding: 0;
   margin:5px 0px 20px 0px;
   display: block;
   float: left;
   position:relative;
}




/* --フッタスライドバナー矢印-- */

#foo0 {
	background-color:#faf9f4;
	width: 950px;
}
.list_carousel {
   margin: 0 auto 30px;
   width: 950px;
   padding:0 0 0 0px;
   position:relative;
}
.list_carousel ul {
   margin: 0;
   padding: 0;
   list-style: none;
   display: block;
}
.list_carousel li {
   font-size: 40px;
   color: #999;
   text-align: center;
   background-color: #eee;
   border: 3px solid #fff;
   border: 1px solid #d2c99e;
   width: 200px;
   height: 80px;
   padding: 0;
   margin:10px 18px;
   display: block;
   float: left;
   position:relative;
}
.prev {
   top:30px;
   left:3px;
   position:absolute;
}
a.prev {
   width:24px;
   height:38px;
   -webkit-box-shadow: 1px 1px 3px #808080;
   -moz-box-shadow: 1px 1px 3px #808080;
   box-shadow: 1px 1px 3px #808080;
   background:url(../slider/bnr_footer/left.gif) #999;
}
.next {
   top:30px;
   right:3px;
   position:absolute;
}
a.next {
   width:24px;
   height:38px;
   -webkit-box-shadow: 1px 1px 3px #808080;
   -moz-box-shadow: 1px 1px 3px #808080;
   box-shadow: 1px 1px 3px #808080;
   background:url(../slider/bnr_footer/right.gif) #999;
}
a.next span, a.prev span { display:none; }





/* --未使用-WADA-2011.10.07--
.top_bottom_txt {
	border:1px solid #e0dcce;
	padding:5px;
	background-color:#f3f0e4;
	text-align:center;
	}

p.top_bottom_txtFL {
	float:left;
	width:230px;
	border:1px solid #e0dcce;
	background-color:#f3f0e4;
	text-align:center;
}
p.top_bottom_txtFR {
	float:right;
	width:230px;
	border:1px solid #e0dcce;
	background-color:#f3f0e4;
	text-align:center;
}
p.top_bottom_txtFL,p.top_bottom_txtFR {
	padding:5px 0;
}
----------------------------- */
