@charset "utf-8";

/************************************************

 index.html

************************************************/
/*--------------------
 Contents
--------------------*/
#contents {
	padding-top:0px;
}
#container {
	background: none;
}

	#main h2 {
		margin-bottom:0px;
	}

/*--------------------
 SLIDESHOWS
--------------------*/
#slideimages {
	margin-top:10px;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative !important;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	width: 100% !important;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	width: 1060px !important;
	position:absolute;
	left: 50%;
	margin-left: -530px; !important
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -5px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0px;
	z-index: 100;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("common/PIE.htc");
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #333;
}

/*--------------------
 CONTAINTS
--------------------*/
#main {
	float:left;
	width: 710px;
	font-size: 110%;
}
#message {
	background:url(../../images/index/message_bg.gif) no-repeat;
	width:710px;
	height: 253px;
	position:relative;
	margin-bottom: 25px;
}
	#message h2 {
	position: absolute;
	top: 32px;
	left: 141px;
	}
	#message p.messtext {
	position: absolute;
	top: 89px;
	left: 55px;
	line-height: 1.7;
	}
	#message p.button {
	position: absolute;
	bottom: 20px;
	left: 520px;
	height: 27px;
	}

#newsbox {
	width: 460px;
	float:left;
	background:url(../../images/index/news_bg.jpg) no-repeat center bottom;
	margin-left: 20px;
	margin-bottom: 25px;
}
	#newsbox dl{
		margin: 0px 10px 20px 20px;
		line-height: 1.3;
		height:230px;
		overflow-y:auto;
	}
	#newsbox dt{
		float:left;
		width:7em;
		clear: left;
		padding: 8px 0px;
	}
	#newsbox dd{
		padding: 10px 0px;
		border-bottom: dotted 1px #999;
		margin-right:10px;
	}
	#newsbox dd a{
		color: #333;
		text-decoration:none;
	}
	#newsbox dd a:hover{
		text-decoration:underline;
	}

#main ul.bannar {
	width: 210px;
	float:right;
	margin-bottom:10px;
}
	#main ul.bannar li{
		margin-bottom: 10px;
	}
	
#main .voiceBox {
	clear:both;
	border: solid 2px #ECBA0F;
	background:url(../../images/index/voice_bg.jpg) repeat-y;
	position: relative;
	padding: 10px 20px 15px 230px;
	margin-left: 20px;
}
	#main .voiceBox h2 {
	position:absolute;
	top: 28px;
	left:20px;
	}
	#main .voiceBox p.button {
	position:absolute;
	top: 109px;
	left:20px;
	}
	#main .voiceBox p.voicetext {
		line-height: 1.5;
		font-size:90%;
		padding-bottom: 1em;
	}
	#main .voiceBox p.voicetext b {
		line-height:2;
		font-size:120%;
	}
	#main .voiceBox p.voicetext span {
		float:right;
		font-size:90%;
	}

#sidebar ul.sidebannar li {
	margin-bottom:20px;
}

/* 180313 追記 */
#anniversary {
	margin-left: 20px;
	margin-bottom: 10px;
}
#main ul.bottom-bnr {
	padding-left: 20px;
	width: 100%;
	clear:both;
}
	#main ul.bottom-bnr li{
		float:left;
		margin-right:15px;
	}
	#main ul.bottom-bnr li:last-child{
		margin-right:0px;
	}
	#main ul.bottom-bnr li a:hover img {
		opacity:0.8;
	}
	
#sidebar .kengakuBox {
  padding-bottom: 19px;
}
