@charset "UTF-8";

/* CSS Information
==================================
CSS File for "SEASON"
File name : season.css
     Date : 2009.05.01
==================================
*/

/*-----------------------------------------------------------------------------
	全体枠設定
----------------------------------------------------------------------------*/
#season-box {
	width: 950px;
	margin: 10px auto;
}

/*-----------------------------------------------------------------------------
	ヘッダー設定
----------------------------------------------------------------------------*/
#season-box #header-season {
	width: 920px;
	height: 120px;
	padding: 30px 0px 0px 30px;
}
#season-box #header-season h1 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}



/*-----------------------------------------------------------------------------
	メインコンテナ設定
----------------------------------------------------------------------------*/
#season-box #container {
	width: 910px;
	margin: 0px auto;
	overflow: hidden;
	clear: both;
}

#season-box #container .frm-u {
	width: 910px;
	height: 10px;
	background-image: url(../../../special/season/img/container_frm_u.gif);
	background-repeat: no-repeat;
	font-size: 0px; /* IE6用（隙間回避） */
}
#season-box #container .frm-c {
	width: 830px;
	padding: 30px 40px;
	background-color: #FFFFFF;
}
#season-box #container .frm-d {
	width: 910px;
	height: 10px;
	background-image: url(../../../special/season/img/container_frm_d.gif);
	background-repeat: no-repeat;
}

/*-----------------------------------------------------------------------------
	 2010年版へ移動設定
----------------------------------------------------------------------------*/
#season-box #container .frm-c .move {
	text-align: center;
	margin-bottom: 30px;	
}
#season-box #container .frm-c .move2 a {
	text-align: center;
	display: block;
	margin: 0px auto 30px;
	font-size: 175%;
	font-weight: bold;
	padding: 20px 10px;
	border: 5px solid #5293d6;
	background-color: #f0f7ff;
	text-decoration: none;
}
#season-box #container .frm-c .move2 a:hover {
	color: #FFFFFF;
	background-color: #87bef7;
}

/*-----------------------------------------------------------------------------
	 概要設定
----------------------------------------------------------------------------*/
#season-box #container .frm-c #outline {
	width: 830px;
	overflow: hidden;
	margin-bottom: 20px;
}
#season-box #container .frm-c #outline dl dt {
	float: left;	
}
#season-box #container .frm-c #outline dl dd {
	width: 430px;
	float: right;
	padding: 25px 30px 0px 0px;
}
#season-box #container .frm-c #outline dl dd #spot {
	width: 150px;
	height: 30px;
	background-image: url(../../../special/season/img/spot.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#season-box #container .frm-c #outline dl dd h2 {
	font-size: 217%;
	margin: 5px 0px 10px;
}
#season-box #container .frm-c #outline dl dd p {
	font-size: 108.4%;
	line-height: 1.7em;
}


/*-----------------------------------------------------------------------------
	 コンテンツ設定
----------------------------------------------------------------------------*/
#season-box #container .frm-c #content {
	width: 830px;
	overflow: hidden;
	clear: both;	
}

/*-----------------------------------------------------------------------------
	 ダイジェストボックス設定
----------------------------------------------------------------------------*/
#season-box #container .frm-c #content #dgt-box {
	width: 560px;
	float: left;
	overflow: hidden;
}
/* エリア */
#season-box #container .frm-c #content #dgt-box #area {
	width: 560px;
	overflow: hidden;
}
#season-box #container .frm-c #content #dgt-box #area ul li {
	display: inline;
}
#season-box #container .frm-c #content #dgt-box #area ul li a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 3px 15px;
}
/* ダイジェスト詳細 */
#season-box #container .frm-c #content #dgt-box .inn {
	width: 560px;
	overflow: hidden;
	padding: 20px 0px;
	border-bottom: 1px solid #959595;
}
#season-box #container .frm-c #content #dgt-box .inn dl {
	overflow: hidden;
}
#season-box #container .frm-c #content #dgt-box .inn dl dt {
	width: 170px;
	float: left;
}
#season-box #container .frm-c #content #dgt-box .inn dl dt img {
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #aaaaaa;	
}
#season-box #container .frm-c #content #dgt-box .inn dl dd {
	width: 350px;
	float: right;
	padding-right: 20px;
}
#season-box #container .frm-c #content #dgt-box .inn dl dd p.kana {
	font-size: 83.4%;
	color: #1c2787;
	margin: 0px;
}
#season-box #container .frm-c #content #dgt-box .inn dl dd h3 {
	font-size: 141.7%;
	margin-bottom: 5px;
}
#season-box #container .frm-c #content #dgt-box .inn dl dd h3 a img {
	vertical-align: top;
	margin-top: 3px;
}
	/* for IE6 */  
    * html #season-box #container .frm-c #content #dgt-box .inn dl dd h3 a img {  
    margin-top: 0px;;  
    }
	
