
@import "/library/default.css";

body {
	background-color:#000000;
	color:#cccccc;
}

th , td {
	color:#bbbbbb;
}

div#foot {
	color:#999999;
}

a:link { text-decoration:none; color:#F0E6C9; }
a:visited { text-decoration:none; color:#F0E6C9; }
a:active { text-decoration:none; color:#F0E6C9; }
a:hover { text-decoration:underline; color:#E60000; }

/* ------------------------ */

.default {
	background-image:url(../image/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

/* ------------------------ */

.navi {
	margin:0 0 15px 0;
}

.navi .kirikae {
	padding:0 0 3px 0;
	border-bottom:1px solid #666666;
}

.navi .kirikae ul {
	margin:0;
	padding:0;
	list-style:none;
}

.navi .kirikae ul li {
	float:right;
	margin:0 0 0 10px;
}

.navi .naiyo table {
	border-collapse:collapse;
	empty-cells:show;
}

.navi .naiyo td {
	text-align:center;
}

.navi .naiyo a {
	display:block;
	padding:10px 0 6px 0;
	background-color:#251407;
	font-size:14px;
}

.navi .naiyo p {
	display:block;
	padding:10px 0 6px 0;
	background-color:#251407;
	font-size:14px;
	margin:0;
	border-bottom:2px solid #666666;
}

.navi .naiyo a:link { border-bottom:2px solid #666666; }
.navi .naiyo a:visited { border-bottom:2px solid #666666; }
.navi .naiyo a:active { border-bottom:2px solid #666666; }
.navi .naiyo a:hover { border-bottom:2px solid #ffffff; }

/* ------------------------ */

.navi-report {
	margin:0 0 15px 0;
	padding:7px 0 5px 10px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}

.navi-report ul {
	margin:0;
	padding:0;
	list-style:none;
}

.navi-report ul li {
	float:left;
	padding:0 0 0 10px;
	background-image:url(../image/list_navi-report.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.navi-report ul li p {
	margin:0;
	width:50px;
}

/* ------------------------ */

.index_contents {
	padding:400px 0 0 0;
	margin:0 0 30px 0;
}

.contents {
	padding:0 0 0 250px;
	min-height:600px;
	_height:600px;
}

.contents h1 {
	margin:0 0 10px 0;
	background-color:#333333;
	padding:10px 0 8px 10px;
	color:#ffffff;
	font-size:15px;
}

.contents h2 {
	margin:0 0 10px 0;
	padding:10px 0 8px 10px;
	font-size:13px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

.entry {
	margin:0 0 20px 0;
}

/* ------------------------ */

.mailform {
	margin:0 0 20px 10px;
}

.mailform h3 {
	margin:0 0 10px 0;
	font-size:13px;
}

.mailform th {
	width:35%;
	border-bottom:1px dotted #cccccc;
	padding:7px 0 5px 0;
	text-align:center;
}

.mailform td {
	width:65%;
	border-bottom:1px dotted #cccccc;
	padding:7px 0 5px 0;
}

.mailform .submit {
	margin:10px 0 0 0;
	text-align:center;
}

/* ------------------------ */

.report {
	margin:0 0 20px 0;
}

.report th {
	width:10%;
	text-align:center;
	padding:5px 0 5px 0;
}

.report td {
	width:90%;
	text-align:left;
	padding:5px 0 5px 0;
}

/* ------------------------ */

.enja .block {
	margin:0 0 10px 0;
}

.enja .block .pics {
	float:left;
	width:240px;
}

.enja .block .caption {
	float:right;
	width:450px;
}

.enja .block .caption th {
	width:35%;
	border-bottom:1px dotted #666666;
	padding:7px 0 6px 0;
}

.enja .block .caption td {
	width:65%;
	border-bottom:1px dotted #666666;
	padding:7px 0 6px 0;
}

/* ------------------------ */

.attention ul {
	margin:0 0 0 20px;
	padding:0;
}
.attention ul ul {
	margin:10px 0 10px 20px;
	padding:0;
	font-size:12px;
}

/* ------------------------ */

img.bgimage {
    display: none;
}

img.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

img.thumb {
	max-width:150px;
	_width:150px;
	max-height:150px;
	_height:150px;
}