@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", "ヒラギノ角ゴ Pro W3'", "ＭＳ Ｐゴシック", Helvetica, san-serif, Arial;
	font-size: 13px;
	color: #000;
	line-height: 1.5em;
	background: #efefef;
	text-align: center;
}

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

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

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

#header {
	padding: 0px 10px;
}

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

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

#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;}

/*---------------------------fonts---------------------------*/

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 {
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	line-height: 1.5em;
	margin: 3em 0px 1em 0px;
	padding: 1px 0px 1px 3px;
	background:#006600;
}

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; }

.view {
	color: #3366cc;
}


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

#contents ul {
	font-size: 1em;
	padding: 0px 0px 7px 0px;
	list-style: none;
}
#contents li {
    margin: 0px 0px 0px 20px;
	list-style-position: outside;
	list-style-type: disc;
}

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

table {
	margin-top: 5px;
	background: #ffffff;
	margin-bottom: 5px;
}
table.showline {
	background: #006600;
}
tr {
	background: #ffffff;
}
th {
	padding: 3px 3px;
	color: #fff;
	font-weight: normal;
	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; }
