@charset "utf-8";

/**
 * @import : bin.config.core
 */
@import url(../../config/core.css);

/**
 * [user setting]
 */

/**
 * main-img
 */
div#main-img div#swf-layer,
div#main-img,
div#main-img-layer {
	background: url(../../../../img/index/main_img_bg.gif) left top repeat-x;
    width: 100%;
}

div#main-img div#swf-layer {
    width: 100%;
	height: 300px;
	margin: 0 auto;
	text-align: center;
}

/**
 * bone layer
 */
div#container {
	background: url(../../../../img/index/container_bg.gif) left top repeat-y;

}
div#bone-layer0 {
	width: 260px;
	padding: 0 20px;
}
div#bone-layer1 {
	width: 590px;
}

ol#pressRelease-list {
	margin-left: 0;
}
ol#pressRelease-list li {
	list-style: none;
	border-bottom: #999 1px dotted;
	margin-bottom: 1em;
	padding-bottom: .5em;
}
ol#pressRelease-list li span.descreption,
ol#pressRelease-list li span.date {
	display: block;
}
ol#pressRelease-list li span.date {
	font-size: 90%;
}

/**
 * [local menu]
 */
div#local-menu {
	margin-bottom: 2em;
}
div#local-menu ul {
	margin-top: 1em;
}
div#local-menu ul li a {
	height: 245px;
}
div#local-menu ul li#lm1 a {
	width: 194px;
}

div#local-menu ul li#lm2 a,
div#local-menu ul li#lm0 a
{
	width: 198px;
}

div#local-menu ul li#lm2 a,
div#local-menu ul li#lm1 a,
div#local-menu ul li#lm0 a
{
	background-image: url(../../../../img/index/lm.gif);
}


/**
 * [public]
 */

div#local-menu ul li a
{
	display: block;
	overflow: hidden;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
}

div#local-menu ul li a:hover
{
	background-position: right top;
}

div#local-menu ul li a span
{
	visibility: hidden;
	display: none;
}


/**
 * local menu
 */
div#local-menu ul li#lm2 a {
	background-position: left -490px;
}
div#local-menu ul li#lm1 a {
	background-position: left -245px;
}
div#local-menu ul li#lm2 a:hover {
	background-position: right -490px;
}
div#local-menu ul li#lm1 a:hover {
	background-position: right -245px;
}

/**
 * floating
 */
div#local-menu ul li {
	float: left;
}

div#local-menu {
	clear: both;
}

/**
 * clear
 */
div#local-menu:after,
div#local-menu:before
{
	content: url(../../../../img/common/spacer.gif);
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#index .visual{
	border-bottom: 5px #006278 solid;
}
#index .visual .visual-in{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#index .slider{
	width: 910px;
	margin: 0 auto;
	position: static;
}
#index .slider .swiper-button-next{
	right: 0;
	background-image: url(../../../../img/index/button-next.png);
}
#index .slider .swiper-button-prev{
	left: 0;
	background-image: url(../../../../img/index/button-prev.png);
}
#index .slider .slider-item a:hover{
	opacity: .7;
}
#index div#main-img-layer,#index div#main-img{
	background: none;
}
