@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2012.03.23
Style Info:     
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/* ----------------------------------------------------------------SliderBOX */  
/* box */
#sliderarea {
	min-width: 980px;
		margin:0px auto 0 auto;
		text-align: center;
		position: relative;
		background: #FFF;
		clear: both;

}
#sliderbox {
	width: 940px;
	margin: 0 auto;
}
/* slider */
#slider {	
	width:940px; /* 表示するスライダー画像サイズを記述 */
	height:255px; /* 同上 */
	background : url(../img/loading.gif) no-repeat 50% 50%;/*ローディング画像_フェード効果を使う時は外す */
}
/*画像のみを使用したスライダーの場合の設定*/
#slider img {
	width:940px; /* 表示するスライダー画像サイズを記述 */
	height:255px; /* 同上 */
}
/* ---------------------------------------------------------------SliderNavi */  
/* slider_button */
#slider_button {
}
/* button */
#prev_button,#next_button { 
	position:absolute;
	top:115px; /* ボタンの配置位置(高さ) */
	cursor: pointer;
} 
#next_button {		
	z-index:2000;
	width:940px;
}
#prev_button {	
	z-index:1000;
}
#prev_button a, #next_button a {
	display:block;
	position:relative;
	width:20px; /* ボタンのサイズ(wide) */
	height:15px; /* ボタンのサイズ(height) */
}
#prev_button a {
	left: -20px;/* ボタンの位置設定(横位置) */
	*left: -350px;/* IE7 */
	_left: -350px;/* IE6 */
	float: left;
}
#next_button a {
	float: right;
	right: -20px;/* ボタンの位置設定(横位置) */
	*right: 270px;/* IE7 */
	_right: 270px;/* IE6 */
}
/*------------------------------------------------------------MainBanner*/
.mainbanner {
	padding: 20px 0px 0px 10px;
	overflow:hidden;
}
.mainbanner ul li {
	float: left;
}
/*------------------------------------------------------------News*/
#news_title {
	clear: both;
}
#news_title_main {
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding: 10px 0 10px 35px;
	background: url(../img/common_img/point_01.gif) no-repeat 0 5px;
	/* CSS3 */
	text-shadow:1px 1px 1px #F2F2F2;
}
#news_title_link {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	float: right;
	background: url(../img/common_img/arrow.gif) no-repeat left 3px;
	padding-left: 10px;
	margin-top: 15px;
}
#news_title_link a {
	color: #666;
	text-decoration: none;
}
#news_title_link a:hover {
	text-decoration: underline;
}
/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	height: 195px;
	overflow: hidden;
	margin-bottom: 10px;
	background: #fff;
	zoom: 1;
}
#news01 dl {
	padding: 0px 5px 10px;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
}
#news01 dl dt {
	float: left;
	width: 70px;
	font-weight: bold;
	padding: 0px 0 0;
	font-size: 11px;
	color: #666;
}
#news01 dl dd {
	padding: 0 0 0 80px;
	font-size: 12px;
}
#news01 dl dd p {
	font-size: 12px;
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
	background: #fff;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
	zoom: 1;
}
.newsbox p {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.newstitle {
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0px;
	padding: 0px 0 0px 10px;
	border-left: 3px solid #666;
	/* CSS3 */
	text-shadow:1px 1px 1px #F2F2F2;
}
.newstitle span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
#topmovie {
	float: left;
	background-color: #222;
	width: 650px;
	text-align: center;
	background-image: url(../img/index_img/top_motpbx.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
}
#youtube {
	padding: 0 10px 10px;
}

.top_session{
	width:310px;
	height:270px;
	background-color:#ececec;
	margin-bottom:10px;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.session_text{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:bold;
	width:280px;
	height:150px;
	margin:auto;
}


	
.session_img{
	display:block;
	margin:auto;
}

#slide_nav a{
	display:block !important;
	width:20px;
	height:20px;
	float:left;
	background-image:url(../img/index_img/slide_off.png);
	background-repeat:no-repeat;
 	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
	}
	
#slide_nav{
	/*width:100px;*/
	width:120px;
	height:20px;
	margin:auto;
	margin-top:10px;
}

.activeSlide{
	background-image:url(../img/index_img/slide_on.png) !important;
}

#slide_nav a:click{
	background-image:url(../img/index_img/slide_on.png) !important;
}

/*ご注意 win10対応状況*/
#gotyui{
	display:block;
	width:90%;
	height:60px;
	margin:10px auto;
	background-color:#FFFFFF;
	clear:both;
	border:solid #ff0000 3px;
	}
	
#gotyui .gotyui_tx{
	font-size:20px;
	text-align:center;
	padding:15px 0;
	text-decoration:underline;
	}