@charset "utf-8";

/*________________________________________________

	name:			index.css
	create Date:	2016-02-03
	lastmodified:	****-**-**
________________________________________________*/


/*--------------------------------------------------------------
  body
--------------------------------------------------------------*/
body {
	background: #ffffff url(../img/common/bg.jpg) center 65px repeat-x;
}

/*--------------------------------------------------------------
  #slider
--------------------------------------------------------------*/
#sliderbox {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.slider {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
#sliderbox li img {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#sliderbox {position: relative;}
#sliderbox .bx-prev { 
	position: absolute;
	top: 50%;
	left: 0px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url(images/btn_topics_prev_o.png) left center no-repeat;
	text-indent: -9999px;
}
#sliderbox .bx-prev:hover { 
	position: absolute;
	top: 50%;
	left: 0px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url(images/btn_topics_prev.png) left center no-repeat;
	text-indent: -9999px;
}
#sliderbox .bx-next {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url(images/btn_topics_next_o.png) right center no-repeat;
	text-indent: -9999px;
}
#sliderbox .bx-next:hover {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url(images/btn_topics_next.png) right center no-repeat;
	text-indent: -9999px;
}

/*--------------------------------------------------------------
  #GridBox
--------------------------------------------------------------*/
#GridBox {
	display: block;
	clear: both;
	width: 960px;
	height: 480px;
	margin: 10px auto;
	padding: 0;
	overflow: hidden;
}
/* clearfix */
#GridBox { zoom:1; }
#GridBox:after {
	content: ""; 
	display: block; 
	clear: both;}
.unit {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#GridBox .smallBox {
	width: 190px;
	height: 118px;
	margin: 0;
	padding: 0;
	border: 1px #ffffff solid;
	overflow: hidden;
}
#GridBox .middleBox {
	width: 286px;
	height: 178px;
	margin: 0;
	padding: 0;
	border: 1px #ffffff solid;
	overflow: hidden;
}
#GridBox .largeBox {
	width: 382px;
	height: 238px;
	margin: 0;
	padding: 0;
	border: 1px #ffffff solid;
	overflow: hidden;
}
#GridBox img:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
#GridBox img {
	position: relative;
	display: block;
	margin: 0;
	z-index: 100;
}
#GridBox .text {
	position: absolute;
	display: block;
	clear: both;
	margin: 0;
	padding: 2px 5px;
	background: url(../img/index/bg_topimage.png) left top repeat;
	text-align: left;
	font-size: 120%;
	left: 0px;
	bottom: 0px;
	z-index: 1000;
}
#GridBox a {
	color: #000000;
	text-decoration: none;
}
.smallBox .text {
	width: 180px;
}
.middleBox .text {
	width: 276px;
}
.largeBox .text {
	width: 372px;
}


/*--------------------------------------------------------------
  .list
--------------------------------------------------------------*/
.list li {
	display: block;
	clear: both;
	padding: 5px 10px;
	background-image: none;
	text-align: left;
}
.list li:nth-child(even) {
	background: #eeeeee;
}
/* clearfix */
.list li { zoom:1; }
.list li:after {
	content: ""; 
	display: block; 
	clear: both;}
.list li .date {
	display: inline-block;
	float: left;
	padding: 2px 0;
	margin: 0 25px 0 0;
	width: 82px;
	background: #666666;
	color: #ffffff;
	text-align: center;
}
.list li .date2 {
	display: inline-block;
	float: right;
	padding: 2px 0;
	margin: 0;
	width: 343px;
	text-align: left;
}
.list li .text {
	display: inline-block;
	float: right;
	padding: 2px 0;
	margin: 0;
	width: 343px;
	text-align: left;
}
.list li .text2 {
	display: block;
	clear: both;
	padding: 2px 0;
	margin: 0;
	width: auto;
	text-align: left;
}
.listbutton {
	display: block;
	clear: both;
	margin: 0;
	padding: 10px;
	text-align: right;
}
/* clearfix */
.listbutton { zoom:1; }
.listbutton:after {
	content: ""; 
	display: block; 
	clear: both;}
.listbutton ul {
	display: inline-block;
	float: right;
	margin: 0 0 0 auto;
	padding: 0;
	text-align: right;
}
/* clearfix */
.listbutton ul { zoom:1; }
.listbutton ul:after {
	content: ""; 
	display: block; 
	clear: both;}
