@charset "UTF-8";
/* CSS Document */

/******************/
/*	トップページ
/******************/

.gallery_main {
	width: 682px;
	float: left;
}

.img_solution {
	padding: 23px 0 0 0;
	text-align: center;
}

.solution_list {
	width: 249px;
	margin: 0 auto;
}

.solution_list dt {
	padding: 10px 0 0;
	line-height: 1.1;
}

.solution_list dt a:link,
.solution_list dt a:visited {
	font-size: 116.7%;
	font-weight: bold;
	color: #E60012;
}

.BoxLinkTopL {
/*      width: 162px;*/
        width: 145px;
	float: left;
	margin:10px 0 0 15px;
	display: inline; /*--- for ie6 dubble margin bug ---*/
}

.BoxLinkTopR {
	width: 130px;
	float: left;
	margin: 10px 0 0 5px;
	display: inline; /*--- for ie6 dubble margin bug ---*/
}

.BoxLinkTopL li,
.BoxLinkTopR li {
/*    padding: 0 0 8px 13px;*/
      padding: 0 0 2px 13px;
	background: url("../cmn_img/ico_box.png") no-repeat scroll 0 4px transparent;
}

/******************/
/*	すらいどショー	
/******************/

body #Contents {
	width: 1000px;
	margin: 0 auto;
}

body #ContentHead {
	margin: 0;
	padding: 0;
	background: none;
}

#TopReel {
	width: 998px;
	padding-left: 2px;
	background: url(../img/bg_topreel.png) repeat-x bottom;
}

#TopReelBtm {
	clear: both;
	width: 1000px;
	height: 22px;
	background: url(../img/bg_topline.png) repeat-x;
}

#TopReelBtm br {
	visibility: hidden;
	overflow: hidden;
	font-size:1px;
	line-height: 0;
	height: 1px;
}

#container{
	width: 943px;
	height: 252px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#container img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 681px;
	height: 260px;
	overflow: hidden;
}

#gallery div{
	position: absolute;
	width: 681px;
}

#thumbs{
	width: 262px;
	height: 260px;
	overflow: hidden;
	line-height: 1;
	font-size: 0;
}

#thumbs li{
	width: 262px;
	height: 65px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#thumbs li img{
	vertical-align: bottom;
	display: block;
}

#next{
	display: block;
	width: 47px;
	height: 43px;
	background: url(../img/arrow.png) no-repeat;
	position: relative;
	top: 211px;
	left: 893px;
}

#next:hover{
	background: url(../img/arrowmo.png);
}


