@charset "UTF-8";

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

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

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

body {
	font-family: "メイリオ", Meiryo, Osaka, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3'", "ＭＳ Ｐゴシック", Helvetica, san-serif, Arial;
	font-size: 13px;
	line-height: 1.5em;
	color: #222;
	background: #fff url("../images/bg_img.jpg") repeat-x top left;
	text-align: center;
}

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

#wrapper {
	margin: 10px auto;
	width: 722px;
	text-align: left;
	background: #fff;
	border: 1px solid #dddddd;
}

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

#container {
	padding: 0px 10px;
}

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

#contents {
	padding: 10px 10px;
	width: 680px;
}

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

#mainte {
	margin-top: 10px;
	text-align: right;
	font-size: 0.9em;
}

#mainte a, #mainte a:link, #mainte a:visited {
  padding: 3px 8px;
  color: #333;
	text-align: right;
  text-decoration: none;
	border: 1px solid #999;
}

#mainte a:hover {
  color: #000;
  text-decoration: none;
  background: #eee;
	border: 1px solid #999;
}

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

#contents a {text-decoration: underline;}
#contents a:link {color: #003399;}
#contents a:visited {color: #002266;}
#contents a:active {color: #002233;}
#contents a:hover {color: #000000;}

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

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

h2 {
	margin: 15px 0px 20px 0px;
	padding: 10px 10px;
	text-align: left;
	font-size: 1.3em;
	color: #333;
	font-weight: bold;
	line-height: 1em;
	background: #e6e6e6;
}
h3 {
	margin: 30px 0px 10px 0px;
	padding: 5px 0px 5px 10px;
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	line-height: 1em;
	background: #eeeedd;
}
h3.topl { margin: 0px; }
h3.topr { margin: 0px; background: #eeeeee; }

h4 {
	margin:20px 1em 10px 1em;
	font-size:1em;
	color:#191970;
	font-weight:bold;
	border-bottom:1px solid #191970;
}



p { padding: 1px 1em 0px 1em; }
.right { text-align: right; }
.center { text-align: center; }
p.indent1 { text-indent: 1em; }
p.font-1 { font-size: 0.9em; }

.red { color: #ff0000; }
.blue { color: #191970; }

p.desk {
padding: 3px 5px;
border: 1px solid #ccc;
background: #f3f3f3;
}

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

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

/* note style */

ul.note { margin: 0px 0px 0px 25px; }
ul.note li {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	font-weight: normal;
	color: #555;
	line-height: 1.5em;
	list-style-type: none;
	list-style-position: outside;
}

/* decimal style */

ul.decimal { margin: 0px 0px 0px 25px; }
ul.decimal li {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
	list-style-type: decimal;
	list-style-position: outside;
}
ul.decimal li ul { margin: 0px 0px 0px 10px; }
ul.decimal li ul li {
	margin: 0px;
	padding: 0px;
	font-size: 0.95em;
	font-weight: normal;
	color: #555;
	line-height: 1.3em;
	list-style-type: none;
	list-style-position: outside;
}

/* disc style */

ul.disc { margin: 5px 0px 0px 25px; }
ul.disc li {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: outside;
}
ul.disc li ul { margin: 0px 0px 0px 10px; }
ul.disc li ul li {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	font-weight: normal;
	color: #555;
	line-height: 1.3em;
	list-style-type: none;
	list-style-position: outside;
}

/* decimal style */

ul.none { margin: 0px 0px 0px 5px; }
ul.none li {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
	list-style-type: none;
	list-style-position: outside;
}
ul.none li ul { margin: 0px 0px 0px 5px; }
ul.none li ul li {
	margin: 0px;
	padding: 0px;
	font-size: 0.95em;
	font-weight: normal;
	color: #555;
	line-height: 1.3em;
	list-style-type: none;
	list-style-position: outside;
}

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

dl {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	position: relative;
	top: 0px;
	left: 0px;
}
dt {
	width: 25px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	position: relative;
	top: 0px;
	left: 0px;
}

dd {
	margin-top: -1.5em ;
	margin-left: 25px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	position: relative;
	top: 0px;
	left: 0px;
}

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

table {
	margin: 10px 0px 5px 0px;
}
th {
	padding: 1px 5px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	background: #f0f0f0;
}
td {
	padding: 1px 5px;
	color: #333333;
	text-align: left;
}
th.center { text-align: center; }
th.right { text-align: right; }
td.center { text-align: center; }
td.right { text-align: right; }

table.showline { margin: 3px 0px 10px 0px; border-top: 1px solid #999; border-left: 1px solid #999; }
.showline th { padding: 1px 5px; border-bottom: 1px solid #999; border-right: 1px solid #999; }
.showline td { padding: 1px 5px; border-bottom: 1px solid #999; border-right: 1px solid #999; }