@charset "UTF-8";

/* CSS Information
==================================
CSS File for "夏！熱っ！伊豆！2009 Enjoy Summer"
File name : 07summer.css
     Date : 2009.06.12
==================================
*/


/*-----------------------------------------------------------------------------
	ヘッダー設定
----------------------------------------------------------------------------*/
#header-summer {
	width: 950px;
	margin: 10px auto 20px;
}
#header-summer h1 {
	width: 950px;
	height: 300px;
	background-image: url(../../../special/2009/07summer/img/tit_summer.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}


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


/*-----------------------------------------------------------------------------
	 コンテンツ設定
----------------------------------------------------------------------------*/
#content {
	width: 670px;
	float: left;
	overflow: hidden;
}
/* トピックス */
#content #topics {
	margin-bottom: 20px;
}
#content #topics h3 {
	background-image: url(../../../special/2009/07summer/img/tit_topics.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#content #topics ul li {
	padding: 5px;
	border-bottom: 1px solid #d2d2d2;
}
#content #topics ul li .date {
	font-size: 91.7%;
	padding-right: 15px;
}

/* ローカルナビ */
#content #nav {
	margin-bottom: 20px;
	overflow: hidden;
}
#content #nav h3 {
	background-image: url(../../../special/2009/07summer/img/tit_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#content #nav ul li {
	display: inline;
	float: left;
	margin-right: 10px;
	text-indent: -9999px;
}
#content #nav ul li.repo {
	margin-right: 0px;
}
#content #nav ul li a {
	width: 160px;
	height: 50px;
	display: block;
	background-image: url(../../../special/2009/07summer/img/btn_nav.gif);
	background-repeat: no-repeat;
}
#content #nav ul li.fire a {
	background-position: left top;	
}
#content #nav ul li.beach a {
	background-position: -170px top;	
}
#content #nav ul li.event a {
	background-position: -340px top;	
}
#content #nav ul li.repo a {
	background-position: -510px top;
}
#content #nav ul li a:hover {
	background-image: url(../../../special/2009/07summer/img/btn_nav.gif);
	background-repeat: no-repeat;
}
#content #nav ul li.fire a:hover {
	background-position: left -50px;	
}
#content #nav ul li.beach a:hover {
	background-position: -170px -50px;	
}
#content #nav ul li.event a:hover {
	background-position: -340px -50px;	
}
#content #nav ul li.repo a:hover {
	background-position: -510px -50px;
}

/*-----------------------------------------------------------------------------
	 ダイジェスト設定
----------------------------------------------------------------------------*/
#content #dgt-box {
	width: 670px;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}

/* カテゴリ名 */
#content #dgt-box #dgt-tit dl {
	width: 650px;
	background-color: #9cbce0;
	overflow: hidden;
	padding: 3px 10px;
	margin-bottom: 10px;
}
#content #dgt-box #dgt-tit dl dt {
	width: 300px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
#content #dgt-box #dgt-tit dl dd {
	width: 200px;
	float: right;
	text-align: right;
	font-size: 91.7%;
}

/* カテゴリ詳細 */
#content #dgt-box #dgt-dtl {
	width: 668px;
	overflow: hidden;
	border: 1px solid #c0c8fc;
	margin-bottom: 10px;
}
#content #dgt-box #dgt-dtl dl dt {
	width: 370px;
	float: left;	
}
#content #dgt-box #dgt-dtl dl dd {
	width: 260px;
	float: right;
	padding-top: 15px;
	padding-right: 30px;
}

#content #dgt-box #dgt-dtl dl dd a:hover img {
	filter: alpha(opacity=80);	/* IE */
	-moz-opacity:0.80;			/* Firefox・Netscape */
	opacity:0.80;				/* Opera・Safari */
}

#content #dgt-box #dgt-dtl dl dd p {
	padding: 10px 0px;
}
#content #dgt-box #dgt-dtl dl dd h4 a {
	color: #009fe8;
	font-size: 108.4%;
}





/*-----------------------------------------------------------------------------
	 サイドバー設定
----------------------------------------------------------------------------*/
#sidebar {
	width: 240px;
	float: right;
	overflow: hidden;
}

/* PR */
#sidebar #pr {
	margin-bottom: 15px;
}
#sidebar #pr p.pr {
	margin-bottom: 0px;
	font-size: 83.4%;
	color: #999999;
	text-align: center;
}
#sidebar #pr img {
	margin-bottom: 10px;
}

/* トピックス */
#sidebar #theme {
	margin-bottom: 40px;
}
#sidebar #theme h3 {
	background-image: url(../../../special/2009/07summer/img/tit_theme.gif);
	background-repeat: no-repeat;
	height: 20px;
	text-indent: -9999px;
	margin-bottom: 10px;
	width: 240px;
}
#sidebar #theme h4 {
	width: 240px;
	height: 20px;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#sidebar #theme h4.gourmet {
	background-image: url(../../../special/2009/07summer/img/theme_gourmet.gif);
	background-repeat: no-repeat;
}
#sidebar #theme h4.leisure {
	background-image: url(../../../special/2009/07summer/img/theme_leisure.gif);
	background-repeat: no-repeat;
}
#sidebar #theme h4.etc {
	background-image: url(../../../special/2009/07summer/img/theme_etc.gif);
	background-repeat: no-repeat;
}

#sidebar #theme ul li {
	margin-bottom: 10px;	
}

#sidebar #theme ul li a:hover img {
	filter: alpha(opacity=85);	/* IE */
	-moz-opacity:0.85;			/* Firefox・Netscape */
	opacity:0.85;				/* Opera・Safari */
}




/*-----------------------------------------------------------------------------
	 トピックス設定
----------------------------------------------------------------------------*/
/*
#content #topics ul li {
	display: inline;
	float: left;
}
#content #topics ul li.left {
	margin-right: 20px;
}

*/
