
@import "/library/default.css";

body {
	text-align:center;
	background-color:#000000;
	color:#cccccc;
	background-image:url(../image/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

a:link { text-decoration:none; color:#8DB7C5; }
a:visited { text-decoration:none; color:#8DB7C5; }
a:active { text-decoration:none; color:#8DB7C5; }
a:hover { text-decoration:underline; color:#C5A38D; }

.intro {
	margin:0 0 15px 0;
	padding:15px;
	background-image:url(../image/bg_intro.png);
}

.itemlist {
	margin:0 -20px 20px 0;
	width:970px;
	overflow:hidden;
	_zoom:1;
}

.itemlist .block {
	float:left;
	width:150px;
	height:150px;
	position:relative;
	margin:0 10px 10px 0;
	background-color:#000000;
}

.itemlist .hand {
	position:absolute;
	z-index:2;
}

.itemlist .hand a:hover img {
	filter: alpha(opacity=75);
	opacity:0.75;
	-moz-opacity:0.75;
}

.itemlist .thum {
	position:absolute;
	z-index:1;
	top:10px;
	left:10px;
}

h1.contents_head {
	border-bottom:1px dashed #cccccc;
}

/*-----*/

#cal {
	margin:10px 0 10px 0;
}

#cal h2 {
	margin:0 0 7px 0;
	padding:5px 0 4px 7px;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	font-size:15px;
	color:#cccccc;
}

#cal table {
	table-layout:fixed;
	border-collapse:collapse;
}

#cal th {
	padding:6px 0 5px 0;
	text-align:center;
	border:1px dotted #999999;
	font-size:11px;
	color:#cccccc;
}

#cal td {
	padding:6px 0 5px 0;
	text-align:center;
	border:1px dotted #999999;
	font-size:11px;
	color:#cccccc;
}


