@charset"utf-8";


a {outline:none;}
.easy-accordion{display:block;position:relative;overflow:hidden;padding:0;margin:0}
.easy-accordion dt,.easy-accordion dd{margin:0;padding:0}
.easy-accordion dt,.easy-accordion dd{position:absolute}
.easy-accordion dt{margin-bottom:0;margin-left:0;z-index:5;/* Safari */ -webkit-transform: rotate(-90deg); /* Firefox */ -moz-transform: rotate(-90deg);-moz-transform-origin: 20px 0px;  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);cursor:pointer;}
.easy-accordion dd{z-index:1;opacity:0;overflow:hidden}
.easy-accordion dd.active{opacity:1;}
.easy-accordion dd.no-more-active{z-index:2;opacity:1}
.easy-accordion dd.active{z-index:3}
.easy-accordion dd.plus{z-index:4}
		 
		 

#main_image {
	width: 1013px;
	height: 289px;
	padding-bottom: 36px;
	margin: 0 auto;
	background: url("../img/index/main_image_bg.gif") center bottom no-repeat;
}


#main_image dl{
	width:1013px;
	height:289px;
	margin-left:-27px;
}	


#main_image dt{
	width: 289px;
	height:53px;
	text-indent:-9999px;
}


#main_image dt.hide {display:none;}

#main_image dt.first_img {
	background:#FFF url(../img/index/001_tab.gif) no-repeat 0px 0px;
	display: block;
	width: 289px;
	height: 55px;
}

#main_image dt span {
	display: block;
	height: 289px;
}


#main_image dt.second_img {height: 53px;background:#FFF url(../img/index/002_tab.gif) no-repeat 0px 0px;}

#main_image dt.third_img {height: 53px;background:#FFF url(../img/index/003_tab.gif) no-repeat 0px 0px;}

#main_image dt.forth_img {height: 54px;background:#FFF url(../img/index/004_tab.gif) no-repeat 0px 0px;}

#main_image dd.last {margin-left:3px;}

#main_image a {width:56px;height:289px;outline:none;}



/*:::::::::::::::::::: sub :::::::::::::::::::::*/

#sub {
	width: 195px;
	float: left;
}


#sub_contents {width: 195px;}


#sub_contents ul {}


#sub_contents li {margin-bottom: 3px;}


#hov a img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

#hov a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}


/*:::::::::::::::::::: main ::::::::::::::::::::*/

#main {
	width: 530px;
	margin: 0 20px 0 20px;
	float: left;
}



.bx-pager a {
    	background: #D1D1C3;
    	text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
    	display: block;
    	width: 8px;
    	height: 8px;
    	margin: 0 4px;
    	-moz-border-radius: 5px;/*角丸指定 四隅を丸くすることで10pxの●に*/
    	-webkit-border-radius: 5px;/*角丸指定*/
    	border-radius: 5px;/*角丸指定*/
}

