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

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

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

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

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

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

#container {
	padding: 0px 10px;
}

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

#contents {
	float: left;
	width: 540px;
	margin-bottom: 20px;
}

/*----------------------right------------------------*/

#right {
	float: right;
	width: 280px;
	margin: 0px 0px 20px 10px;
}

#application {
	width: 278px;
	border: 1px solid #ccc;
}

#mainte {
	margin-top: 15px;
	width: 278px;
	border: 1px solid #ccc;
}

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

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

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

#application p.regi {
	margin: 5px 0px 3px 0px;
	text-align:center;
}

#procedure {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 10px 5px;
	font-size: 0.9em;
	background: #f0f6fe;
}

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

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

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

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

h3 {
	margin: 2em 0px 1em 0px;
	padding: 5px 0px 5px 5px;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	background: #1f276f;
}
h3.topl { margin: 0px; }
h3.topr {
	margin: 0px;
	background: #cce2fb;
	color: #1f276f;
}

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

p {
	margin: 1px 3px 0.5em 1em;
}
p.right { text-align: right; }
p.center { text-align: center; }
p.indent1 { text-indent: 1em; }
.font-1 { font-size: 0.9em; }

p.desk {
padding: 3px 1em;
margin-left:0;
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.95em;
	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 3em;
}
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;
}
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;
	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.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;
}
dt {
	width: 20px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}

dd {
	margin-top: -1.5em;
	margin-left: 20px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}

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

table {
	margin: 10px 0;
	background: #ffffff;
}
table.showline {
	background: #1f276f;
}
tr {
	background: #ffffff;
}
th {
	padding: 3px 3px;
	color: #fff;
	font-weight: normal;
	background: #3b77b5;
	text-align: center;
}
td {
	padding: 3px 3px;
	color: #333333;
	text-align: center;
}

td.left { text-align: left; }

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

#footer {
	clear: both;
	border-top: 1px solid #aaa;
	margin: 30px 0px 0px 0px;
}

.attention { color: #dd7700; }
.mikakutei { color: #5500cc; }
