/*  charset  */
@charset "shift_jis";

/*  それぞれのページ設定  */

/* 基礎部分 */

*{margin:0;padding:0;}

html{text-align: left;}

body{margin: 0 auto;
  background-image : url(p1.gif);
  background-repeat : repeat;

}
div#container,#novel{
  background : url(bg.png) 50% 0%;
  background-repeat:repeat-y;
  width:500px;
  margin: 0 auto 0;
  text-align: center;
}
DIV#content,#novel{ 
  font-size : 100%;
  font-family : "ＭＳゴシック";
  line-height:160%;
  color : #000000;
  text-align: left;}



TD,DIV{
  font-size : 100%;
  font-family : "ＭＳゴシック";
  line-height:160%;
  color : #000000;
}
A:link {  color:#0F0A1E;
  text-decoration:none;}
A:visited {
  color:#0F0A1E;
  text-decoration:none;}
A:active {
  color:#0F0A1E;
  text-decoration:none;}

A:hover{
  color:#999999;
  position:relative;
}

.space1{margin-top:200px;}
.space2{margin-top:60px;}

HR{color : #c3c3c3;}

.t{filter:dropshadow(offx=2,offy=2,color=#d7d7d7);
  position:relative;
  width:100%;
  height:0%;
  font-weight:bold;
  font-Family:Verdana, Arial, Helvetica;
  }




/* 見出し */
h1{
  padding:5px 0px 0px 0px;
  font-size:24px ;
  font-family:Georgia,Times New Roman;
  font-weight:bold;
  letter-spacing:5px;
  height:37px;
  }

h2{
  padding:5px 15px 5px 10px;
  font-size:85%;
  font-family:meiryo,Tahoma,verdana,'ms ui gothic','ＭＳ Ｐゴシック',osaka;
  font-weight:normal;
  letter-spacing:5px;
  border-left:5px solid #333333;
}

h3{
  padding:5px 0px 0px 0px;
  font-size:100%;
  font-family:meiryo,Tahoma,verdana,'ms ui gothic','ＭＳ Ｐゴシック',osaka;
  font-weight:normal;
  letter-spacing:3px;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;

}


h4{
  margin:5px 0px 20px 0px;
  padding:0px 10px;
  font-size:100%;
  font-family:meiryo,Tahoma,verdana,'ms ui gothic','ＭＳ Ｐゴシック',osaka;
  font-weight:normal;
  letter-spacing:3px;
  border-left:2px solid #999999;
  }

h5{margin:15px 0px 5px 0px;
  padding:0px 0px;
  font-size:100%;
  font-weight:bold;
  }

h6{
  margin:15px 0px 5px 0px;
  padding:0px 0px;
  font-size:100%;
  font-weight: none;
  }


/* 外枠 */  
#wrap { width:500px; text-align:left; margin:0 auto; background : url("") no-repeat 50% 0px;}  

#inner { margin:10 10px; }  

#mainWrap { width:480px; float:right; } 
#sideWrap { width:0px; float:left;  font-size:83%;} 

/* 回り込み解除 */
.clear { clear:both; }   
.clear hr { display:none; }   


/* フッター */
#footer{font-family:Georgia,Times New Roman; font-weight:bold; font-size:10px;color:#999999;}

/* グローバルナビ */ 
#gNavi { margin:0; padding:0 10px; line-height:30px; }   
#gNavi li { display:inline; list-style:none; padding-right:10px; font-family:meiryo,Tahoma,verdana,'ms ui gothic','ＭＳ Ｐゴシック',osaka;
font-weight:normal;font-size:14px; } 

#navi{font-family:Georgia,Times New Roman; font-weight:bold; font-size:11px;color:#999999; line-height:140%;}

/* リスト関連 */ 

ul {margin:5px 10px 10px 20px; padding:0px;
list-style-type:square; inside;
}


-->  
