@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #666666;
	background-color: #CBECF6;
}

hr {
	display: none;
}

/* link styles
------------------------------*/
a img {
	border-style: none;
}
a.img:link {
	border-style: none;
}
a.img:visited {
	border-style: none;
}
a.img:hover {
	border-style: none;
}
a.img:active {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
a:hover {
	color: #000000;
	text-decoration: none;
	border-style: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #CBECF6;
	border-left: 1px solid #CBECF6;
}
#main {
	padding: 15px 50px;
	margin: 20px;
}
#footer {
	color: #666666;
	background-color: #FFFFFF;
	padding: 15px;
	clear: both;
}

/* header styles
------------------------------*/
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 182px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 130px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #F9FBF9;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 121px;
	border-top: 3px solid #E6F6FC;
	border-bottom: 3px solid #98C8E1;
	border-left: 1px solid #98C8E1;
	border-right: none;
}
#header ul li a:hover {
	background-color: #E0E3E4;
}

#header  ul  li#nContact   a {
	border-right: 3px solid #98C8E1;
}
#top #header #nTop a,
#about #header #nAbout a,
#novels #header #nNovels a,
#others #header #nOthers a,
#links #header #nLinks a,
#board #header #nBoard a,
#contact #header #nContact a {
	color: #666666;
	background-color: #C5E7EB;
}

/* main styles
------------------------------*/
#main h2 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(../images/icon/aicon_134.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 4px 15px;
	text-align: left;
}
#main.first {
padding-top: 0px;
}

#main p {
	padding-left: 30px;
	padding-right: 30px;
}
#main .af {
	margin-bottom: 15px;
	text-align: center;
}



/* footer styles
------------------------------*/
#footer p {
	margin: 0px;
	float: right;
}

/* index
------------------------------*/

#index {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/feather.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#index #main #link {
	padding-top: 300px;
}

#index a:link {
	border-style: none;
}
#index a:visited {
	border-style: none;
}

#index #main p {
	padding-top: 2em;
}
/* #index #main form {
	padding-top: 300px;
}
------------------------------*/
#index .footer {
	position: absolute;
	top: 680px;
	left: 70px;
}

/* about
------------------------------*/
#about #main .exit a:link {
	border-style: none;
}
#about #main .exit a:visited {
	border-style: none;
}
#about #main p {
	padding-bottom: 2em;
}
#about #main dt {
	font-weight: bold;
	padding-left: 50px;
	padding-top: 4px;
	color: #4782B7;
}
#about #main dd {
	padding-left: 65px;
	padding-right: 65px;
}

/* novels
------------------------------*/
#novels #main {
	text-align: center;
}
#novels #main p {
	text-align: left;
	padding-bottom: 2em;
}
#novels #main table {
	margin-bottom: 15px;
	border-top: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#novels #main th, td {
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 5px 5px 10px;
}
#novels #main tr.odd {
	background-color: #F5F4F9;
}

/* contact
------------------------------*/
#contact #main {
	text-align: center;
}

#contact #main h2 {
	padding: 4px 0px 4px 15px;
}

/* links
------------------------------*/
#links #main p {
	text-align: left;
}
#links #main img {
	margin-bottom: 10px;
}

#links #main table img {
	margin-top: 0px;
	margin-bottom: 0px;
}
#links #main table#sarchsite {
	text-align: left;
	border-top: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-collapse:collapse;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#links #main table#sarchsite th {
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#links #main table#sarchsite td {
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 5px 5px 10px;
}
#links #main table {
	text-align: left;
	border-top: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-collapse:collapse;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#links #main th,td {
	text-align: left;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 15px;
}

/* top
------------------------------*/
#top #main #info {
	text-align: center;
}
#top #main p {
	margin-bottom: 15px;
}

#top #main #visit a:link {
	border-style: none;
}

/* others
------------------------------*/
#others #main table {
	border-top: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-collapse:collapse;
	margin-bottom: 15px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#others #main th, td {
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
	padding: 5px 5px 5px 10px;
}
#others #main tr.odd {
	background-color: #F5F4F9;
}
