@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :Ability Consultant
style info  :トップ設定　ハックは最下部に記述
=================================================================== */

/*======================================

    #contents コンテンツ

=======================================*/
#top #contents {
	padding-top: 6px;
}

#top #content_area{
	padding-top: 19px;
	margin-top: 5px;
	background: #fff;
}

/*======================================

    #main メイン

=======================================*/

/* .ski_event スキー大会
---------------------------------------*/
#top #main .ski_event{
	background: url(../images/top/bn_ichinose_ski_event.jpg) no-repeat left top;
	width: 680px;
	height: 32px;
	margin-top: 15px;
	padding-top: 80px;
}

#top #main .ski_event .txt{
	display: none;
}

#top #main .ski_event .lnk a{
	display: block;
	margin-left: 375px;
	width: 236px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
}

/* #bn_area バナーエリア
------------------------------------------*/
#top #main #bn_area{
	margin-top: 7px;
}

#top #main #bn_area ul{
	position: relative;
	left: -11px;
	width: 692px;
	margin-bottom: 20px;
}

#top #main #bn_area ul li{
	float: left;
	text-align: center;
	display: inline;
	width: 234px;
	line-height: 1.2;
}

#top #main #bn_area ul li.li02,
#top #main #bn_area ul li.li03{
	margin: 14px 0 0 4px;
	width: 224px;
}
#top #main #bn_area ul .li04{
	float: left;
	text-align: center;
	display: inline;
	width: 234px;
	line-height: 1.2;
	margin-top:14px;
	margin-left: 5px;
}


/* #news ニュース
---------------------------------------------*/
#top #main #news{
	margin-top: 25px;
}

#top #main #news h4{
	background: url(../images/top/tl_whats_new.gif) no-repeat left top;
	height: 29px;
	text-indent: -9999px;
	font-size: 0;
}

#top #main #news .rss a{
	margin: -26px 0 8px 117px;
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
}

#top #main #news .lnk a{
	margin: -29px 2px 17px auto;
	position: relative;
	display: block;
	width: 112px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
}

/* ニュースエリア */
#top #main #news #news_back{
	background: url(../images/top/bg_whats_new.gif) repeat left top;
	padding: 6px 8px;
}

#top #main #news #news_area{
	border: 1px solid #d3d3d3;
	border-bottom: none;
	background: #fff;
}

/* トピックス */
#top #main #news #news_area .topics{
	border-bottom: 1px solid #d3d3d3;
	clear: both;
	padding: 9px 13px;
}

#top #main #news #news_area a{
	display: block;
	text-decoration: none;
	cursor: pointer;
}

#top #main #news #news_area a:hover{
	background: #E6F9FA;
}

#top #main #news #news_area .topics .img_l{
	margin-right: 13px;
	margin-bottom: 0;
	width: 60px;
	height: 40px;
	overflow: hidden;
	font-size: 0;
}

#top #main #news #news_area .topics .img_l img{
	border: 1px solid #bababa;
	width: 58px;
	height: 38px;
}

#top #main #news #news_area .topics dl{
	float: left;
	width: 560px;
}

#top #main #news #news_area .topics dl dt{
	background: url(../images/top/icn_whats_new_arrow.gif) no-repeat left 5px;
	padding-left: 21px;
	font-weight: bold;
	color: #048fb6;
}

#top #main #news #news_area .topics dl dd.user{
	margin: 0 0 0 21px;
	float: left;
	display: inline;
	width: 170px;
	color: #235300;
	font-weight: bold;
}

#top #main #news #news_area .topics dl dd{
	color: #1c1c1c;
}

/*======================================

	#mobile_form 携帯送信フォーム

=======================================*/
#top #mobile_form{
	margin: 20px;
}

#top #mobile_form .text{
	border: 1px solid #a0a0a0;
	width: 200px;
	padding: 1px;
}

#top #mobile_form .button{
	background: #808080;
	color: #fff;
	padding: 1px 5px;
	border: none;
}

#top .bn_entry,
#top .bn_entry img{
	display: none;
}


#top #sub #reserve_btn p {
	display: none;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

