@charset "utf-8";
/* CSS Document */

@charset "utf-8";
 

#top_main_template img{
	/*margin:80px 50px 0;*/
	margin:35px 30px 0;
}




/*#############################
TOP メインテンプレート
#############################*/

/* JS OFFの時 */
.hidden {
	visibility: hidden;
	background: #666666;
	display: none;
}

.noscript {
	text-align: center;
	height: 225px;
}

.noscript img {
	padding: 0 5px;
}


/* JS ONの時 */
.top_main_area .hidden {
	visibility:visible;
	display: block;
}

.SlidingPanels {
/*	width: 860px;
	height: 225px;*/
	height: 165px;
	position: relative;
	width: 100%;
/*	height: 400px;*/
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
/*	width: 860px;
	height: 225px;*/
	height: 165px;
	width: 100%;
/*	height: 400px;*/
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

#top_main_template .SlidingPanels {
	float: left;
}

#top_main_template .SlidingPanelsContentGroup {
	float: left;
	width: 4300px;
	/*background:url(../img/ajax_bg.jpg) repeat-x;*/
	/*background:url(../img/syoseki_bg.jpg) no-repeat 0 50px;*/
}

#top_main_template .SlidingPanelsContent {
	float: left;
	width:860px;
	text-align: center;	
	background:url(../img/syoseki_bg.jpg) no-repeat 0 10px;
	/*height: 225px;*/
}

#top_main_template .SlidingPanelsContent img{
	padding: 0 5px;
}

.top_main_area {
	width: 900px;
	margin:0 auto;
}

.area_L {
	float: left;
	width:20px;
}
.area_R {
	float: left;
	width:20px;
	text-align:right;
}

#top_main_template {
	float: left;
	width:860px;
}

.btn {
	margin: 35px 0 0 0;
}

#top_main_template .SlidingPanelsContent img{
	padding: 0 5px;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.clear {
	clear:both;
}