@charset "utf-8";
@import "../common/css/0-import.css";

#globalNavi li.navi01 a {
	background: url(../common/img/globalNavi01_out.jpg) no-repeat;
}

#main {
	background: none;
}

#main {
	height: 430px;
	overflow: hidden;
	position: relative;
}


/* スライド枠 */
#main .coda-slider-wrapper {
	background: url(../img/slide_back.gif) no-repeat center top;
}

#main .coda-slider,
#main .coda-slider .panel,
#main .coda-slider-wrapper.arrows .coda-slider,
#main .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 870px;
	height: 420px;
}

#main .coda-slider-wrapper #coda-slider-1 {
	margin-left: 40px;
}

#main .coda-slider {
	overflow: hidden;
	position: relative
}

#main .coda-slider .panel {
	display: block;
	float: left
}

/* 左右ナビ */
#main .coda-nav-left a,
#main .coda-nav-right a {
	width: 38px;
	height: 87px;
	display: block;

	position: absolute;
	top: 170px;

	text-indent: -9999px;
	outline: none;
}

#main .coda-nav-left a {
	background: url(../img/btnL.jpg) no-repeat;
	left: 2px;
}

#main .coda-nav-left a:hover {
	background: url(../img/btnL_over.jpg) no-repeat;
}

#main .coda-nav-right a {
	background: url(../img/btnR.jpg) no-repeat;
	right: 2px;
}

#main .coda-nav-right a:hover {
	background: url(../img/btnR_over.jpg) no-repeat;
}

/* ページタブ */
#main .coda-nav ul {
	display: block;

	position: absolute;
	top: 388px;
	left: 330px;
	z-index: 100;
}

#main .coda-nav ul li {
	display: inline;
}

#main .coda-nav ul li a {
	margin-right: 10px;
	width: 50px;
	height: 32px;
	background: #000;
	display: block;
	float: left;
}

#main .coda-nav ul li.tab1 a {
	background: url(../img/btnText1.gif) no-repeat;
}

#main .coda-nav ul li.tab2 a {
	background: url(../img/btnText2.gif) no-repeat;
}

#main .coda-nav ul li.tab3 a {
	background: url(../img/btnText3.gif) no-repeat;
}

#main .coda-nav ul li.tab4 a {
	background: url(../img/btnText4.gif) no-repeat;
}

#main .coda-nav ul li.tab5 a {
	background: url(../img/btnText5.gif) no-repeat;
}

#main .coda-nav ul li.tab1 a:hover {
	background: url(../img/btnText1_over.gif) no-repeat;
}

#main .coda-nav ul li.tab2 a:hover {
	background: url(../img/btnText2_over.gif) no-repeat;
}

#main .coda-nav ul li.tab3 a:hover {
	background: url(../img/btnText3_over.gif) no-repeat;
}

#main .coda-nav ul li.tab4 a:hover {
	background: url(../img/btnText4_over.gif) no-repeat;
}

#main .coda-nav ul li.tab5 a:hover {
	background: url(../img/btnText5_over.gif) no-repeat;
}

#main .coda-nav ul li.tab1 a.current {
	background: url(../img/btnText1_out.gif) no-repeat;
}

#main .coda-nav ul li.tab2 a.current {
	background: url(../img/btnText2_out.gif) no-repeat;
}

#main .coda-nav ul li.tab3 a.current {
	background: url(../img/btnText3_out.gif) no-repeat;
}

#main .coda-nav ul li.tab4 a.current {
	background: url(../img/btnText4_out.gif) no-repeat;
}

#main .coda-nav ul li.tab5 a.current {
	background: url(../img/btnText5_out.gif) no-repeat;
}

/* 各スライド設定 */
#main #panel01 {
	background: url(../img/slide_01_img.jpg) no-repeat 40px 50px;
}

#main #panel02 {
	background: url(../img/slide_02_img.jpg) no-repeat 40px 50px;
}

#main #panel03 {
	background: url(../img/slide_03_img.jpg) no-repeat 40px 50px;
}

#main #panel04 {
	background: url(../img/slide_04_img.jpg) no-repeat 40px 50px;
}

#main #panel05 {
	background: url(../img/slide_05_img.jpg) no-repeat 40px 50px;
}


#main .panel .btn01 a {
	margin: 280px 0 0 480px;
	width: 276px;
	background: url(../img/slide_btn01_over.jpg) no-repeat;
	display: block;
}

#main .panel .btn02 a {
	margin: 280px 0 0 480px;
	width: 276px;
	background: url(../img/slide_btn02_over.jpg) no-repeat;
	display: block;
}

#main .panel .btn03 a {
	margin: 280px 0 0 480px;
	width: 276px;
	background: url(../img/slide_btn03_over.jpg) no-repeat;
	display: block;
}

#main .panel .btn04 a {
	margin: 280px 0 0 480px;
	width: 276px;
	background: url(../img/slide_btn04_over.jpg) no-repeat;
	display: block;
}

#main .panel .btn05 a {
	margin: 280px 0 0 480px;
	width: 276px;
	background: url(../img/slide_btn05_over.jpg) no-repeat;
	display: block;
}

#main .panel a:hover img {
	visibility: hidden;
}

/* ie6用 safari_searcher 用画像指定  */
	* html .j-searcher .j-searcher_left i,
	* html .j-searcher .j-searcher_right i {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/img/j-searcher_input.png', sizingMethod='crop');
	}