@charset "Shift_JIS";
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: url(bg.jpg) no-repeat center top;
	color: #000000;
	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;
	height: 100%;
}

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

a {
	color: #801e1f;
	text-decoration: none;
}

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


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

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

#wrap {
	width: 750px;
	height: 100%;
	background: #ffffff;
	margin: 0px auto;
}
/* HEADER */


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

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

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 25px 30px 25px;
	width:700px;

}

td {
	padding: 3px 5px;
	border-bottom: 1px dotted #333333;
	text-align: center;
}

tr.sub td {
	background: #eaeaea;
	border-top: 1px dotted #333333;
}