@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo;
	font-size: 14px;
}
body{
	background-image: url(img/background.jpg);
	background-size:contain;
	background-repeat: no-repeat;
}
.wrap{
	width:1000px;
	margin:0 auto;
	padding:0;
	overflow: hidden;
}
.flex{
	display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
a{
	color:#8c7300;
}
a:hover{
	color:#ff0062;
}
.active{
	background-color:#8c7300;
	color:#fff;
	background-image: url(img/li.png);
}
a img{
	border:none;
}
img{
	width: 100%;
}



/*================================================
					header
================================================*/
header{
	width:100%;
	height:120px;
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #333333 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#line{
	width: 100%;
	height: 7px;
	margin: 0;
	padding: 0;
	background-image:url(img/header_bottom.jpg);
}



/*================================================
					nav
================================================*/
nav{
	width: 200px;
	min-height: 800px;
	background-color: #000;
	float: left;
	padding: 0 0 80px 0;
}
nav ul{
	margin:65px 0 0 0;
}
nav ul li{
	height:45px;
	display: table;
	background-image: url(img/li.png);
}
nav ul li a{
	color:#fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 15px;
	padding:0 0 0 25px;
	display: table-cell;
	vertical-align: middle;
}
nav a{
	display: block;
	width: 179px;
	margin: 10px auto;
}
nav a img{
	width: auto;
}



/*================================================
					content
================================================*/
#content{
	width: 750px;
	margin:0 0 0 50px;
	padding:65px 0 0 0;
	float: right;
}
#content2{
	width: 750px;
	margin:0 0 50px 50px;
	padding:25px 0 0 0;
	float: right;
}
article{
	margin:40px 0;
	clear: both;
}
h1{
	margin:20px 0;
	font-size: 36px;
	font-weight: normal;
	color:#000;
}
h2{
	padding:0 0 0 15px;
	margin:0 0 20px 0;
	color:#8c7300;
	font-size: 16px;
	font-weight: normal;
	border-left: solid 1px #8c7300;
}
h3{
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
}
.bread, .bread a{
	font-size: 12px;
}
.jump{
	overflow: hidden;
}
.jump a{
	display:block;
	background-color: #fffbe6;
	border: solid 1px #8c7300;
	float:left;
	padding:5px 10px;
	margin:0 15px 0 0;
	font-size: 10px;
	text-decoration: none;
	transition: .3s;
}
.jump a:hover {
  background:#ffccdf;
	border: solid 1px #ff0062;
	color:#ff0062;
  transition:.3s
}
.pageTop{
	font-size: 12px;
	text-align: right;
      clear: left;
}




/* soon */
.soon{
	width:400px;
	height:200px;
	border:double 7px #8c7300;
	text-align:center;
	margin:100px auto;
}
.soon p{
	line-height: 200px;
	font-size: 36px;
}


/* index */
#indexTable{
	font-size:14px;
	border: solid 1px #8c7300;
	float: left;
	margin-bottom: 50px;
}
th.fontSize18, td.fontSize18, a.fontSize18{
	font-size: 16px;
}
#indexTable th{
	text-align: left;
	padding:10px 15px;
}
#indexTable td{
	padding:10px 15px;
}
#poster{
	width:197px;
	float: right;
}
.news_line{
	width:750px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.news_line p{padding:2px 0;}
.news_data, .news_title{float:left;}
.news_data{
	width:80px;
	margin:0 20px 0 0;
}
.news_title{width:650px;}


/* information */
.td1{
	text-align: left;
	width: 200px;
}

/*defTable*/
#defTable{
	font-size:14px;
      border-collapse: collapse;
	border: solid 1px #8c7300;
	float: left;
	margin-bottom: 50px;
}
#defTable th{
	text-align: left;
}
#defTable td{
      text-align: left;
      border: solid 1px #8c7300;
	padding: 5px 5px 5px 5px;
}

/*defNpTable*/
#defNpTable{
	font-size:14px;
      border-collapse: collapse;
	border: solid 1px #8c7300;
	float: left;
	margin-bottom: 5px;
}
#defNpTable th{
	text-align: left;
}
#defNpTable td{
      text-align: left;
      border: solid 1px #8c7300;
	padding: 5px 5px 5px 5px;
}

/*defNpcTable*/
#defNpcTable{
	font-size:14px;
      border-collapse: collapse;
	border: solid 1px #8c7300;
	margin-bottom: 5px;
}
#defNpcTable th{
	text-align: left;
}
#defNpcTable td{
      text-align: left;
      border: solid 1px #8c7300;
	padding: 5px 5px 5px 5px;
}

/*cenTable*/
#cenTable{
	font-size:14px;
      border-collapse: collapse;
	border: solid 1px #8c7300;
	float: left;
	margin-bottom: 50px;
}
#cenTable th{
	text-align: left;
}
#cenTable td{
      text-align: center;
      border: solid 1px #8c7300;
	padding: 5px 5px 5px 5px;
}

/*noBTable*/
#noBTable{
	font-size:14px;
      border-collapse: collapse;
	/*border: solid 1px #8c7300;*/
	float: left;
	margin-bottom: 20px;
}
#noBTable th{
      font-size:18px;
	text-align: left;
}
#noBTable td{
      /*text-align: center;
      border: solid 1px #8c7300;*/
	padding: 2px 2px 2px 2px;
}

/*cenBnTable*/
#cenBnTable{
	font-size:14px;
      border-collapse: collapse;
	border: solid 1px #8c7300;
	float: left;
	margin-bottom: 5px;
}
#cenBnTable th{
	text-align: left;
}
#cenBnTable td{
      text-align: center;
      border: solid 1px #8c7300;
	padding: 5px 5px 5px 5px;
}

.clearLeft {
    clear: left;
}

/*indexNpTable*/
#indexNpTable{
	font-size:14px;
	border: solid 1px #8c7300;
	float: left;
	margin-bottom: 50px;
}
th.fontSize18, td.fontSize18, a.fontSize18{
	font-size: 16px;
}
#indexNpTable th{
	text-align: left;
}
#indexNpTable td{
	padding: 0 0 0 5px;
}

/*indexNpBsTable*/
#indexNpBsTable{
	font-size:14px;
	border: solid 1px #8c7300;
	float: left;
	margin-bottom: 5px;
}
th.fontSize18, td.fontSize18, a.fontSize18{
	font-size: 16px;
}
#indexNpBsTable th{
	text-align: left;
}
#indexNpBsTable td{
	padding: 0 0 0 5px;
}


/*================================================
					footer
================================================*/
footer{
	width:100%;
	height:50px;
	padding:15px 0;
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #333333 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#footerLink p{
	color:#666;
	text-align: right;
	line-height:30px;
}
#copyright p{
	font-size: 12px;
	color:#fff;
	text-align: right;
}