.listbutton li {
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
}
.listbutton li a {
	display: block;
	padding-right: 15px;
	line-height: 1em;
	background: url(../img/common/ico_listbutton.gif) right center no-repeat;
}

/*--------------------------------------------------------------
  #newsBox
--------------------------------------------------------------*/
#newsBox {
	display: block;
	clear: both;
	width: 1000px;
	margin: 0 0 20px 0;
	padding: 0;
}
/* clearfix */
#newsBox { zoom:1; }
#newsBox:after {
	content: ""; 
	display: block; 
	clear: both;}
#newsBox .title {
	display: inline;
	float: left;
	width: 90px;
	height: 30px;
	margin: 0;
	padding: 0;
}
#newsBox .ticker {
	display: inline;
	float: left;
	width: 850px;
	height: 30px !important;
	margin: 0;
	padding: 0 15px;
	background: #ffffff;
	z-index: 100;
	overflow: hidden;
}
.ticker ul {
    width: 100%;
    position: relative;
	height: 30px;
	vertical-align: middle;
}
.ticker ul li {
    width: 100%;
    display: none;
	line-height: 30px;
}
#acMenu dt {
    display: inline;
	float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    }
#acMenu dd {
    display: none;
	float: left;
    background: #ffffff;
	margin-left: 90px;
	margin-top: -30px;
    width: 880px;
    text-align: left;
	z-index: 1000;
	position: relative;
}
#acMenu ul {
    display: block;
	clear: both;
    background: #ffffff;
}
#acMenu li {
    display: block;
	clear: both;
	margin: 0;
	padding: 5px 15px;
	border-bottom: 1px #CBCBCB solid;
}
/* clearfix */
#acMenu li { zoom:1; }
#acMenu li:after {
	content: ""; 
	display: block; 
	clear: both;}
#acMenu li .date {
	display: inline;
	float: left;
	width: 130px;
	margin-right: 10px;
	word-wrap: break-word;
	word-break: break-all;
}
#acMenu li .text {
	display: inline;
	float: left;
	width: 710px;
	margin: 0;
	text-align: left;
	word-wrap: break-word;
	word-break: break-all;
}

/*--------------------------------------------------------------
  #tabNav
--------------------------------------------------------------*/
ul.tab {
    list-style: none;
}
ul.tab li {
	position: relative;
    float: left;
    margin-right: 10px;
	margin-bottom: -1px;
    padding: 10px;
    background-color: #daeef7;
    color: #1076cd;
	font-weight: bold;
	font-size: 120%;
	border-top: 1px #daeef7 solid;
	border-left: 1px #daeef7 solid;
	border-right: 1px #daeef7 solid;
	border-bottom: 1px #cccccc solid;
    cursor: pointer;
	z-index: 100;
}
ul.tab li a {
    color: #1076cd;
	text-decoration: none;
}
ul.tab li:hover {
    color: #000000;
	background: #ffffff;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #ffffff solid;
}
ul.tab li.active {
    background-color: #ffffff;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #ffffff solid;
    color: #000000;
}
div.tabContent {
	position: relative;
    clear: both;
    border: 1px solid #cccccc;
	margin: -10px 0 0 0;
    padding: 0;
    width: 470px;
    display: none;
	z-index: 10;
}
div.active {
    display: block;
}

ul#tabNav {
	display: block;
	width: 470px;
	margin: 0;
	padding: 0;
}
ul#tabNav li {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	font-size: 0;
	position: relative;
	z-index: 10;
}
sul#tabNav li a img {
	outline: none;
	border: none;
}
/* タブコンテンツを不可視化 */
#tabBox div#tab-01, 
#tabBox div#tab-02, 
#tabBox div#tab-03, 
#tabBox div#tab-04, 
#tabBox div#tab-05, 
#tabBox div#tab-06, 
#tabBox div#tab-07, 
#tabBox div#tab-08, 
#tabBox div#tab-09 {
	display: none;
	width: 470px;
	margin: -1px 0 10px 0;
	padding: 10px 20px;
	border: 1px #cccccc solid;
	border-radius: 0 5px 5px 5px;         /* CSS3 */
	-moz-border-radius:0 5px 5px 5px;    /* Firefox */
	-webkit-border-radius: 0 5px 5px 5px; /* Safari,Chrome */
	position: relative;
	behavior: url(/pie/PIE.htc);
	z-index: 0;
}
/* タブコンテンツ内のdivを可視化 */
#tabBox div div {
	display: block!important;
}

