@charset "shift_jis";
/* CSS Document */

body#index {
	background-image: url(../img/index/index_bg01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 91px;
}
#index_img {
	background: url(../img/index/index_bg.jpg) no-repeat center top;
	height: 370px;
}
#index_img2 {
	background: url(../img/index/index_main.jpg) no-repeat center top;
	height: 370px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#index_img2 div {
	padding-left: 87px;
	padding-top: 153px;
}
#index_img2 li {
	float: left;
}
#index_img2 li.center {
	margin-left: 128px;
}



#index_main {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
}

#leftnavi {
	float: left;
	width: 230px;
	margin-right: 14px;
	padding-bottom: 25px;
}
#leftnavi a {
	color:#333;
	text-decoration: none;
}
#leftnavi a:hover {
	color: #090;
	text-decoration: underline;
}
#leftnavi ul.menu {
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
#leftnavi ul.menu li {
	background: url(../img/common/sn_m.jpg) no-repeat 15px center;
	border-bottom: 1px dashed #CCC;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 35px;
}
#leftnavi ul.menu li.last {
	border-bottom: none;
}


#centerbox {
	float: left;
	width: 450px;
	padding-bottom: 25px;
}

#rightnavi {
	float: right;
	width: 230px;
	padding-bottom: 25px;
}
#rightnavi li {
	margin-bottom: 10px;
}
#rightnavi li.last {
	margin-bottom: 0px;
}


.newsbox {
	background: url(../img/index/news_bg.jpg) repeat-y center top;
}
.newsbox .listbox {
	background: url(../img/index/news_m.jpg) no-repeat 15px 13px;
	padding: 12px 10px 8px 40px;
	border-top: 1px solid #C2C2C2;
	clear: both;
}
.newsbox .date {
	float: left;
	font-weight: bold;
	width: 90px;
}
.newsbox .detail {
	float: left;
	margin-left: 5px;
}
.newsbox .listbox .detail a {
	color: #036;
	text-decoration: none;
}
.newsbox .listbox .detail a:hover {
	color: #069;
	text-decoration: underline;
}

.index_bnrL {
	float: left;
	background-image: url(../img/index/index_bu01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	width: 463px;
}








/****************************************************/
.index_bnrL a{
	float: left;
	font-size: 14px;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
	padding-top: 17px;
	padding-left: 25px;
	height: 93px;
	width: 439px;
	display: block;
}

.index_bnrL a:hover {
	background-image: url(../img/index/index_bu01_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	text-decoration: underline;
	display: block;
}


	/*言語選択のダイアログ*/
	.dialog{
		position: absolute;
		width: 100%;
		height: 3290px;
		background-color: #000;
		opacity: 0.5;
		z-index: 99;
		display: none;
	}
	.dialogbox{
		background-color: white;
		font-family: 'Open Sans', sans-serif;
		width: 478px;
		padding: 17px;
		border-radius: 5px;
		text-align: center;
		position: fixed;
		left: 50%;
		top: 40%;
		margin-left: -256px;
		overflow: hidden;
		z-index: 2000;
		height: 210px;
		display: none;
	}
	.dialogText{
		color: #575757;
		font-size: 30px;
		text-align: center;
		font-weight: 600;
		text-transform: none;
		position: relative;
	}
	.btn{
		color: white;
		border: none;
		box-shadow: none;
		font-size: 25px;
		font-weight: 500;
		border-radius: 5px;
		padding: 20px 40px;
		margin: 26px 5px 0 5px;
		cursor: pointer;
		background-color: #9e9e9e;
		width: 160px;
	}

