* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

body {
	margin: 0px;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	background-color: #F7F7F7;
	position: relative;
	width: 100%;
	height: 100%;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #336;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
img {
	vertical-align: bottom;
	border-style: none;
	text-align: center;
}

#container {
	line-height: 2em;
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*　　　　　　*/
/*　ヘッダー　*/
/*　　　　　　*/

#content {
	width: 100%;
	background-image: url(../images/index/kabe2.jpg);
	background-repeat: repeat-x;
	text-align: center;
}


#header {
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/index/head_kabe1.jpg);
	background-repeat: no-repeat;
	height: 160px;
	background-position: left top;
}
#header h1 {
	font-size: 12px;
	padding: 0px;
	font-weight: normal;
	display: block;
	float: left;
	height: 100px;
	margin-left: 80px;
	margin-top: 10px;
	margin-right: 0px;
}

#menu {
	margin-right: auto;
	margin-left: auto;
	float: left;
	clear: both;
	width: 1030px;
	height: 50px;
}

#menu a:link img {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none;
}

#menu a:hover img {
background:none;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
opacity:1.0;
}

#submenu {
	margin-left: 60px;
	float: left;
	margin-top: 70px;
}
.clear{
	clear:both;
	margin: 0px;
	padding: 0px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
}

#menu ul li{
	display: block;
	float: left;
	text-align: center;
	list-style-type: none;
}





/*　　　　　　　　　　　　　　*/
/*　トップメインコンテンツ　　*/
/*　　　　　　　　　　　　　　*/


#main {
	width: 800px;
	float: right;
	text-align: left;
}

#main p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


#main td {
	font-size: 12px;
	line-height: 160%;
}

#main iframe {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

/*　　　　　　　　*/
/*　左メニュー　　*/
/*　　　　　　　　*/

#left {
	float: left;
	width: 225px;
	font-size: 80%;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#left li a {
	color: #000;
	text-decoration: none;
}

#left ul li {
	list-style-type: none;
	line-height: 200%;
}

#left li {
	background-image: url(../images/menu_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	list-style-type: none;
	font-size: 12px;
}

#news {
	background-image: url(../images/index/left_info.jpg);
	background-repeat: no-repeat;
	height: 150px;
	background-position: left top;
}
#news p {
	font-size: 12px;
	line-height: 180%;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/*　　　　　　*/
/*　フッター　*/
/*　　　　　　*/

#footer {
	width: 100%;
	clear: both;
	font-size: 13px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
	background-image: url(../images/index/footer_kabe.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#footer img {
	vertical-align: bottom;
}

#footer li {
	float: left;
	width: 540px;
	list-style-type: none;
	text-align: left;
}

#footer ul {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}


#footer ul li a {
	color: #FFF;
}

#footer td {
	text-align: left;
}
#footer table {
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	text-align: right;
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #FFF;
}

/*　　　　　　　　　　　　　*/
/*　トップページスライダー　*/
/*　　　　　　　　　　　　　*/


#main-img {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 330px;
}


 .bx-wrapper
{
    width: inherit;
    margin-bottom: 0px;
}

#slider10 {
	width: 740px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#slider10 li {
	float: left;
	list-style-type: none;
}


/*　　　　　　　　　　　　*/
/*　下層ページスライダー　*/
/*　　　　　　　　　　　　*/


#container1 {
	line-height: 2em;
	width: 670px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#container2 {
	line-height: 2em;
	width: 780px;
	margin-left: 10px;
}
#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}
#item-wrap {
	width: 970px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#slider1,#slider2 {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#slider1 li,#slider2 li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
	text-align: center;
}
#slider1 li img,#slider2 li img {
	padding-bottom: 10px;
}
#slider1 {
	height: 120px;
	overflow: hidden;
}
#slider2 {
	height: 100px;
	overflow: hidden;
}


/*　　　　　　　　　　　　　　*/
/*  告知バナー（タテ）配置枠　*/
/*　　　　　　　　　　　　　　*/


#kabe {
	position: absolute;
	top: 0%;
	width: 100px;
	height: 100%;
	margin: 0px;
	right: 0px;
}


/*　　　　　　　　　　　　　　　*/
/*  文字スタイル・見出し 装飾　 */
/*　　　　　　　　　　　　　　　*/


.text10 {
	font-size:77%;
}
.text11 {
	font-size:85%;
}
.text12 {
	font-size:93%;
}
.text13 {
	font-size:16px;
	font-weight: bold;
	color: #000;
}
.text14 {
	font-size:108%;
}

.mds1 {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #789E27;
	padding-left: 10px;
	text-align: left;
	background-color: #EEE;
}

.mds2 {
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
.mds3 {
	color: #FFF;
	font-size: 12px;
	padding: 10px;
	font-weight: bold;
	background-color: #EA3E3E;
}
.mds4 {
	color: #9C3;
	font-weight: bold;
}


.totop {
}


.img-left {
	float: left;
}
.img-right {
	float: right;
	padding: 5px;
}



/*　　　　　　　　　　　　　　*/
/*　下層メインコンテンツ　　*/
/*　　　　　　　　　　　　　　*/


#main2 {
	width: 800px;
	float: left;
	background-color: #FFF;
	font-size: 14px;
	line-height: 200%;
	padding-top: 10px;
	padding-bottom: 30px;
}