/*--------------------------------------------------------------
  #topics
--------------------------------------------------------------*/
#topics {
	display: block;
	clear: both;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: #CFE4F4;
	box-shadow: 0 3px 3px 0 #cccccc;         /* CSS3 */
	-moz-box-shadow: 0 3px 3px 0 #cccccc;   /* Firefox */
	-webkit-box-shadow: 0 3px 3px 0 #cccccc;/* Safari,Chrome */
	border-radius: 5px 5px 0 0;         /* CSS3 */
	-moz-border-radius: 5px 5px 0 0;    /* Firefox */
	-webkit-border-radius: 5px 5px 0 0; /* Safari,Chrome */
	position: relative;
	behavior: url(/pie/PIE.htc);
}
/* clearfix */
#topics { zoom:1; }
#topics:after {
	content: ""; 
	display: block; 
	clear: both;}
#topics .title {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
	padding: 10px;
	color: #049FDF;
	font-size: 160%;
	font-weight: bold;
	border-bottom: 5px #049FDF solid;
}
#topics .title a {
	color: #049FDF;
	font-weight: bold;
	text-decoration: none;
}
/*--------------------------------------------------------------#tmp_slidertopicsBox*/
#tmp_slidertopicsBox {
	display: block;
	clear: both;
	width: 980px;
	height: 200px;
	margin: 10px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
/*clearfix*/
#tmp_slidertopicsBox:after {
	content: "";
	display: table;
	clear: both;
}
/*--------------------------------------------------------------#slidertopicsBox*/
#slidertopicsBox {
	display: inline;
    float: right;
	width: 650px;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#slidertopicsBox a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
#slidertopicsBox {position: relative;}
#slidertopicsBox .bx-prev { 
	position: absolute;
	top: 84px;
	left: 0px;
	width: 32px;
	height: 32px;
	background: url(images/btn_topics_prev.png) left top no-repeat;
	text-indent: -9999px;
}
#slidertopicsBox .bx-prev:hover { 
	position: absolute;
	top: 84px;
	left: 0px;
	width: 32px;
	height: 32px;
	background: url(images/btn_topics_prev_o.png) left top no-repeat;
	text-indent: -9999px;
}
#slidertopicsBox .bx-next {
	position: absolute;
	top: 84px;
	right: 0px;
	width: 32px;
	height: 32px;
	background: url(images/btn_topics_next.png) right top no-repeat;
	text-indent: -9999px;
}
#slidertopicsBox .bx-next:hover {
	position: absolute;
	top: 84px;
	right: 0px;
	width: 32px;
	height: 32px;
	background: url(images/btn_topics_next_o.png) right top no-repeat;
	text-indent: -9999px;
}
/*--------------------------------------------------------------.maintopics*/
.maintopics {
	display: inline;
    float: left;
	width: 320px;
	height: 200px;
	margin: 0 auto 0 0;
	padding: 0;
	text-align: center;
}
/*--------------------------------------------------------------#topicsList*/
#topicsList {
	display: block;
	clear: both;
	width: 980px;
	margin: 10px 10px 0 10px;
	padding: 0;
	text-align: center;
}
/* clearfix */
#topicsList { zoom:1; }
#topicsList:after {
	content: ""; 
	display: block; 
	clear: both;}
#topicsList .box {
	display: inline;
	float: left;
	width: 188px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
}
#topicsList .box:last-child {
	margin: 0;
}
#topicsList .image {
	display: block;
	clear: both;
	width: 188px;
	height: 115px;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#topicsList .image img {
	display: block;
	clear: both;
	width: auto;
	height: 115px;
	margin: 0 auto;
	text-align: center;
}

