@charset "Shift_JIS";

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;
	font-size:100%;
	font-weight:100%;
}
img {
	border:none;
	vertical-align:top;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
 	height: 0;
 	visibility: hidden;
}

.clearfix {
 	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}





/* body */
body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height:18px;
	background: url(img/niji_jk.jpg) top center no-repeat #FFFFFF;
}


/* LINK */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #898A8C;
	text-decoration: underline;
}


/* wrap */
#wrap {
	width: 900px;
	height: auto;
	margin: 0 auto;
}

/* header */
#header {
	color: #000000;
	text-align: center;
	font-weight: bold;
}
h1 {
	width: 900px;
	margin: 50px auto 20px auto;
	font-size: 32px;
}
p.read {
	width: 900px;
	margin: 0 auto;
	font-size: 17px;
	padding: 20px 0 20px 0;
	line-height: 130%;
}


	

/* table */
table.detail {
	width: 900px;
	background-color: #cfdbe7;
	padding: 20px;
}	
table.list {
	width:100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

td.l_title {
	text-align:center;
	padding:2px 20px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
td.r_title {
	text-align:center;
	padding:2px 20px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
td.l {
	border-bottom: 1px #cccccc dotted;
	text-align: left;
	width: 150px;
	padding:2px 20px;
}
td.r {
	border-bottom: 1px #cccccc dotted;
	text-align: left;
	width: 510px;
	padding:2px 20px;
}

table.detail td.end {
	border-bottom: 1px #aaaaaa solid;
}



/* footer */
div.footer {
	padding: 20px 0 20px 0;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
}

