/* CSS Document */

body {
	background-color: #080846;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height:15px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height:15px;
}

h1 {
	margin:0;
}

.top_td {
	background-image:url(images/bg_kiku.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.logo_td {
	background-image:url(images/bg_touhou.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* layout */
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.img-left { float:left; margin:0 10px 10px 0; }
.img-right { float:right; margin:10px 0 10px 10px; }
.clear { clear:both; }
.middle { vertical-align:middle; }
.bottom { vertical-align:bottom; }
.text-top { vertical-align:text-top; }
.hd { display:none; }
.vhd { visibility:hidden; }

/* font */
.small { font-size:10px; }

.navi{ color:#6F6F9A; }
.navi:hover{ color:#FFFFFF; }

a.navi2:link {
	color: #ffffff;
	text-decoration: none;
}

a.navi2:active {
	color: #ff0000;
	text-decoration: none;
}

a.navi2:visited {
	color: #ffffff;
	text-decoration: none;
}

a.navi2:hover {
	color: #330000;
	text-decoration: none;
	background-color: #FFFF99;
}

a.navi3:link {
	color: #ffffff;
	text-decoration: underline;
}

a.navi3:active {
	color: #ff0000;
	text-decoration: none;
}

a.navi3:visited {
	color: #ffffff;
	text-decoration: underline;
}

a.navi3:hover {
	color: #330000;
	text-decoration: none;
	background-color: #FFFF99;
}

a.navi4:link {
	padding:2px 5px;
	color: #ffffff;
	text-decoration: none;
	background-color: #429CBF;
}

a.navi4:active {
	padding:2px 5px;
	color: #ff0000;
	text-decoration: none;
	background-color: #FFFF99;
}

a.navi4:visited {
	padding:2px 5px;
	color: #ffffff;
	text-decoration: none;
	background-color: #429CBF;
}

a.navi4:hover {
	padding:2px 5px;
	color: #330000;
	text-decoration: none;
	background-color: #FFFF99;
}

.links-l { float:left; width:315px; }
.links-r { float:right; width:400px; }
.links {
	margin:0;
	padding:0 0 0 5px;
	list-style-type:none;
	line-height:3em;
	font-weight:bold;
}
.links-img {
	background:url(images/linkbull.gif) top left no-repeat;
	padding:0 0 0 30px;
	margin:0;
}
.links-cat {
	font-size:16px;
	padding-bottom:3px;
	border-bottom:2px solid #35334B;
}

/* item pic table */
.pic-table {
	border-left:1px solid #72729E;
}
.pic-table td {
	border-right:1px solid #72729E;
	border-bottom:1px solid #72729E;
	text-align:center;
}
.pic-table td.topbd {
	border-top:1px solid #72729E;
}
.pic-table td.nobd {
	border-right:1px solid #080846;
	border-bottom:1px solid #080846;
}

/* frame pics*/
.frame-pic {
	float:left;
	background-position:center center;
	background-repeat:no-repeat;
}


/* footer */
.footer {
	text-align:right;
	padding-bottom:20px;
}