.topicsbtn {
	display: block;
	clear: both;
	text-align: right;
	margin: 15px 10px 5px 0;
}
.topicsbtn a {
	padding: 5px 30px;
	color: #ffffff;
	text-decoration: none;
	background: #049FDF;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
.topicsbtn a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------
  #eventBox
--------------------------------------------------------------*/
#eventBox {
	display: inline;
	float: left;
	width: 320px;
	margin: 0 20px 10px 0;
	padding: 10px 0;
	background: #D8F49E;
	box-shadow: 0 3px 3px 0 #cccccc;         /* CSS3 */
	-moz-box-shadow: 0 3px 3px 0 #cccccc;   /* Firefox */
	-webkit-box-shadow: 0 3px 3px 0 #cccccc;/* Safari,Chrome */
	position: relative;
	behavior: url(/pie/PIE.htc);

}
/* clearfix */
#eventBox { zoom:1; }
#eventBox:after {
	content: ""; 
	display: block; 
	clear: both;}
#eventBox .title {
	display: block;
	clear: both;
	width: 280px;
	height: 20px;
	margin: 0 auto 10px auto;
	padding: 0;
}
#eventBox .box {
	display: block;
	clear: both;
	width: 280px;
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: left;
}
#eventBox .image {
	display: block;
	clear: both;
	width: 280px;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
}
#eventBox .image img {
	display: block;
	clear: both;
	width: 280px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
#eventBox .period {
	display: inline-block;
	margin-right: 5px;
	padding: 2px 5px;
	background: #333333;
	color: #ffffff;
	font-size: 80%;
}
/*--------------------------------------------------------------#indexcalendar*/
#indexcalendar {
	display: block;
	clear: both;
	margin: 5px auto 5px auto;
	width: 280px;
	font-size: 12px;
	text-align: center;
}
#indexcalendar .monthNavi {
	display: block;
	clear: both;
	width: 260px;
	height: auto;
	margin: 0;
	padding: 5px 10px;
	background: #8BC11D;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
/* clearfix */
#indexcalendar .monthNavi { zoom:1; }
#indexcalendar .monthNavi:after {
	content: ""; 
	display: block; 
	clear: both;}
/* clearfix */
#indexcalendar .monthNavi ul { zoom:1; }
#indexcalendar .monthNavi ul:after {
	content: ""; 
	display: block; 
	clear: both;}
#indexcalendar .monthNavi li {
	display: inline;
	float: left;
	width: 130px;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
}
#indexcalendar .monthNavi li.prev {
	display: inline;
	float: left;
	width: 65px!important;
	text-align: left;
}
#indexcalendar .monthNavi li.next {
	display: inline;
	float: left;
	width: 65px!important;
	text-align: right;
}
#indexcalendar table {
	width: 280px;
	border-collapse: collapse;
	border: none;
	text-align: center;
}
#indexcalendar th {
	background: #ffffff;
	border-bottom: 1px #cccccc solid;
	border-collapse: collapse;
	padding: 5px 0;
	vertical-align: top;
	width: auto;
	max-width: 14%;
	text-align: center;
}
#indexcalendar td {
	background: #ffffff;
	height: 1em;
	min-height: 1em;
	border: none;
	border-collapse: collapse;
	text-align: center;
	white-space: nowrap;
}
#indexcalendar td a {
	color: #333333;
}
#indexcalendar td.sat a {
	color: #26ABDD;
}
#indexcalendar td.sun a {
	color: #FF0000;
}
#indexcalendar span.wd,
#indexcalendar span.sat,
#indexcalendar span.sun,
#indexcalendar span.shuku {
	display: block;
	text-align: center;
}
#indexcalendar th.weekday {
}
#indexcalendar th.saturday {
	color: #26ABDD;
}
#indexcalendar th.sunday {
	color: #FF0000;
}
#indexcalendar td.sat {
	color: #26ABDD;
}
#indexcalendar td.sun {
	color: #FF0000;
}
#indexcalendar td.shuku {
	color: #FF0000;
}
#indexcalendar td.today {
	background-color: #FAFA75;
}

/*--------------------------------------------------------------
  #accessranking
--------------------------------------------------------------*/
#accessranking {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
	padding: 10px 10px 20px 10px;
	background: #FED596;
	box-shadow: 0 3px 3px 0 #cccccc;         /* CSS3 */
	-moz-box-shadow: 0 3px 3px 0 #cccccc;   /* Firefox */
	-webkit-box-shadow: 0 3px 3px 0 #cccccc;/* Safari,Chrome */
	position: relative;
	behavior: url(/pie/PIE.htc);
}
/* clearfix */
#accessranking { zoom:1; }
#accessranking:after {
	content: ""; 
	display: block; 
	clear: both;}
