@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", "ＭＳ Ｐゴシック", Helvetica, san-serif, Arial;
	font-size: 13px;
	line-height: 1.5em;
	color: #222;
	background: #181076;
	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: 750px;
	text-align: left;
	background: #fff;
	border: 1px solid #dddddd;
}

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

#container {
	padding: 0px 10px;
}

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

#contents {
	margin: 30px 0px 0 0;
	padding: 0px 20px;
	background: #FFFFFF;
}
/*-----------------------block-----------------------*/

#application p.regi {
	margin: 5px 0px 3px 0px;
}

#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: 20px;
	padding: 0 0 10px 0px;
	font-size: 1.7em;
	color: #181076;
	font-weight: bold;
}

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

h3 {
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
	line-height: 1em;
	margin: 40px 0px 20px 0px;
	padding: 5px 0px 5px 5px;
	background: #6680cc;
}
h3.topl {
	margin: 10px 0px 20px 0px;
}
h3.topr { margin: 0px; background: #eeeeee; }

h4 {
	margin: 20px 5px 15px 3px;
	font-size: 1.1em;
	color: #181076;
	font-weight: bold;
	line-height: 1.2em;
}
.noticeblock h4 {
	margin-bottom:10px;
}

p {
	padding: 1px 1em 1em 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 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.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 25px; }
ul.decimal li {
	margin: 0 0 0 1em;
	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 1em 0px 2.5em;
}
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;
}

/* noneindent-1 disc style */

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

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

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

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

.about dt {
	width:3em;
	font-weight:bold;
}
.about dd {
	margin-left:4em;
	margin-bottom:0.5em;
}

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

table {
	margin-top: 1em;
	background: #ffffff;
	margin-left: 1em;
	margin-right: 1em;
}
table.showline { background: #aaaaaa; }
tr {
	background: #ffffff;
}
th {
	padding: 3px 3px;
	color: #000000;
	font-weight: normal;
	background: #eeeeee;
	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: 60px 0px 0px 0px;
}

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