@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      top.css
 Author:         
 Style Info:     トップページ用
----------------------------------------------------------- */


/* ______________________ ページ先頭リンク用 Style __*/
#main	{
	display: none;
	width: 1px;
	height: 1px;
}






/* ______________________ レイアウト用 Style __*/
#topMain	{
	margin: 0 0 30px 0;
}

/*左*/
#topLeft	{
	width: 765px;
	float: left;
}

#topRecom	{
	float: left;
	width: 270px;
}

/*右*/
#topRight	{
	width: 215px;
	float: right;
}






/* ______________________ Slides Gallery用 Style __*/

/* Gallery styles */

#slidesGallery	{
	/* CSS3 Box Shadow */
	-moz-box-shadow: 0 0 3px #AAAAAA;
	-webkit-box-shadow: 0 0 3px #AAAAAA;
	box-shadow: 0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	
	border: 2px solid #FFFFFF;
	
	_border: 1px solid #CCCCCC;
	_padding: 3px 3px auto 3px;

	background: url(../../img/top/slides_panel.jpg) repeat-x bottom center #ffffff;
	_background: url(../../img/top/slides_panel.jpg) repeat-x bottom left #ffffff;
		
	/* The width of the gallery */
	width: 994px;	/* 1000px; */
	overflow: hidden;
	margin: 20px 0;
}

#slides	{
	/* This is the slide area */
	height: 230px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width: 1000px;
	overflow: hidden;
}

.slide	{
	float: left;
}

#slidesMenu	{
	/* This is the container for the thumbnails */
	height: 45px;
}

#slidesMenu ul	{
	margin: 0;
	_margin: 0 0 auto 130px;
	padding: 0;
	text-align: center;
}
*+html #slidesMenu ul	{	/* For IE7 */
	margin: 0;
	padding: 0;
	text-align: center;
}

#slidesMenu ul li	{
	/* Every thumbnail is a li element */
	width: 240px;
	display: inline-block;
	_display: inline;
/*	list-style: none;	*/
	height: 45px;
	overflow: hidden;
	_float: left;
/*	_background: url(../../img/top/slides_hover_bg.jpg) no-repeat;	*/
	_background-color: transparent;
}
*+html #slidesMenu ul li	{	/* For IE7 */
	/* Every thumbnail is a li element */
	width: 240px;
	display: inline;
	list-style: none;
	height: 45px;
	overflow: hidden;
}


#slidesMenu ul li.inact:hover	{
	/* The inactive state, highlighted on mouse over */
	background: url(../../img/top/slides_hover_bg.jpg) no-repeat;
}


#slidesMenu ul li.act,li.act:hover	{
	/* The active state of the thumb */
	background: url(../../img/top/slides_active_bg.gif) no-repeat;
}

#slidesMenu ul li.act a	{
	cursor: default;
}

#slidesMenu ul li a	{
	display: block;
	height: 45px;
}

.menuItem img	{
	_background: url(../../img/top/slides_hover_bg.jpg) no-repeat;
}









/* ______________________ ニュース Style __*/
#topNews	{
	float: left;
	width: 475px;
	margin: 0 20px 0 0;
}

#topNewsLink	{
	width: 310px;
	float: right;
	margin: 9px 6px auto 5px;
}

#topNewsLink ul	{
	margin: 0;
	padding: 0;
	height: 20px;
/*	overflow: hidden;
	font-size: 0.7em;	*/
	float: right;
}

#topNewsLink ul li	{
	font-size: 0.9em;
	background-position: left center;
	margin: 1px;
	padding: 0 5px 0 8px;
	float: left;
	background-image: url(../../img/dot_gray_01.gif);
	background-repeat: no-repeat;
}

#rssArea	{
	display: inline;
}

/*読み込みページ用*/
#news_load	{
	margin: 0;
	line-height: 1.5;
}
#news_load table	{
/*	margin: 10px 10px 10px 30px;	*/
	padding: 0;
}
#news_load table img	{
	margin: 5px 0 auto 0;
	_margin: 2px 0 auto 0;
}
#news_load th	{
	font-weight: normal;
/*	text-align: left;	*/
	margin: 0;
	padding: 4px;
}
#news_load td{
/*	font-size:0.8em;
 	background-color: #ffffff;
	text-align: left;	*/
	margin: 0;
	padding: 4px 5px 4px 0;
}






/* ______________________ おすすめ Style __*/
.phTopArea	{
	margin: 0 10px 10px 0;
	float: left;
}
.phTopLink	{
	margin: 0 0 5px 0;
	font-weight: bold;
}

.phTopImg	{
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #CCCCCC;
}





/* ______________________ 動画 Style __*/
#movieBg	{
	background-color: #FFFFFF;
	margin: 0 0 20px 0;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
#movieCnt	{
	background-color: #f3f3f3;
	padding: 10px;
}
#movieCnt ul	{
	margin: 10px 0;
	padding: 0;
}

#movieCnt ul li	{
	background-position: left center;
	margin: 1px;
	padding: 0 10px 0 0.7em;
	float: left;
	background-image: url(../../img/dot_gray_01.gif);
	background-repeat: no-repeat;
}





/* ______________________ モバイル Style __*/
#mobileCnt	{
	margin: 10px;
}





/* ______________________ トップ・共通 Style __*/
.subTitle	{
	height: 34px;
	border-bottom: 1px solid #dddddd;
	background:url(../../img/top/sub_title_bg.gif) repeat-x top left;
	margin: 0 0 20px 0;
}

.textArea	{
	margin: 0 10px;
}









