@charset "UTF-8";
/* CSS Document */

body{
	font-size:10px;
	color:f000;
	font-family: Meiryo, メイリオ, Verdana, Arial, Helvetica, sans-serif, MS UI Gothic;
	background-color: #FFFFFF;
}

a:link ,a:visited {
	color:#666666;
	text-decoration:none;
}

a img { border: none; }
.no-border {
  border:none;
  outline:none;
}

a:hover img { filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; }
a:link:hover,
a:visited:hover { color:#339999; }


.header2 {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

/* 固定バナー */

#header2_banner1{
	width:930px;
	height:90px
	display:block;
	float:left;
	margin:0 auto;
	}
	

/* 固定バナー　左 */
#header2_banner1 .banner1{
	width:460px;
	height:90px;
	display:block;
	float:left;
	padding-bottom:10px;
	padding-right:5px;
	}

#header2_banner1 .banner1 img{
	width:455px;
	height:80px;
	}

/* 固定バナー　中央 */	
#header2_banner1 .banner2{
	width:230px;
	height:90px;
	display:block;
	float:left;
	padding-bottom:10px;
	margin:0 auto;
	}

#header2_banner1 .banner2 img{
	width:230px;
	height:80px;
	}

/* 固定バナー　右 */	
#header2_banner1 .banner3{
	width:230px;
	height:90px;
	display:block;
	float:right;
	padding-bottom:10px;
	margin-right:-5px;
	
	}

#header2_banner1 .banner3 img{
	width:225px;
	height:80px;
	}


/* スライドバナー */
#header2_slide1{
	width:930px;
	height:260px;
	display:block;
	float:left;
	margin:0 auto;
	margin-bottom:10px;
	}


/* スライド横　固定バナー */
#header2_slide1 .banner1{
	width:570px;
	height:280px;
	display:block;
	float:left;
	margin-left:-1px;
	}

#header2_slide1 .banner1 img{
	width:560px;
	height:280px;
	}


/* スライドバナー */

.header2 .slider {
	width: 300px;
	height: 0px;
	float: right;
	margin: 3px 0 0 0;
	z-index: 1;
}

.header2 .slider div {
	width:278px;
	padding:0 0 0 12px;
	}
	
.header2 .slider div a, #slider div a:hover{
	text-decoration:none !important;
	}

.header2 .jquery-slider {
	overflow:hidden;
	position:relative;
	}

.header2 .jquery-slider-element {
	overflow:hidden;
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	}

.header2 .jquery-slider-control {
	overflow:hidden;
	position:absolute;
	text-align:center;
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	cursor:pointer;
	}
	
.header2 .jquery-slider-control-prev {
	left:0;
	top:15px;
	}

.header2 .jquery-slider-control-next {
	right:0;
	top:15px;
	}

.header2 .wrap {
	position:relative;
	overflow:hidden;
	width:460px;
	height:2em;
	} 