.bx-pager-item a:hover{ background: #000;}
.bx-pager-item a.active{ background: #000;}


.bx-prev {
    	left: 10px;
    	background: url(img/Btn_Prev.png) no-repeat;/*prev用画像*/
	background-size: 55px 22px;
}
.bx-next {
    	right: 1px;
    	background: url(img/Btn_Next.png) no-repeat;/*next用画像*/
	background-size: 55px 22px;
}
.bx-controls-direction a {
    position: absolute;
    margin-top: -16px;
    width: 55px;/*使用画像に応じて指定*/
    height: 22px;/*使用画像に応じて指定*/
    text-indent: -9999px;/*画像置換のためテキストを押しやる*/
    z-index: 9999;
}

.bx-wrapper .bx-next{
	right:10px;
}




/*::::::::::::::::::: pickup :::::::::::::::::::*/

.pickup {
	width: 500px;
/*	height: 185px;*/
	padding: 0 15px 0 15px;
	background: url("../img/index/pickup_bg.gif");
}


.pickup_title_box {
	width: 500px;
	height: 20px;
	padding-top: 15px;
	overflow: hidden;
}


#pickup_title {
	height: 20px;
	float: left;
}


.pickup_all {
	width: 35px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-indent: 11px;
	float: right;
	background: url("../img/arrow_red.png") left center no-repeat;
}


.pickup_box {
	width: 500px;
/*	height: 138px;*/
	margin-top: 12px;
	overflow: hidden;
}


.pickup_box ul {}


.pickup_box li {
	width: 157px;
	font-size: 11px;
	float: left;
}


.pickup_box li img {margin-bottom: 5px;}



/*:::::::::::::::::::: news ::::::::::::::::::::*/

.news_title_box {
	width: 530px;
	height: 42px;
	margin-top: 20px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	background: url("../img/h2_bg.gif") left top repeat-x;
}


.news_title {
	width: 330px;
	height: 42px;
	line-height: 44px;
	font-size: 14px;
	text-indent: 10px;
	float: left;
}


.news_nav {
	width: 200px;
	height: 18px;
	line-height: 18px;
	margin-top: 14px;
	float: right;
	overflow: hidden;
}


.news_nav ul {}


.news_nav li {
	padding-right: 10px;
	font-size: 12px;
	text-indent: 23px;
	border-left: 1px dotted #333;
	float: right;
	background: url("../img/arrow_red.png") 10px center no-repeat;
}



/*::::::::::::::::::: article ::::::::::::::::::*/

.article {
	width: 530px;
	overflow: hidden;
}


.article ul {}


.article li {
	width: 510px;
	padding: 10px 10px 0 10px;
	border-bottom: 1px dotted #d7d7d7;
}


dl.article_dl {
	width: 510px;
	height: 14px;
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
}


dl.article_dl dt {
	width: 75px;
	float: left;
	clear: left;
}


dl.article_dl dd {
	margin-left: 75px;
}


dl.article_dl dd img {vertical-align: top;}


.article_text {
	width: 510px;
	padding:10px 0;
}



/*::::::::::::::::::: extra ::::::::::::::::::::*/

#extra {
	width: 195px;
	float: left;
}


.extra_contents {width: 195px;}


.extra_contents ul {}


.extra_contents li {margin-bottom: 3px;}


.extra_nav {
	width: 195px;
/*	border-bottom: 1px dotted #d7d7d7;*/
}


.extra_nav ul {}


.extra_nav li {width: 195px;}


.extra_nav li a {
	width: 170px;
	padding: 10px 0 10px 25px;
	display: block;
	border-bottom: 1px dotted #d7d7d7;
	background: url("../img/arrow_green.png") 5px 15px no-repeat;
}


.extra_nav li p {
	width: 170px;
	padding: 10px 0 10px 25px;
	color: #9f0f36;
	cursor: pointer;
	background: url("../img/list_open_icon.gif") 5px 14px no-repeat;
}
.extra_nav li p:hover {color: #333;}


.extra_nav li p.extra_nav_button {
	width: 170px;
	padding: 10px 0 10px 25px;
	color: #9f0f36;
	cursor: pointer;
	background: url("../img/list_close_icon.gif") 5px 14px no-repeat;
}
.extra_nav li p.extra_nav_button:hover {color: #333;}


.extra_nav li ul {display: none;}


.extra_nav li ul li a {
	width: 165px;
	padding: 10px 0 10px 30px;
	font-size: 12px;
	display: block;
	border-bottom: none;
	background: url("../img/arrow_gray.png") 20px 15px no-repeat;
}



/*::::::::::::::::::: important ::::::::::::::::::::*/
.important{
	border:solid 4px #F80004;
}



/*:::::::::::::::::::: importantnews ::::::::::::::::::::*/
.important_news{
	border:solid 3px #e60012;
	padding:10px;
	margin:10px 0 0 0;
}

.important_news_title {
	width: 100%;
	font-size: 14px;
	color:#e60012;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	border-bottom:solid 1px #e60012;
}

.important_news_title span {
	margin:0 10px 0 0;
}


.important_news a {text-decoration: none; #e60012}
.important_news a:link    {text-decoration: none; color: #e60012;}
.important_news a:visited {text-decoration: none; color: #e60012;}
.important_news a:hover   {text-decoration: underline; color: #e60012;}
.important_news a:active  {text-decoration: none; color: #e60012;}

.qr{
	text-align:center;
}

.qr_text{
	font-size:11px;
	text-align:center;
}


















.pu_re{position:relative}

a.pu_ab{
display:block;
position:absolute;
left:243px;
top:-100px;
width:101px;
height:40px;
z-index:9999;
}


a.pu_ab:hover{
	background:#F79FBE;
	opacity: 0.5;
	filter: alpha(opacity=50);/*IE7*/
}



