@charset "euc-jp";
/* formatting style
-------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
}
hr {
	display: none;
}
p,li {
	color: #003399;
}
.red {
	color: red;
	font-weight: bold;
}
u {
	text-decoration: none;
	border-bottom: 1px solid #003399;
}
td {
	line-height: 120%;
}

/* link style
----------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
-------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	/*margin: 0 auto;*/
	width: 100%;
	text-align: center;
	margin-left: 20px;
}
#header {
	width: 90%;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#main {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#footer {
	width: 90%;
	margin: 0 auto;
	clear: both;
	color: #0041F7;
	text-align: left;
}
.clear {
	clear: both;
}

/* header style
-------------------------------------*/
/*	background-repeat: no-repeat;
	background-position: left;
	display: block;
*/
#header h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #0041F7;
	height: 24px;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #0041F7;
}
#header .left {
	padding-left: 30px;
	text-align: left;
	float: left;
}
#header .right {
	padding-right: 30px;
	text-align: right;
	float: right;
}

/* main navi style
-------------------------------------*/
.test {
	border: 1px solid #0041F7;
}

table.step {
	margin: 0 auto 5px;
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.step td {
	border: 1px solid #0041F7;
	margin: 0px;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
table.step td.last {
	width: 60%;
	text-align: left;
}


/* main map page style
-------------------------------------*/
#map {
	margin-top: 20px;
	margin-bottom: 20px;
}
shape {
	border 1px solid;
}
.top_guide div {
	border-top: 1px solid #0041F7;
	padding: 20px;
}
.top_guide h2 {
	float: left;
	border: 1px solid #0041F7;
	width: 250px;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.top_guide input {
	display: block;
	float: left;
	margin: 15px;
	padding-top: 3px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	width: 250px;
}
a.button {
	display: block;
	float: left;
	margin: 15px;
	padding-top: 3px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url('img/button.gif');
	width: 220px;
	height: 30px;
}
a.button:link,
a.button:visited {
	text-decoration: none;
	color: #000000;
}

.top_guide p {
	clear: both;
	margin: 15px;
	text-align: left;
}
.top_guide div#pdf p {
	color: #000000;
}

/* main list page style
-------------------------------------*/
#list p {
	margin: 15px;
	text-align: left;
}

table.seminar_list {
	border: 0px;
	margin: 0 auto;
	border-collapse: collapse;
	width: 900px;
	font-size: 14px;
	line-height: 1.2;
}
table.seminar_list caption {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
table.seminar_list th {
	border: 1px solid #0041F7;
	background-color: skyblue;
	font-weight: normal;
	padding: 5px;
	font-size: 13px;
	white-space: nowrap;
}
table.seminar_list td {
	margin: 0;
	border: 1px solid #0041F7;
	background-color: #ffffff;
	padding: 5px;
	white-space: nowrap;
}
table.seminar_list input {
	font-size: 14px;
	width: 130px;
}
#list a.button {
	float: none;
	margin: 0px;
	padding-top: 5px;
}

#list ul {
	margin: 15px;
}
#list ul li {
	font-size: 14px;
	color: #000000;
	list-style: none;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* main form page style
-------------------------------------*/
#iform {
	width: 750px;
	margin: auto;
	text-align: center;
}
#iform h1 {
	margin: 15px;
	line-height: 1.2;
	font-size: 18px;
}
#iform p {
	margin: 15px;
	text-align: left;
	font-size: 14px;
	color: #000000;
	line-height: 1.3;
}
#iform ul {
	width: 750px;
	margin: 15px;
}
#iform ul li {
	font-size: 14px;
	color: #000000;
	list-style: none;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#iform ol {
	width: 700px;
	margin: 15px;
}
#iform ol li {
	font-size: 14px;
	color: #000000;
	line-height: 1.4;
	margin: 10px;
	padding: 0px;
	text-align: left;
}

#iform table {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
}
#iform table th {
	padding: 8px;
}
#iform table td {
	padding: 8px;
}

#iform .attention {
	font-size: 12px;
	line-height: 1.4;
}
#iform .button_grp {
	width: 520;
	margin: auto;
	text-align: center;
}
#iform .button_grp input {
	margin: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#iform .button_close {
	text-align: right;
}
#iform .button_close input {
	margin: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#iform .button_close a.button {
	margin: 0px;
	padding-top: 5px;
	float: none;
}
#iform p.err {
	width: 750px;
	margin: 15px;
	text-align: left;
	font-size: 16px;
	font-weight:  bold;
	color: red;
}
#iform p.attention_red {
	text-align: left;
	font-size: 14px;
	color: red;
	margin-bottom: 0px;
}
#iform p.solid_box {
	padding: 20px;
	border: 1px solid #000000;
	font-size: 16px;
	color: #000000;
}
#iform p.attention_close {
	width: 750px;
	margin: 15px;
	text-align: center;
	font-size: 16px;
	font-weight:  bold;
	color: red;
}

dl { margin-top:0; margin-bottom: 5px; }
dd { margin-left:20px; }
.errbg {
	background-color: #ffdede
}

/* footer style
-------------------------------------*/
#footer h3 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	color: #0041F7;
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 24px;
	border-top: 2px solid #0041F7;
	border-bottom: 2px solid #0041F7;
	padding-left: 30px;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 20px;
}
