/*■フォントサイズ調整*/
body {
    font-size: 14px; /* モダンブラウザ */
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
	}

	
#wrapper{
	background-color:#FFFFFF;
	width:750px;
	margin: 0 auto; 
	position: relative; 
	top: 10px;
}

#haikei{
    background:url(../images/main.png) no-repeat;
   
    background-size:cover;
    padding: 15px;
    margin: auto;
}

header{
	background:url(../images/main.png) no-repeat center left;

	padding: 5px; 
	border-radius: 5px;
	border: 0px #000000 solid;
}

address{
	/* width:285px;*/
 	text-align:left;	
	position: relative;
    font-size:12px;
	/* left:300px; */
}


#contents{
	border-radius: 5px;
	border: 1px #000000 solid;
	background-color:#ffffff
	color:#000000;
}
	
footer{
	clear:both;
	width:750px;

}

/*行間*/
p {
	line-height: -10%;
}


table {
	opacity:0.8; 
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	background-color: #ffffff;
	border-collapse: collapse;
	border-spacing: 0px;
	border:1px #000000 solid;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	font-size:12px;
	color:#000000;
}

th {
	background-color:#ffffff;
	color:#003366;
	padding: 5px;
	border: 1px #000000 solid;
	text-align:center;
}


td {
	background-color: #ffffff;
	padding: 10px;
	border: 1px #000000 solid;
	text-align:left;
	vertical-align:left;
}

.tbl_setA{
	width:700px;
	}
.tbl_setA th{
	text-align:center;
	}



/*タイトルバー*/
#titlebar {
	box-sizing:border-box;
	font-size: 16px ;
	line-height:24px;
	color:white;
	text-align:center;
	background-color: #165e83 ;
	clear:both;
	}

h1{
	text-align:center;
	font-size:30px;
	color:#003366;
	}


