/* ---------------------------------------- */
/* sword_main.css */
/* version.1.1 (2006-12-06) */
/* designed by Yu Akikaze 2006. */
/* ---------------------------------------- */

@import url(../../copyright.css);

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #999;
	font-size: 85%;
	color: #ccc;
}
body img { border: none; }
em { font-style: normal; font-weight: bold; }

a:link,a:visited,a:active {
    color: #aae1f9;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #becfd6;
    text-decoration: underline;
}

div#page {
	width: 770px;
	background-color: #1f1f1f;
	border-right: 3px solid #ccc;
}

h1#toptitle img {
	margin-top: 10%;
	padding-bottom: 60px;
	border-bottom: 1px solid #aaa;
}

ul.topics {
	margin-left: 150px;
	padding-top: 30px;
	width: 250px;
	list-style: none;
	float: left;
	padding-right: 70px;
	padding-bottom: 10px;
	border-right: 1px solid #aaa;
}
ul.topics li { margin: 12px 0px; }

ul#topmenu {
	margin-left: 525px;
	padding-top: 30px;
	list-style: none;
	line-height: 180%;
}

h1#title {
	float: left;
	margin: 30px 0px 10px 12px;
	padding: 0px 70px 0px 0px;
}

div#cts {
	margin: 15px 10px 15px 70px;
	width: 680px;
}
div#cts h2 {
	font-family: 'Century Gothic';
	font-size: 250%;
	color: #ccc;
	padding-bottom: 3px;
	border-bottom: 2px dotted #666;
	margin-bottom: 15px;
}
div#cts h3 {
	margin: 1em 20px 0.3em 0.8em;
}
div#cts p {
	margin-left: 2.5em;
	text-indent: 1em;
	margin-top: 3px;
}

dl.outline {
	margin-left: 3.5em;
	margin-top: 3px;
}
dl.outline dt {
	margin-top: 2px;
	clear: both;
	background-color:#444;
	color: #eee;
	font-weight: bold;
	text-align: center;
	width: 8em;
	float: left;
}
dl.outline dd {
	margin-left: 8.4em;
	margin-right: 25px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #333;
}

div.gallerythumb {
	margin-left: 7.5em;
	margin-top: 5px;
	height: 310px;
}
div.gallerythumb img {
	margin: 3px;
}
p.gallery {
	text-align: center;
}
p.gallerycaption {
	margin-left: 5em;
	color: #999;
	padding: 0.5em;
}
p.gallerynavi {
	text-align: center;
	color: #999;
	padding-top: 0.5em;
}
p.gallerynavi a {
	padding: 0px 10px;
}
p.gallerynavi a:link,a:visited,a:active {
	color: #999;
	text-decoration: none;
}
p.gallerynavi a:hover {
	color: #f1f1f1;
	text-decoration: none;
}

.center { text-align: center; }
.right { text-align: right; }

div.lastnavi {
	clear: both;
	margin-top:20px;
	text-align:right;
	font-size:85%;
	margin-right:20px;
	margin-bottom: 2px;
}
div#footer { margin-left: 6px; padding-top: 5px; border-top: 1px solid #555; text-align:center; }
address { font-style: normal; color: #666; font-size: 80%; }

/* Records;                   */
/*   version.1.1 (2006-12-14) */
/*     + Gallery style        */
/*   version.1.1 (2006-12-06) */
/*     # First Release        */