@charset "utf-8";
/* CSS Document */


body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	line-height:150%;
	padding:0;
	margin:0;
	background-image:url(../img/Melamine-wood-005.png);
	background-repeat:repeat;
}

img{
	border:none;
	vertical-align:bottom;
}
table{
	width:100%;
}
a{
	color:#00F;
}
a:visited{
	color:#90F;
}
a:hover{
	color:#F0C;
}
.clear{
	clear:both;
}
.red{
	color:#F00;
}
.white{
	color:#FFF;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.imgtxt{
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.pc{
	display:block;/*パソコンのとき表示・スマホのときは非表示*/
}
.smp{
	display:none;/*パソコンのとき非表示・スマホのときは表示*/
}
/*以下ウェブサイトごとに指定*/

#bg{
	width:940px;
	margin:0 auto;
	background-color: rgba(0, 0, 0, 0.6);
}

#main{
	width:900px;
	margin:0 auto;
	color:#FFFFFF;
}

#header h1 img{
	width:97px;
	height:90px;
	float:left;
	margin:10px 10px 10px 0;
}

#header p img{
	width:321px;
	height:76px;
	float:left;
	margin:20px 0 10px 10px;
}


#header ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#header ul li{
	float:left;
}

#header ul a{
	background-image: url(../img/navi3.png);
	width:180px;
	height:50px;
	display:block;
	text-indent:-9999px;

}

#header ul li a.n1{
	background-position:-0px 0px;
}

#header ul li a.n1:hover{
	background-position:-0px -50px;
}

#header ul li a.n2{
	background-position:-180px 0px;
}

#header ul li a.n2:hover{
	background-position:-180px -50px;
}

#header ul li a.n3{
	background-position:-360px 0px;
}

#header ul li a.n3:hover{
	background-position:-360px -50px;
}

#header ul li a.n4{
	background-position:-540px 0px;
}

#header ul li a.n4:hover{
	background-position:-540px -50px;
}

#header ul li a.n5{
	background-position:-720px 0px;
}

#header ul li a.n5:hover{
	background-position:-720px -50px;
}

#center{
	padding:0;
}

#box-left{
	width:595px;
	height:300px;
	float:left;
	padding:0;
	margin:20px 5px 10px 0;
}

#box-left h2{
	padding:0;
	margin:0 5px 10px 5px;
}
#box-left img {
	width:600px;
	height:300px;
}

#box-right{
	width:295px;
	height:300px;
	float:right;
	margin:20px 0 20px 5px;
	color:#FFFFFF;
}

#box-right h2{
	padding:0;
	margin:0;
}

#news{
	color:#FFFFFF;
}

#news img{
	margin:0 25px;
}

#info{
	color:#FFFFFF;
	padding:20px;
}

.left{
	float:left;
}

#info .left p{
	margin:0;
	padding:0;
}
#info img{
	width: 400px;
	height: 250px;
}

.right{
	float:right
}

.kabekin{
	color:#fff;
	background-color:#FABE23;
	padding:5px;
}

.medatsu{
	font-size: 18px;
	font-weight: bold;
	color:#FF0004;
	background-color:#FFFFFF;
	padding:3px;
}

.danraku{
	padding-left:85px;
}

.danraku p{
	width: 800px;
	margin: 10px;
}

.kyotyou{
	font-weight: bold;
	font-size: 20px;
}

.border-line{
	width: 250px;
	margin-left: 85px;
}

.border-line p{
	border-bottom: 2px solid #FFFFFF;
	padding: 0;
}


#info .right p{
	margin:0;
	padding:0;
}

#info_center{
	background-color:#008B07;
	background-position:center;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	height:1200px;
}

#info_center h2{
	text-align:center;
	margin:10px;
}

#info_center img{
	float:left;
	margin:20px;
}

#info_center p{
	float:right;
}

#quastion{
	color:#FFFFFF;
}

#quastion a{
	color:#80AEFF;
	padding:2px;
}

#quastion a:visited{
	color:#90F;
}
#quastion a:hover{
	color:#F0C;
}

#quastion img{
	padding:0 0 5px 0;
}

.iframe{
	margin:10px 0;
}

#center table{
	border-collapse:collapse;
	border:1px solid #B0B0B0;
	width:900px;
	margin:20px 0 20px 0;
}

#center th, td {
    border-bottom:solid 1px silver;
	height:60px;
}

#center td{
    border-left:solid 10px silver;
	width:300px;
}

#center th{
	width:600px;
	text-align:left;
}

#center th img{
	width: auto;
	height: 15px;
}

#footer{
	background-color:rgba(0,0,0,0.5);
}
#footer p{
	text-align:center;
	font-size:10px;
	padding:20px;
	margin:100px 0 0 0;
}
del{
	color: red;
}
span{
	color: white;
}