#season-box #container .frm-c #content #dgt-box .inn dl dd h4 {
	font-size: 108.4%;
	font-weight: normal;
}
#season-box #container .frm-c #content #dgt-box .inn dl dd p {
	font-size: 91.7%;
	margin-top: 5px;
}
/* エリアネーム */
#season-box #container .frm-c #content #dgt-box .area-name {
	background-color: #eeeeee;
	padding: 2px 2px 2px 5px;
}
/* エリアネームの説明　文字小 */
#season-box #container .frm-c #content #dgt-box .area-name h3 .small {
	font-size: 91.7%;
	font-weight: normal;	
}
/* トップへ */
#season-box #container .frm-c #content #dgt-box .btn-top {
	text-align: right;
	margin-top: 5px;
	background-image: url(../../../special/season/img/btn_top.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
	font-size: 91.7%;
	clear: both;
}

/*-----------------------------------------------------------------------------
	 マップ設定
----------------------------------------------------------------------------*/
#season-box #container .frm-c #content #dgt-box .map {
	width: 560px;
}
#season-box #container .frm-c #content #dgt-box .map p.pdf {
	font-size: 91.7%;
	text-align: right;
	margin-top: 10px;
}
#season-box #container .frm-c #content #dgt-box .map p.pdf img {
	margin-right: 5px;
}
/*
#season-box #container .frm-c #content #dgt-box .map .pdf {
	margin-right: 0;
	margin-left: auto;
	background-color: #CCCCCC;
}
#season-box #container .frm-c #content #dgt-box .map ul {
	font-size: 91.7%;
	padding-left: 20px;
	text-align: right;
}
#season-box #container .frm-c #content #dgt-box .map ul li {
	font-size: 91.7%;
	padding-left: 20px;
}
#season-box #container .frm-c #content #dgt-box .map ul li.pdf {
	background-image: url(../../../common/ico_pdf.gif);
	background-repeat: no-repeat;
}
*/

/*-----------------------------------------------------------------------------
	 サイドバー設定
----------------------------------------------------------------------------*/
#season-box #container .frm-c #content #sidebar {
	width: 210px;
	float: right;
	overflow: hidden;
	padding: 20px;
	background-color: #eeeeee;
}
#season-box #container .frm-c #content #sidebar h4 {
	margin-bottom: 10px;
	font-size: 108.4%;
}
#season-box #container .frm-c #content #sidebar p {
	margin-bottom: 30px;
	line-height: 1.7em;
}

/* PR */
#season-box #container .frm-c #content #sidebar #pr {
	margin-bottom: 15px;
}
#season-box #container .frm-c #content #sidebar #pr p.pr {
	margin-bottom: 0px;
	font-size: 83.4%;
	color: #999999;
	text-align: center;
}


/*-----------------------------------------------------------------------------
	 05月ホタル鑑賞設定
----------------------------------------------------------------------------*/
/* ホタル背景 */
#season-box .hotaru {
	background-color: #171c61;
	background-image: url(../../../special/season/2009/05hotaru/img/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}
/* ホタルタイトル */
/*
#season-box .hotaru #header-season h1 {
	width: 480px;
	height: 90px;
	background-image: url(../../../special/season/2009/05hotaru/img/sample.gif);
	background-repeat: no-repeat;
}
*/
/* ホタル概要背景 */
#season-box .hotaru #container .frm-c #outline {
	background-image: url(../../../special/season/2009/05hotaru/img/outline_bg.gif);
}
/* タイトル文字色 */
#season-box .hotaru #container .frm-c #outline dl dd h2 {
	color: #171c61;	
}

