
@import "/library/default.css";

body {
	text-align:center;
	background-color:#333333;
	color:#efefef;
}

div#wrap {
	width:950px;
	text-align:left;
	margin:auto;
	background-color:#000000;
	background-image:url(../image/bg_wrap.jpg);
	background-repeat:no-repeat;
	background-position:left top;

}

div#wrapper {
	padding:25px 25px 0 25px;
}

a:link { text-decoration:none; color:#E5FEF8; }
a:visited { text-decoration:none; color:#E5FEF8; }
a:active { text-decoration:none; color:#E5FEF8; }
a:hover { text-decoration:underline; color:#E60000; }

/*------------------------*/

div#contents {
	margin:15px 0 0 0;
	background-image:url(../image/bg_contents.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

div#basic {
	float:left;
	width:300px;
}

div#info {
	float:right;
	width:590px;
}

/*-------------------------*/

div#nittei {
	margin:0 0 10px 0;
	color:#eeeeee;
}

div#nittei th {
	width:30%;
	border-bottom:1px dotted #999999;
	padding:6px 0 4px 0;
	color:#eeeeee;
}

div#nittei td {
	width:70%;
	border-bottom:1px dotted #999999;
	padding:5px 0 4px 0;
	color:#eeeeee;
}

div#nittei div#list {
	width:400px;
	margin:0 0 10px 0;
}

div#nittei div#caption {
	line-height:140%;
}

div#nittei div#caption div#velvet {
	text-align:center;
	margin:0 10px 0 0;
	padding:0;
	font-size:11px;
	background-color:#000000;
	width:200px;
	float:left;
}

div#nittei div#caption div#velvet p {
	margin:5px 0 0 0;
}

div#nittei div#caption div#velvet a:link { text-decoration:none; color:#d7cf3a; }
div#nittei div#caption div#velvet a:visited { text-decoration:none; color:#d7cf3a; }
div#nittei div#caption div#velvet a:active { text-decoration:none; color:#860023; }
div#nittei div#caption div#velvet a:hover { text-decoration:underline; color:#E60000; }

/*------------------------*/

div#location {
	margin:0 0 10px 0;
}

div#location td {
	text-align:center;
}

div#location td p {
	background-color:#eeeeee;
	padding:5px 0 3px 0;
	margin:5px 5px 0 5px;
}

/*------------------------*/

div#cal {
	margin:10px 0 10px 0;
}

div#cal h2 {
	margin:0 0 5px 0;
	padding:5px 0 3px 5px;
	background-color:#333333;
	font-size:15px;
	color:#ffffff;
}

div#cal table {
	table-layout:fixed;
	border-collapse:collapse;
}

div#cal th {
	background-color:#666666;
	padding:6px 0 5px 0;
	text-align:center;
	border:1px dotted #333333;
	font-size:11px;
	color:#cccccc;
}

div#cal td {
	background-color:#999999;
	padding:6px 0 5px 0;
	text-align:center;
	border:1px dotted #333333;
	font-size:11px;
	color:#eeeeee;
}

/*------------------------*/

div#inquiry h4 {
	color:#ffffff;
	border-color:#ffffff;
}
