@charset "utf-8";
/* CSS Document */



body {
	margin: 0px auto;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height:24px;
	color:#FFF;
	background-color:#fff;
	background-position: top center;
}


/* main-page_base -------------------------------- */	

li {
	list-style-type: none;
}
#wrapper {
	position:relative;
	min-width: 1000px;
	margin:0 auto;
	text-align:center;
	background-position:top center;
	line-height: 0px;
}

/* MAIN -------------------------------- */
#contents_main {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index:2;
	border-top: none;
	border-right: solid 3px #000000;
	border-bottom: none;
	border-left: solid 3px #000000;
}


/* header-------------------------------- */
#header {
	position: relative;
	width: 1000px;
	height:80px;
	margin: 0 auto;
	z-index:2;
}
#livetitle {
	float: left;
	position:relative;
	width: 386px;
	height: 80px;
	background-image:url(../2016/header.gif);
	background-repeat: no-repeat;
	z-index:3;
}

#topmenu {
	float: right;
	position:relative;
	width: 339px;
	height: 80px;
	z-index:3;
	right:10px;
}


.hm01 a {
	display:block;
	width:76px;
	height:66px;
	background:url(../2016/hmenu01.gif) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.hm01 a:hover, .hm01 a.on {
	background-position:right bottom;
}
.hm02 a {
	display:block;
	width:76px;
	height:66px;
	background:url(../2016/hmenu02.gif) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.hm02 a:hover, .hm02 .on {
	background-position:right bottom;
}
.hm03 a {
	display:block;
	width:76px;
	height:66px;
	background:url(../2016/hmenu03.gif) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.hm03 a:hover, .hm03 .on {
	background-position:right bottom;
}
.hm04 a {
	display:block;
	width:76px;
	height:66px;
	background:url(../2016/hmenu04.gif) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.hm04 a:hover, .hm04 .on {
	background-position:right bottom;
}



/*  -------------------------------- */

h1 {
	position: left;
	background-image:url(../2016/01img01.gif);
	background-repeat: no-repeat;
	height: 44px;
	z-index:2;
	margin-top:25px;
	margin-left:18px;
}

h2 {
	position: left;
	background-image:url(../2016/02img01.gif);
	background-repeat: no-repeat;
	height: 44px;
	z-index:2;
	margin-top:20px;
	margin-left:18px;
}

h3 {
	position: left;
	background-image:url(../2016/03img01.gif);
	background-repeat: no-repeat;
	height: 44px;
	z-index:2;
	margin-top:20px;
	margin-left:18px;
}

h4 {
	position: left;
	background-image:url(../2016/04img01.gif);
	background-repeat: no-repeat;
	height: 44px;
	z-index:2;
	margin-top:20px;
	margin-left:18px;
}


.access a {
	display:block;
	width:520px;
	height:84px;
	background:url(../2016/01img05.gif) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.access a:hover, .access a.on {
	background-position:right bottom;
}



/* FOOTER -------------------------------- */
#footerbg {
	background-color:#2b2b2b;
	width:100%;
	min-width:1000px;
	height: 100px;
}

hr {
	border-top: 3px solid #000;
}

.space {
	margin-bottom:30px;
}