#season-box .hotaru #container .frm-c #content #dgt-box #area {
	border-bottom: 1px solid #959595;
}
#season-box .hotaru #container .frm-c #content #dgt-box #area ul li a {
	border-top: 1px solid #fde15b;
	border-right: 1px solid #f1c703;
	border-left: 1px solid #fde15b;
	background-color: #fed204;	
}
/* ホタルサイドバー */
#season-box .hotaru #container .frm-c #content #sidebar h4 {
	border-left: 8px solid #fed204;
	padding-left: 5px;
	color: #171c61;
}

/*-----------------------------------------------------------------------------
	 06月あじさい日和設定
----------------------------------------------------------------------------*/
/* あじさい背景 */
#season-box .ajisai {
	background-color: #979efe;
	background-image: url(../../../special/season/2009/06ajisai/img/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}

/* あじさい概要背景 */
#season-box .ajisai #container .frm-c #outline {
	background-image: url(../../../special/season/2009/05hotaru/img/outline_bg.gif);
}
/* あじさい今月の「ここにスポット」 */
#season-box .ajisai #container .frm-c #outline dl dd #spot {
	width: 150px;
	height: 30px;
	background-image: url(../../../special/season/2009/06ajisai/img/spot.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/* タイトル文字色 */
#season-box .ajisai #container .frm-c #outline dl dd h2 {
	color: #171c61;	
}

#season-box .ajisai #container .frm-c #content #dgt-box #area {
	border-bottom: 1px solid #959595;
}
#season-box .ajisai #container .frm-c #content #dgt-box #area ul li a {
	background-color: #38eac2;
	color: #171c61;
}
/* あじさいサイドバー */
#season-box .ajisai #container .frm-c #content #sidebar {
	background-color: #f8f0ff;	
}
#season-box .ajisai #container .frm-c #content #sidebar h4 {
	border-left: 8px solid #38eac2;
	padding-left: 5px;
	color: #171c61;
}

/*-----------------------------------------------------------------------------
	 06月世空を彩る伊豆花火設定
----------------------------------------------------------------------------*/
/* 花火背景 */
#season-box .hanabi {
	background-color: #35478a;
	background-image: url(../../../special/season/2009/06hanabi/img/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}

/* 花火概要背景 */
#season-box .hanabi #container .frm-c #outline {
	background-image: url(../../../special/season/2009/05hotaru/img/outline_bg.gif);
}
/* 花火今月の「ここにスポット」 */
#season-box .hanabi #container .frm-c #outline dl dd #spot {
	width: 150px;
	height: 30px;
	background-image: url(../../../special/season/2009/06hanabi/img/spot.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/* タイトル文字色 */
#season-box .hanabi #container .frm-c #outline dl dd h2 {
	color: #601414;	
}
/* ダイジェスト罫線 */
#season-box .hanabi #container .frm-c #content #dgt-box #area {
	border-bottom: 1px solid #959595;
}
/* エリアリンクタブ */
#season-box .hanabi #container .frm-c #content #dgt-box #area ul li a {
	background-color: #ede7f5;
	color: #507b9c;
}
/* 名称リンク設定 */
#season-box .hanabi #container .frm-c #content #dgt-box .inn dl dd h3 a {
	color: #601414;	
}



/* 花火サイドバー */
#season-box .hanabi #container .frm-c #content #sidebar {
	background-color: #f0f0f0;	
}
#season-box .hanabi #container .frm-c #content #sidebar h4 {
	border-left: 8px solid #589fcb;
	padding-left: 5px;
	color: #601414;
}
/* 花火カレンダー */
#season-box .hanabi #container .frm-c #content #sidebar h5 {
	color: #589ecb;
	font-size: 116.7%;
}
#season-box .hanabi #container .frm-c #content #sidebar dl {
	width: 210px;
	overflow: hidden;
	border-bottom: 1px dotted #CCCCCC;
	padding: 3px 0px;
}
#season-box .hanabi #container .frm-c #content #sidebar dl dt {
	font-size: 108.4%;
	width: 37px;
	float: left;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#season-box .hanabi #container .frm-c #content #sidebar dl dt.sat {
	color: #0099FF;	
}
#season-box .hanabi #container .frm-c #content #sidebar dl dt.sun {
	color: #FF3300;
}
#season-box .hanabi #container .frm-c #content #sidebar dl dt .week {
	font-size: 70%;
	margin-left: 1px;
}
#season-box .hanabi #container .frm-c #content #sidebar dl dd {
	width: 168px;
	float: right;
	padding-top: 2px;
}





