/*共通--------------------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	height:100%;
	font-style:normal;
	font-weight:normal;
	font-size:small;
	text-align:left;
	color:#000000;
	background-color:#ffffff;
	font-family:"MS Pゴシック","MS ゴシック",sans-serif;
}

* html #container{
	height:100%;
}

#container{
	width:640px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
/*	background-color:#ffffff;*/
}


body #container{
	height:auto;
}

#contents{
	padding-bottom:30px;
	width:640px;
	margin-left:auto;
	margin-right:auto;

}

img{
	/*画像表示のデザイン設定*/
	border:0;
}

hr{
	width:640px;
	height:1px;
}


/*リンク関係-------------------------------------------------------------------------------*/

a{
	text-decoration:none;
	color:#000000;
}
a:link{/*リンクされた文字の色*/
	text-decoration:none;
	color:#696969;
}
a:visited{/*訪問後の色*/
	color:#000000;
}
a:hover{/*カーソルを合わせた時の色*/
	color:#999900;
}
a:active{/*クリックした時の色*/
	color:#999900;
}


/*見出し---------------------------------------------------------------------------------*/

h1{
	text-indent:-9999px;
	float:left;
}

h2{
	float:left;
}

h3{
	text-indent:-9999px;
	float:left;
}

h4{
	font-size:small;
	font-weight:bold;
	width:100%;	
	margin:5px 0 10px 0px;
	border-bottom:1px solid #B7B7B7;
}



/*ヘッダー-------------------------------------------------------------------------------------*/
#header{
	width:640px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
/*	margin-top:15px;
	margin-bottom:10px;*/
}	

#h_rogo{
	position:relative;
	z-index:1;
	height:120px;
	width:640px;
	top:0px;
	left:0px;
}

#menu{
	position:relative;
	z-index:2;
	height:12px;
	top:115px;
	left:400px;
	vertical-align:bottom;
}

#menu li{
	/*リストを横並びにする*/
	display:inline;
}

li#index{
	font-size:12px;
}
	
li#top{
	font-size:12px;
}

li#about{
	font-size:12px;
}

li#fiction{
	font-size:12px;
}

li#pbbs{
	font-size:12px;
}

li#off{
	font-size:12px;
}



/*フッター--------------------------------------------------------------------------------------*/

#footer{
	position:absolute;
	bottom:20px;
	margin-left:auto;
	margin-right:auto;
	margin-left:5px;
	clear:both;
}

#top_footer{
	clear:both;
}

#index_footer{
	position:absolute;
	bottom:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	clear:both;
}

/*各ページ--------------------------------------------------------------------------------------*/



/*インデックス----------------------------------------------------------------------------------*/

#index .speace{
	padding-top:120px;
	padding-bottom:10px;
	margin-left:20px;
}

#index p{
	line-height:130%;
	margin-left:20px;
}

#index .rogo{
	margin-top:25px;
}

#index{
	background-image:url("images/lace1-tw_re.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
}

#index #container{
	width:640px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	min-height:90%;
}

/*トップ--------------------------------------------------------------------------------------*/

#top #topillust{
	margin-top:30px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#contents #left{
	position:relative;
	float:left;
	width:400px;
	margin:10px 0 30px 10px;
}

#contents #right{
	position:relative;
	float:right;
	width:200px;
	margin:10px 0 30px 10px;
}

#top #diary{
	margin:10px 0 10px 0;
}

#top form{
	margin:20px 0;
}

/*#top #footer{
	margin:20px 0 0 0;
}*/

#top{
	background-image:url("images/lace1-tw_re.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
}

/*アバウト--------------------------------------------------------------------------------------*/

#about .speace{
	padding-top:30px;
}

#history{
	width:640px;
	height:10em;
	overflow:auto;
	padding:10px 0;
}

#about p{
	padding:5px 20px;
}

#about h4{
	width:600px;
	margin-left:20px;
	margin-right:20px;
	padding-top:10px;
}

#about table{
	width:580px;
	padding-left:20px;
}

#about{
	background-image:url("images/lace1-tw_re.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
}

/*フィクション----------------------------------------------------------------------------------*/

#fiction h4{
	width:600px;
	margin:10px 20px;
}

#fiction p{
	padding:10px 0;
	margin:0px 20px;
}


#fiction .speace{
	padding-top:30px;
}

#fiction{
	background-image:url("images/lace1-tw_re.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
}

/*イラストコンテンツページ----------------------------------------------------------------------------------*/

.illust{
	padding:15px 0;
}


/*ノベルコンテンツページ----------------------------------------------------------------------------------*/

#novel #contents{
	width:640px;
	margin-left:auto;
	margin-right:auto;
}

#novel #contents p{
	line-height:160%;
	text-align:left;
}

p #coment{
	text-align:right;
}

/*Labylinth--------------------------------------------------------------------------------------*/