/*スタイル初期化用始まり*/

body{
	margin:0px;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	margin:0px;
	padding:0px;
}

h3{
	font-style: normal;
	font-weight: bold;
	font-size: 120%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:2px solid #004EA8;
	text-align: left;
}
h4{
	font-style: normal;
	font-weight: bold;
	font-size: 120%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	text-align: center;
}

ul,ol,dl{
  list-style:none;
  padding:0px;
  margin:0px;
}

a img {
  border: none;
}


/*スタイル初期化用おわり*/

/* clearfix始まり */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
 
.clearfix {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* clearfixおわり */



/*フォントサイズ指定用始まり*/

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font:100%;
}
.text10 {
	font-size:77%;
	line-height: 120%;
}
.text11 {
	font-size:85%;
	line-height: 120%;
}
.text12 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:93%;
	line-height: 120%;
}
.text13 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:100%;
	line-height: 120%;
}
.text14 {
	font-size:108%;
	line-height: 120%;
}
.text15 {
	font-size:116%;
	line-height: 120%;
}
.text16 {
	font-size:123.1%;
	line-height: 120%;
}
.text17 {
	font-size:131%;
	line-height: 120%;
}
.text18 {
	font-size:138.5%;
	line-height: 120%;
}
.text19 {
	font-size:146.5%;
	line-height: 120%;
}
.text20 {
	font-size:153.9%;
	line-height: 120%;
}
.text21 {
	font-size:161.6%;
	line-height: 120%;
}
.text22 {
	font-size:167%;
	line-height: 120%;
}
.text23 {
	font-size:174%;
	line-height: 120%;
}
.text24 {
	font-size:182%;
	line-height: 120%;
}
.text25 {
	font-size:189%;
	line-height: 120%;
}
.text26 {
	font-size:197%;
	line-height: 120%;
}

/*フォントサイズ指定用始まり*/
.clear {
	clear: both;
}

/*表関係*/
.datatable1 {
	margin:0 0 10px 0px;
	border-spacing:1px;
	border:none;
	text-align: center;
	font-size:108%;
	color:#FFFFFF;
	}
	
.datatable1 th{
	padding:8px 4px;
	font-weight: normal;
	border:none;
	}
	
.datatable1 td {
	padding: 4px;
	border:none;
	}

.tablebox {
 margin-left: 250px;

 text-align: left; /* テキストの左揃え */
}	
	
