@charset "Shift_JIS";

body {
	background: #b3b4b8;
	color: #464646;
	font-family: sans-serif,"‚l‚r ‚oƒSƒVƒbƒN","ƒqƒ‰ƒMƒmŠpƒS Pro W6" ;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height:18px;
	text-align: center;
}

td, div {
	font-size: 12px;
	line-height:18px;
}

a {
	color: #014171;
	text-decoration: none;
}

a:hover {
	color: #014171;
	text-decoration: underline;
}


ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#wrap {
	width: 700px;
	margin: 0px auto;
	background: #ffffff;
}
/* HEADER */


div.pagetitle {
	text-align: center;
	color:#014171;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 20px;
	font-size: 16px;
	line-height: 27px;
	border-bottom: 1px dashed #014171;
/*	display: none;*/
}
div.catch {
	text-align: left;
	margin: 0px 30px 0px 30px;
/*	display: none;*/
}

div.catch span {
	font-weight:bold;
}

div.catch div {
	text-align: center;
}

div.catch div table {
	margin: 10px auto;
}

div.catch div table td {
	padding: 0px 5px;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}

div.text {
	text-align: left;
	color: #000000;
	margin: 2px 0px 0px 0px;
	font-size: 10px;
	line-height:13px;
/*	display: none;*/
}

div.link {
	text-align: right;
/*	display: none;*/
}


/* FOOTER */

div.footer {
	padding: 20px 30px 5px 30px;
/*	padding: 5px 10px 15px 0px;
	border-top: 1px #006E8E solid;
	border-bottom: 1px #006E8E solid;*/
	font-size: 10px;
	line-height: 14px;
	text-align: right;
}


table.list {
	margin: 10px 30px 0px 30px;
	width:640px;

}


td.l_title {
	text-align:center;
	font-weight: bold;
	border-bottom: 1px #ccc solid;
	padding: 0px 20px 0px 10px;
	text-align: left;
}

td.r_title {
	text-align:center;
	font-weight: bold;
	border-bottom: 1px #ccc solid;
	padding: 0px 20px;
	text-align: left;
}

td.l {
	width: 20%;
	border-bottom: 1px #ccc dotted;
	padding: 3px 20px 3px 10px;
	text-align: left;
	vertical-align: top;
}

td.r {
	width: 80%;
	border-bottom: 1px #ccc dotted;
	padding: 3px 20px;
	text-align: left;
}
