@charset "UTF-8";

@import url(table.css);
*{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom :0px;
}
#main{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border-top-width: -1px;
	width: 920px;
	height: inherit;
	border-left-width: 0px;
	border-right-width: 0px;
}
#header{
  height : 175px;
  background-image : url(../image/header.jpg);
}

#cont{
	text-align: left;
	padding-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	width: 920px;
	float: right;
	background-repeat: repeat;
             background-color : #cc9966;

}


#navi{
	background-color: black;

}

#navi ul{
	width: 920px;
	margin: 0 auto;
	overflow:hidden;
}
#navi li{
 float:left;
}

#navi a{
	display: block;
	width : 156px;
	height: 40px;
	color : #ffffff;
	background-image : url(../image/d_navi.png);
        background-repeat: no-repeat;
        text-indent :-9999px;
}

#navi .navi01 a{
	background-position:-70px 0;
}
#navi .navi02 a{
	background-position:-226px 0;
}
#navi .navi03 a{
	background-position:-382px 0;
}
#navi .navi04 a{
	background-position:-538px 0;
}
#navi .navi05 a{
	background-position:-694px 0;
}

#navi .navi01 a:hover{
	background-position:-70px -40px;
}
#navi .navi02 a:hover{
	background-position:-226px -40px;
}
#navi .navi03 a:hover{
	background-position:-382px -40px;
}
#navi .navi04 a:hover{
	background-position:-538px -40px;
}
#navi .navi05 a:hover{
	background-position:-694px -40px;
}

.Home #navi .navi01 a{
	background-position:-70px -80px;
}
.Novels #navi .navi02 a{
	background-position:-226px -80px;
}
.Charactors #navi .navi03 a{
	background-position:-382px -80px;
}
.Others #navi .navi04 a{
	background-position:-538px -80px;
}
.Blog #navi .navi05 a{
	background-position:-694px -80px;
}


body{
	background-image : url(../image/d_bg02.jpg);
             badkground-repeat:repeat-x;
             font-size: small;
	line-height: 18px;
	text-align: center;
	margin-bottom:10px;
}
h2{
	font-size : x-large;
	margin-bottom: 15px;
	border-right-width: 0px;
	margin-left: 150px;
	color: #666666;
  margin-top : 15px;
}
p{
	text-align: left;
	text-indent: 0em;
	line-height: 18px;
	font-size: small;
	padding-right: 0px;
	margin-left: 150px;
	margin-right: 150px;
	border-right-width: 0px;
	letter-spacing: 0px;
}

h1{
  font-size : xx-large;
  font-weight : bold;
  color : #ffff80;
  margin-top : 15px;
  margin-left : 150px;
  margin-bottom : 15px;
}

h3{
  line-height : 3em;
  text-indent : 0em;
  margin-left : 100px;
}

a:link{
	color:darkgreen;
}

a:visited{
	color:moccasin;
}

a:hover{
	color:skyblue;

}

#footer{	
	clear:both;
             border-top-width: 0px;
	border-top-color : #ffffff;
	height: 20px;
             text-align:center;
             color:black;
	background-color: gray;
	margin :20px 0px;
             padding-bottom:0px;
}
