/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: #FFF;
	color: #333;
	font-size: small;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.clearfix {
  overflow: hidden;
  *zoom: 1;
}


/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	font-size:11pt;
	color:#414141;
}

a:link {
	color:#54607b;
}

a:visited {
	color:#54607b;
}

a:hover {
	text-decoration: none;
}

a:active {
	color:#687799;
}



/*----------------------------------------------------
	#contents
----------------------------------------------------*/
/*
#container {
	position:absolute;
	top:50%;
	left:50%;
	width:500px;
	height:500px;
	margin:-200px 0 0 -250px;
	padding:10px;
	overflow:auto;
}
*/
#container {
	margin:30px auto 50px auto;
	width:640px;
	padding:0 0 0 5px;
}



h1 {
	font-size:1.4em;
	margin:20px 0;
}

.h2Block {
	background-color:#666;
	color:#FFF;
	padding:0.2em 1em;
	margin:40px 0 20px; 0;
}

h2 {
	font-size:1.1em;
	padding-top: 40px;
	border-bottom: solid 1px #E4E4E4;
}

h2:before {
	content: "■";
}

h3 {
	padding-top: 20px;
}

	h2 a:link,
	h2 a:visited,
	h2 a:hover,
	h2 a:active {
		color:#fff;
	}

.listBody {
	margin: 0 0 0 1em;
}




p {
	margin:1.0em 0 0 0;
	line-height:1.5em;
	color:#414141;
	font-size:1.0em;
	text-align:justify;
	text-justify:inter-ideograph;
}

.notice {
	color: #666;
	font-size: 0.8em;
}

ol {
	margin-top:2em;
	padding:0 0 0 30px;
	text-align:justify;
	text-justify:inter-ideograph;
}


ol li {
	list-style-type: decimal;
	margin:1.5em 0;
}

table {
	margin-top: 20px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	width: 100%;
}
th {
	background: #F5F5F5;
}

th, td {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px;
}

dt,dd {
	padding-top: 10px;
}

dt {
	float: left;
}
dd {
	margin-left: 7em;
}


#close {
	width:71px;
	margin:30px auto 30px auto;
}
