@charset "utf-8";

/*------------------------style reset------------------------*/

* { margin: 0; padding: 0; }
img { border: none; }
hr {
margin: 25px 0px 0px 0px;
border: none;
background: #666666;
height: 1px;
}

/*----------------------End style reset----------------------*/

body {
	font-family: "メイリオ", Meiryo, Osaka, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Helvetica, san-serif, Arial;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
	background: #efefef;
	text-align: center;
}

/*----------------------------links-----------------------------*/

a {text-decoration:underline;}
a:hover {
	text-decoration:none;
	color: #003399;
}
a:link {color: #003399;}
a:visited {color: #003399;}
a:active {color: #ff99ff;}

.beforeinput a {text-decoration:underline;}
.beforeinput a:hover {
	text-decoration:none;
	color: #333333;
}
.beforeinput a:link {color: #333333;}
.beforeinput a:visited {color: #333333;}
.beforeinput a:active {color: #333333;}

/*--------------------------wrapper--------------------------*/

#wrapper {
	text-align: left;
	width: 750px;
	margin: 5px auto;
	background: #fff;
	border: 1px solid #999;
	position: relative;
}

/*---------------------------header--------------------------*/

#header {
	padding: 0px 10px;
}

/*---------------------------mainte--------------------------*/


#mainte {
	margin: 15px 20px 0px auto ;
	width: 270px;
	border: 1px solid #ccc;
	font-size:0.9em;
	
}

#mainte a, #mainte a:link, #mainte a:visited {
  display: block;
  padding: 2px 0 3px 0;
  color: #333;
	text-align: center;
  text-decoration: none;
}

#mainte a:hover {
  color: #000;
  text-decoration: none;
  background: #eee;
}


/*--------------------------contents-------------------------*/

#contents {
	margin: 20px 0px;
	padding: 0px 30px;
	background: #FFFFFF;
}

#maintenanceimg {
	text-align: center;
	margin: 10px auto;
}

/*--------------------------font style--------------------------*/

h1 {
	margin-top: 10px;
	padding-left: 3px;
	font-size: 1.5em;
	color: #006600;
	font-weight: bold;
	line-height: 1.4em;
}

h2 {
	margin: 8px 0px 10px 0px;
	padding: 10px 0px;
	text-align: center;
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	line-height: 1em;
	background: #006600;
	
}

h3 {
	margin: 2em 0px 1em 0px;
	padding: 1px 0px 1px 5px;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	line-height: 1.5em;
	background:#006600;
}

h4 {
	margin: 10px 5px 10px 3px;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	line-height: 1.2em;
}

p { margin: 0px 0px 5px 5px; }
p.center { text-align: center; }
p.right { text-align: right; }

/*--------------------------list style--------------------------*/

/* circle style */

#contents ul.circle { margin: 0px 0px 0px 25px; }
#contents ul.circle li {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: circle;
	list-style-position: outside;
}

/* decimal style */

#contents ul.decimal { margin: 0px 0px 0px 25px; }
#contents ul.decimal li {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: decimal;
	list-style-position: outside;
}
#contents ul.decimal li ul { margin: 0px 0px 0px 20px; }
#contents ul.decimal li ul li {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	list-style-type: disc;
	list-style-position: outside;
}

/*---------------------------dl dt dd---------------------------*/

dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 3px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}
dt {
	width: 22px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}
dd {
	margin-top: -1.5em;
	margin-left: 22px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}

/*-------------------------footer--------------------------*/

#footer {
	border-top: 1px solid #777;
	margin: 20px 3px 0px 3px;
}
#footer h4 {
	color: #222;
	font-weight: bold;
	line-height: 1.2em;
	margin: 10px 5px 1px 0px;
}
#footer p {
	color: #333;
}

/*--------------------------block--------------------------*/

.noticeblock {
	font-size: 0.9em;
	margin: 10px 5px 5px 5px;
	padding: 5px 10px 10px 10px;
	background: #f5f5f5;
}

/*--------------------------table--------------------------*/

table {
	margin: 10px 0px 0px 5px;
	background: #ffffff;
}
table.showline {
	background: #006600;
}
tr {
	background: #ffffff;
}
th {
	padding: 3px 3px;
	color: #fff;
	font-weight: bold;
	background: #38a538;
	text-align: center;
}
td {
	padding: 3px 3px;
	color: #333333;
	text-align: center;
}
th.left  { text-align: left; }
td.left { text-align: left; }
td.right  { text-align: right; }
