@charset "UTF-8";
/* CSS Document */

@import url("common.css");


html, body {
	height: 100%;
	min-width: 100%;
	margin: 0px;
    padding: 0px;
    background-color: #F5F5F5;
	text-align:center;
	background-image:url(../img/back1.png);
    background-repeat: repeat-x;
    background-position:left top;

}


/****************** swfObject 設定****************/

#MainObj {
  float: left;
  margin: -5px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  height: 396px;
}
*html #MainObj {
  float: left;
  margin: -22px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  height: 396px;
  text-align: center;
}
*:first-child+html #MainObj {
  float: left;
  margin: -4px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  height: 396px;
}
#swfObject {
	position:absolute;
	top: 0px;
	left:50%;
	margin-left:-700px;
	width: 1400px;
	max-width:1400px;
	height:396px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	font-size: 0;
	background-color:#000;
	z-index: 1;
}
.swfInobj {
	position:absolute;
	top: 0px;
	left:50%;
    margin: -86px 0px 0px -700px;
    width: 1400px;
	max-width:1400px;
	height:396px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	font-size: 0;
	background-color:#000;
	z-index: 1;
}
*html #swfObject {
    position:absolute;
	top: 0px;
	left:50%;
    margin: -86px 0px 0px -700px;
    width: 1400px;
	max-width:1400px;
	height:396px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	font-size: 0;
	background-color:#000;
	z-index: 1;
}

/****************** CONTENTS LEFT 設定****************/


.LineUp {
  float: left;
  width: 719px;
  margin: 15px 0px 5px 15px;
  padding: 0px;
  text-align: left;
  background: url(../img/lineup_back2.png) left top repeat-y;
  display: inline;
}

.LineUp2 {
  float: left;
  width: 719px;
  margin: 15px 0px 50px 15px;
  padding: 0px;
  text-align: left;
  background: url(../img/lineup_back2.png) left top repeat-y;
  display: inline;
}

.LineUpHead {
  float: left;
  width: 719px;
  height:12px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background: url(../img/lineup_back1.png) left top no-repeat;
  display: inline;
  font-size: 0;
}

.LineUpFoot {
  float: left;
  width: 719px;
  height:17px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background: url(../img/lineup_back3.png) left top no-repeat;
  display: inline;
  font-size: 0;
}

.serviceImg {
  float: left;
  width: 280px;
  height:159px;
  margin: 0px;
  padding: 0px 0px 0px 12px;
  text-align: left;
  display: inline;
}

.serviceRight {
  float: left;
  width: 417px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  text-align: left;
  display: inline;
}

.SR-Title{
  float: left;
  width: 402px;
  height: 22px;
  margin: 0px;
  padding: 0px;
  display: inline;
}

.serviceRightMenu {
  float: left;
  width: 417px;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  display: inline;
}

.serviceRightMenu ul {
  float: left;
  width: 417px;
  display: inline;
}


.serviceRightMenu ul li {
  float: left;
  width: 199px;
  height: 44px;
  display: inline;
}



/****************** SCROLL ***************/

#scrollable {
  padding:10px 26px 0px 26px;
  width:699px;
}

#controller{
  position: relative;
  padding: 0px;
  margin: 0px;
  text-align: center;
  top: 274px;
  left: 250px;
  float: left;
}

/*#controller{
  position: relative;
  padding: 0px;
  margin: 0px;
  text-align: center;
  top: 274px;
  left: 300px;
}*/


div.items {
  width:699px !important;
  height:249px;	
  padding:0px 0px 0px 0px;
  float:left;
}



/* single item */
div.itemsBox {
	display:block;
	float:left;
	width:733px;
	height:260px;
	text-align: left;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:50px;
	height:20px;
	float:left;
	background-repeat:no-repeat;	
	margin:15px 0 0 0;
}

a.prev {
	background:url(../img/slider1.png) left top no-repeat;
	display:block;
	width:50px;
	height:20px;
	float:left;	
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}

a.next {
	background:url(../img/slider2.png) left top no-repeat;
	display:block;
	width:50px;
	height:20px;
	float:left;	
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}

a.prev:hover {
	background-image: url(../img/slider1ove.png);
}

a.next:hover {
	background-image: url(../img/slider2ove.png);
}


/* navigator */
div.navi {
	float: left;
	height:20px;
}


/* items inside navigator */

div.navi span {
  width: 10px;
  height:20px;
  float:left;
  margin:0px;
  background: url(../img/slider_sq2.png) left top no-repeat;   
  cursor:pointer;
}

div.navi span:hover {
  background: url(../img/slider_sq1.png) left top no-repeat;      
}

div.navi span.active {
  background: url(../img/slider_sq1.png) left top no-repeat;      
}

.naviSpace {
  width: 5px;
  height: 20px;
  float: left;
  background: url(../img/slider3.png) left top repeat-x;
}

.itemsBoxRight {
	width:351px;
	float: left;	
	margin: 0px;
	padding: 0px 0px 0px 20px;
}


div.itemsBox img {
	float:left;
	border: solid 1px #CCC;
}

div.itemsBox img a {
	text-decoration: none;
}


.itemsBoxRight strong {
	width:260px;
	float: left;	
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size:0.9em;
	

}

.itemsBoxRight strong a {
	color:#333;
	text-decoration: none;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
}

.itemsBoxRight strong a:hover {
	color:#333;
	text-decoration: underline;
}

.itemsBoxRight span {
	width:260px;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size:0.75em;
}

.itemsBoxRight span a {
	color:#036EB8;
	text-decoration: none;
}

.itemsBoxRight span a:hover {
	color:#036EB8;
	text-decoration: underline;
}

.itemsBoxRight p {
	width:250px;
	float: left;	
	margin: 0px;
	padding: 0px;
	font-size:0.8em;
	color:#333;
}

/****************** SCROLL END ***************/
