@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */



/* top 用 falshbox
----------------------------------------------------------- */
#top #bg_flash {
	padding-top:13px;
	width:100%;
	height:343px;
	background: url(../images/bg/bg_flash.gif) repeat-x left top;
}

/* flash 大ボックス */
#top #flash_box {
	width:950px;
	height:330px;
	margin:0 auto;
}

/* 新着情報
--------------------------------------- */
#top #feeds_box {
	width:660px;
	border-top: 3px solid #6E0D25;
	background: url(../images/bg/bg_feeds.gif) repeat-x left 1px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: right;
	overflow: auto;
	height:auto;
}

#top #feeds_box a {
	color:#CB6C16;
}

/* タイトル */
#top #feeds_box h3 {
	margin: 0 0 10px;
	float: left;
	width: 60px;
	height:14px;
	background: url(../images/st_feeds.gif) no-repeat left top;
	text-indent: -9999px;
	overflow:hidden;
}

/*おすすめ情報一覧*/
#top #feeds_box #btn_feeds{
	float: right;
	width: 100px;
	height:22px;
	background: url(../buttons/btn_feeds.gif) no-repeat left top;
	text-indent: -9999px;
	overflow:hidden;
}

#top #feeds_box #btn_feeds a{
	width: 100px;
	height:22px;
	display:block;
}

/* feedsコンテンツ */
#top #feeds_box .feed_content {
	padding-bottom:9px;
	width:640px;
	overflow:hidden;
	border-bottom: 1px dotted #CCCCCC;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* feedsコンテンツ左 */
#top #feeds_box .feed_content .feed_left {
	width:150px;
	float:left;
}

/* 日付け */
#top #feeds_box .feed_content .feed_left .ymd_date {
	margin:0;
	color:#6E0D25;
	font-size: 93%;
}

/* タイトル */
#top #feeds_box .feed_content .feed_left h4 {
	color:#CB6C16;
	font-size: 93%;
	width: 520px;
}

/* テキスト */
#top #feeds_box .feed_content .feed_left .feed_txt {
	margin:0;
	color:#595959;
	font-size: 93%;
	width: 520px;
}

#top #feeds_box .feed_content .feed_left .feed_link {
	margin:0;
	color:#595959;
	font-size: 88%;
}

/*画像*/
#top #feeds_box .feed_content img {
	margin-top:10px;
	display:block;
	float:right;
	height: 80px;
	width: 100px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