#accessranking a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
#accessranking .title {
	display: block;
	clear: both;
	width: 280px;
	height: 20px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: left;
}
#accessranking li {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
}
#accessranking li img {
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 40px;
}
#accessranking li a {
	display: inline;
	float: right;
	width: 230px;
	margin-top: 10px;
	text-align: left;
}

/*--------------------------------------------------------------
  #facebookBox
--------------------------------------------------------------*/
#facebookBox {
	display: inline;
	float: right;
	width: 320px;
	height: 390px;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}

/*--------------------------------------------------------------
  #indexBanner
--------------------------------------------------------------*/
#indexBanner {
	display: inline;
	float: right;
	clear: right;
	width: 680px;
	height: 60px;
	margin: 0 0 20px -20px;
	padding: 0;
	overflow: hidden;
}
/* clearfix */
#indexBanner ul { zoom:1; }
#indexBanner ul:after {
	content: ""; 
	display: block; 
	clear: both;}
#indexBanner li {
	display: inline;
	float: left;
	width: 320px;
	height: 60px;
	margin: 0 0 0 20px;
	padding: 0;
}
#indexBanner li a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------
  #bannerBox
--------------------------------------------------------------*/
#bannerBox {
	display: block;
	clear: both;
	width: 1000px;
	height: 50px;
	margin: 20px auto;
	padding: 0;
}
#bannerBox a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
#bannerBox .slider1 {
	display: block;
	clear: both;
	margin: 0 25px;
	padding: 0;
	width: 950px;
	height: 50px;
	overflow: hidden;
}
#bannerBox img {
	display: block;
	width: auto;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}
#bannerBox {position: relative;}
 
#bannerBox .bx-prev { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 50px;
	background: url(images/btn_banner_prev.jpg) left top no-repeat;
	text-indent: -9999px;
}
#bannerBox .bx-prev:hover { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 50px;
	background: url(images/btn_banner_prev_o.jpg) left top no-repeat;
	text-indent: -9999px;
}
#bannerBox .bx-next {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 50px;
	background: url(images/btn_banner_next.jpg) right top no-repeat;
	text-indent: -9999px;
}
#bannerBox .bx-next:hover {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 50px;
	background: url(images/btn_banner_next_o.jpg) right top no-repeat;
	text-indent: -9999px;
}

/*--------------------------------------------------------------
  #adBox
--------------------------------------------------------------*/
#adBox {
	display: block;
	clear: both;
	width: 1000px;
	height: 150px;
	margin: 20px auto;
	padding: 0;
	background: #9BD9F3;
	overflow: hidden;
}
/* clearfix */
#adBox { zoom:1; }
#adBox:after {
	content: ""; 
	display: block; 
	clear: both;}
#adBox .title {
	display: inline;
	float: right;
	width: 66px;
	height: 110px;
	margin: 0;
	padding: 0;
}
#adBox ul {
	display: inline;
	float: right;
	width: 925px;
	height: 150px;
	margin: 0;
	padding: 0 0 0 5px;
}
/* clearfix */
#adBox ul { zoom:1; }
#adBox ul:after {
	content: ""; 
	display: block; 
	clear: both;}
#adBox li {
	display: inline;
	float: left;
	width: 220px;
	height: 60px;
	margin: 10px 10px 0 0;
	padding: 0;
}
#adBox li a {
	display: block;
	background: #ffffff;
}
#adBox li img {
	width: 220px;
	height: auto;
	max-height: 60px;
}
#adBox li a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------#menubutton*/
#menubutton {
	position: fixed;
	top: 255px;
	right: 0px;
	width: 40px;
	height: auto;
	z-index: 1000000;
}
#menubutton li {
	display: block;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	width: 40px;
	height: auto;
}
#menubutton a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------#ba_onsenken-cp*/
#ba_onsenken-cp {
	display: block;
	clear: both;
}
#ba_onsenken-cp a img {
	margin-bottom: 20px;
}
#ba_onsenken-cp a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;
}

