#box01 {
	border-width: 4px 4px 4px 4px;
	border-style: double double double double;
	border-color: silver silver silver silver;
}

#box02 {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: silver;
	border-bottom-color: silver;
	border-left-color: silver;
	clear: both;
}

#box03 {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: silver;
	border-bottom-color: silver;
	border-left-color: silver;
	clear: both;
}

#boxa {
	float: left;
	width: 25%;
}

#boxb {
	margin-left: 25%;
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: silver;
}

#boxc {
	float: left;
	width: 25%;
}

#boxd {
	margin-left: 25%;
	margin-right: 25%;
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: silver;
	border-right-width: 4px;
	border-right-style: double;
	border-right-color: silver;
}

#boxe {
	float: right;
	width: 25%;
}

#boxf {
	margin-right: 25%;
	border-right-width: 4px;
	border-right-style: double;
	border-right-color: silver;
}

#boxg {
	float: right;
	width: 25%;
}

.boxclear {
	clear: both;
}

.home_h2 {
	font-size: 130%;
	font-weight: bold;
	color: aqua;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	border-width: 0px 0px 6px 0px;
	border-bottom-style: solid;
	border-bottom-color: aqua;
	margin-top: 1px;
}

.home_lang {
	font-size: 80%;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.width_50 {
	width: 50%;
}





.center {
	text-align: center;
}

.s_date {
	font-size: 80%;
	font-weight: normal;
	border-spacing: inherit;
}

.box_in {
	padding-top: 4pt;
	padding-left: 4pt;
	padding-right: 4pt;
	padding-bottom: 4pt;
}
#update {
	padding-top: 4pt;
	padding-left: 4pt;
	padding-right: 4pt;
	padding-bottom: 4pt;
	font-size: 100%;
}
.silver {
	color: silver;
}

body {
	font-size: 100%;
	font-family: "MS UI Gothic","Times New Roman","Palatino Linotype",sans-serif,monospace;
	line-height: 1.5em;
	color: white;
	background-color: #585858;
	letter-spacing: 2px;
	margin-top: 3%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 3%;
}

h1 {
	font-size: 140%;
	color: navy;
	background-color: aqua;
	letter-spacing: 3px;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 100%;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-weight: normal;
}

a:hover {
	color: aqua;
	text-decoration: underline;
	border-spacing: inherit;
}

a {
	color: white;
	text-decoration: underline;
}

.logo {
	margin-bottom: 1px;
}

.line {
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	height: 6px;
	background-color: aqua;
	color: aqua;
	border-width: 0px 0px 0px 0px;
}

.small {
	font-size: 80%;
}

.small_1em {
	font-size: 80%;
	line-height: 1.1em;
}

.noline {
	text-decoration: none;
}

.mizuiro {
	color: aqua;
}

.green {
	color: lime;
}

img {
	border-width: 0px 0px 0px 0px;
}

.width_max {
	width: 100%;
}

.underline {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: aqua;
}



.counter {
	font-weight: bold;
	color: aqua;
	line-height: 1em;
	text-align : center;
}
table{
  width : 100%;
  
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  color : aqua;
}
td{
  width : 50%;
}