/*-----------------------------------------------------------------------------
	 07月ビーチ探検！パーフェクトガイド設定
----------------------------------------------------------------------------*/
#season-box .beach #container .frm-u {
	width: 910px;
	height: 10px;
	background-image: url(../../../special/season/2009/07beach/img/container_frm_u.gif);
	background-repeat: no-repeat;
	font-size: 0px; /* IE6用（隙間回避） */
}
#season-box .beach #container .frm-d {
	width: 910px;
	height: 10px;
	background-image: url(../../../special/season/2009/07beach/img/container_frm_d.gif);
	background-repeat: no-repeat;
}

/* ビーチ背景 */
#season-box .beach {
	background-color: #e9cda6;
	background-image: url(../../../special/season/2009/07beach/img/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}

/* ビーチ概要背景 */
#season-box .beach #container .frm-c #outline {
	background-image: url(../../../special/season/2009/05hotaru/img/outline_bg.gif);
}
/* ビーチ今月の「ここにスポット」 */
#season-box .beach #container .frm-c #outline dl dd #spot {
	width: 150px;
	height: 30px;
	background-image: url(../../../special/season/2009/07beach/img/spot.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/* タイトル文字色 */
#season-box .beach #container .frm-c #outline dl dd h2 {
	color: #171c61;	
}

#season-box .beach #container .frm-c #content #dgt-box #area {
	border-bottom: 1px solid #959595;
}
#season-box .beach #container .frm-c #content #dgt-box #area ul li a {
	background-color: #04affe;
	color: #ffffff;
}
/* ビーチサイドバー */
#season-box .beach #container .frm-c #content #sidebar {
	background-color: #f8f0ff;	
}
#season-box .beach #container .frm-c #content #sidebar h4 {
	border-left: 8px solid #38eac2;
	padding-left: 5px;
	color: #171c61;
}



/*-----------------------------------------------------------------------------
	 12月伊豆の旨いもの特集設定
----------------------------------------------------------------------------*/
/* タイトル背景 */
#season-box .umai {
	background-color: #c71b22;
	background-image: url(../../../special/season/2009/12umai/img/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}
#season-box .beach #container .frm-u {
	width: 910px;
	height: 10px;
	background-image: url(../../../special/season/2009/12umai/img/container_frm_u.gif);
	background-repeat: no-repeat;
	font-size: 0px; /* IE6用（隙間回避） */
}
#season-box .beach #container .frm-d {
	width: 910px;
	height: 10px;
	background-image: url(../../../special/season/2009/12umai/img/container_frm_d.gif);
	background-repeat: no-repeat;
}
/* 旨いもの特集概要背景 */
#season-box .umai #container .frm-c #outline {
	background-image: url(../../../special/season/2009/12umai/img/outline_bg.gif);
}
/* 旨いもの特集今月の「ここにスポット」 */
#season-box .umai #container .frm-c #outline dl dd #spot {
	width: 150px;
	height: 30px;
	background-image: url(../../../special/season/2009/12umai/img/spot.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/* タイトル文字色 */
#season-box .umai #container .frm-c #outline dl dd h2 {
	color: #6a3906;	
}
/* かな文字色 */
#season-box .umai #container .frm-c #content #dgt-box .inn dl dd p.kana {
	color: #6a3906;
}
/* 商品名 */
#season-box .umai #container .frm-c #content #dgt-box .inn dl dd h3 a {
	color: #6a3906;
}
/* 店名 */
#season-box .umai #container .frm-c #content #dgt-box .inn dl dd h4 {
	font-size: 125%;
	color: #aa7e4f;
	line-height: 0.6em;
	margin-bottom: 15px;
}
/* 旨いもの特集サイドバー */
#season-box .umai #container .frm-c #content #sidebar {
	background-color: #fdf7ee;	
}
#season-box .umai #container .frm-c #content #sidebar h4 {
	border-left: 8px solid #fdd740;
	padding-left: 5px;
	color: #a84200;
}
#season-box .umai #container .frm-c #content #sidebar h5 {
	color: #ec6941;
	margin-bottom: 5px;
}
