@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	background-color: #FFFFFF;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333333;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}

p {
	margin:5px;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}

/*-----------------------------------------------
link color
-----------------------------------------------*/

a{ color: #08438C; text-decoration: underline; }
a:hover { text-decoration: underline; }
a:visited{ color: #800080; }

h3 a:link { color: #FFFFFF;
	background: url(../images/ar01.gif) no-repeat 0 0; }
h3 a:visited { color: #FFFFFF; }
h3 a:hover { color: #FFFFFF; }
h3 a:active { color: #FFFFFF; }


/* innner
------------------------------------------*/

#innner table{
	border: none;
	border-collapse:collapse;
	width: 100%;
	margin-left:auto;margin-right:auto;
}
#innner th{
	border: none;
	background-color: #E2E7EB;
	padding:5px;
	text-align:left;
	width: 150px;
	white-space: nowrap;
}
#innner td{
	border: none;
	background-color: #FFFFFF;
	padding:5px;
	text-align:left;
}
#innner td.sub{
	border: none;
	background-color: #FFFFFF;
	width: 140px;
	padding:5px;
	text-align:left;
}
#innner th.sub2{
	border: none;
	background-color: #E2E7EB;
	padding:5px;
	text-align:left;
	width: 250px;
	white-space: nowrap;
}

#innner #list table{
	border: none;
	border-collapse:collapse;
	width: 100%;
	margin-left:auto;margin-right:auto;
	font-size: 12px;
}
#innner #list th{
	border: none;
	background-color: #E2E7EB;
	padding:5px;
	text-align:left;
	width: 150px;
	white-space: nowrap;
	font-size: 12px;
}
#innner #list td{
	border: none;
	background-color: #FFFFFF;
	padding:5px;
	text-align:left;
	font-size: 12px;
}
#innner #list td.sub{
	border: none;
	background-color: #FFFFFF;
	width: 140px;
	padding:5px;
	text-align:left;
	font-size: 12px;
}

#innner h2 {
	background-color:#E2E7EB;
	clear: both;
	font-size: 16px;
	color: #444444;
	letter-spacing: -0.5px;
	padding: 5px 0 0 0;
	text-indent: 16px;
	font-weight:normal;
}

h3 {
	background-color:#09438C;
	clear: both;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px 0 5px 0;
	text-indent: 16px;
	font-weight:bold;
}

#innner h4 {
	background-color:#E2E7EB;
	clear: both;
	font-size: 12px;
	color: #444444;
	letter-spacing: -0.5px;
	padding: 5px 0 0 0;
	text-indent: 5px;
	font-weight:normal;
}

h1.pageTitle {
	margin: 5px 0 5px 0;
	height: 28px;
	width:500px;
}
div.section {
	clear: both;
	float: left;
	height: auto;
	margin: 0 0 20px 0;
	width:100%;
}

div.section h2 {
	background-color:#E2E7EB;
	clear: both;
	font-size: 14px;
	color: #444444;
	letter-spacing: -0.5px;
	padding: 5px 0 0 0;
	text-indent: 16px;
}

p.subareatext {
	font-size: 14px;
}

div.section p {
	clear: both;
	float: left;
	height: auto;
	padding: 10px 0 0 10px;
}

div#topics {
    width: 100%;
}
div#topics dl {
	margin: 0px;
	padding: 0px;
}
div#topics dt {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 3px;
	margin: 3px;
}
div#topics dd {
	float: left;
	width: 80px;
	font-size: 14px;
	color: #666666;
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear:both;
}

div#form {
    width: 740px;
	}

div#form dl {
	margin: 0px;
	padding: 0px;
}
div#form dt {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding: 3px;
	margin: 3px;
}
div#form dd {
	background-color:#E0E8EB;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	width:200px;
	height:auto;
}
div#button {
	width:760px;
	text-align:center;
	margin: 5px 0 5px 0;
	}
	
.subEx {font-size: 14px}



