@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:0 0 1em;
}

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;
}

/* innner
------------------------------------------*/

#innner table{
	border:1px solid #666666;
	border-collapse:collapse;
	width: 100%;
	margin-left:auto;margin-right:auto;
}
#innner th{
	border:1px solid #666666;
	background-color: #E2E7EB;
	padding:5px;
	text-align:left;
	width: 150px;
	white-space: nowrap;
}
#innner td{
	border:1px solid #666666;
	background-color: #FFFFFF;
	padding:5px;
	text-align:left;
}
#innner td.sub{
	border:1px solid #666666;
	background-color: #FFFFFF;
	width: 80px;
	padding:5px;
	text-align:left;
}
#innner th.sub2{
	border:1px solid #666666;
	background-color: #E2E7EB;
	padding:5px;
	text-align:left;
	width: 250px;
	white-space: nowrap;
}

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: 16px;
	color: #444444;
	letter-spacing: -0.5px;
	padding: 5px 0 0 0;
	text-indent: 16px;
}

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}


