@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: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
	background: #e8f8ff;
	text-align: center;
}

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

#wrapper {
	text-align: left;
	width: 750px;
	margin: 5px auto;
	background: #FFFFFF;
	border: 1px solid #dddddd;
}

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

#header {
	padding: 0px 10px;
}

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

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

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

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

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

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

h1 {
	margin-top: 10px;
	padding-left: 3px;
	font-size: 1.5em;
	color: #3b77b5;
	font-weight: bold;
	line-height: 1.4em;
	border-bottom: 1px solid #cccccc;
}

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

h3 {
	font-size: 1.3em;
	color: #5995b3;
	font-weight: bold;
	line-height: 1.2em;
	margin: 17px 0px 10px 0px;
	padding: 1px 0px 1px 3px;
	border-bottom: 1px solid #5995b3;
}

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

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

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

ul, li {
	list-style-position: outside;
	list-style-type: circle;
}
ul {
	font-size: 1em;
	color: #444444;
	margin: 0px 5px 5px 5px;
	font-weight: bold;
}
li {
	font-size: 1em;
	color: #666666;
	margin-left: 17px;
	font-weight: normal;
}
.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}


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

dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
s}
dl.step {color: #666699;}
dt {
	width: 30px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}

dd {
	margin-top: -1.5em ;
	margin-left: 30px;
	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 3px 0px;
}
#footer p {
	color: #333;
}

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

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

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

table {
	margin-top: 10px;
	background: #ffffff;
}
table.showline { background: #aaaaaa; }
tr {
	background: #ffffff;
}
th {
	padding: 3px 3px;
	color: #000000;
	font-weight: normal;
	background: #e8f8ff;
	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; }
