<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*　タグ初期化　*/

p{
	 margin: 0;
	 padding: 0;
	 }

h1 h2 h3 h4{
	 margin: 0;
	 padding: 0;
	 }

ul li{
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 }
	 
td{
	 line-height: 1.5;
	 }
	 
/*　リンク　*/

a:link{
	 color: #7c4200;
	 text-decoration: none;
	 }
	 
a:visited{
	 color: #878077;
	 text-decoration: none;
	 }
	 
a:hover{
	 color: #e67c04;
	 text-decoration: underline;
	 }

/* 見出し */

h1{
	 font-size: 15px;
	 font-weight: bold;
	 color: #827464;
	 line-height: 1.5;
	 margin: 0 0 30px 30px;
	 }
	 
h2{
	 font-size: 14px;
	 font-weight: bold;
	 color: #9a632c;
	 line-height: 1.5;
	 margin: 0 0 0 30px;
	 }
	 

/* 基本構造 */

body{
	  background: url(../shared/bg.gif) repeat-y center;
	  background-color: #FFFFFF;
	  margin: 0 auto;
	  padding: 0;
	  color: #444444;
	  font-size: 14px;
	  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
	  line-height: 1.3;
	  text-align: center;
	 }
	 
#wrapper{
	 width: 750px;
	 text-align: left;
	 margin: 0 auto;
	 padding: 0 0 20px 0;
	 }
	 
#flash{
	 padding: 0 0 20px 0;
	 }
	 
#left{
	 width: 196px;
	 float: left;
	 }
	 
#right{
	 width: 500px;
	 float: right;
	 }
	 
#foot{
	 width: 100%;
	 height: 100px;
	 padding: 150px 0 0 0;
	 background: url(../shared/foot_bg.gif) no-repeat center top;
	 background-color: #8a532b;
	 text-align: center;
	 clear: both;
	 }
	 

	 
/*　ナビゲーション　*/

#navi{
	 width: 210px;
	 margin: 0;
	 padding: 0;
	 text-align: left;
	 }
	 
.kakomi{
	 width: 196px;
	 margin: 10px 0 0 0;
	 }
	 
#left ul{
	 margin: 0;
	 padding: 0 5px 15px 10px;
	 }
	 
#left li{
	 margin: 5px 0 0 10px;
	 list-style: disc;
	 line-height: 1.2;
	 }

/*　漫画　*/

#manga{
	 width: 494px;
	 margin: 12px 0 0 0;
	 float: right;
	 text-align: center;
	 }
	 
/*　フォントサイズ　*/

.text12{ font-size: 12px;}
.text10{ font-size: 10px;}

/*　フォントカラー　*/

.brown12{ font-size: 12px; color: #766654;}
.brown14{ font-size: 14px; color: #766654;}
.brown14b{ font-size: 14px; color: #766654; font-weight: bold;}
.orange14{ font-size: 14px; color: #f38f1a;}
.red14{ font-size: 14px; color: #f46d7d;}
.orange18{ font-size: 18px; color: #f38f1a; font-weight: bold;}
.blue14{color: #4A719A; font-size: 14px; }
/*　調整用　*/

.space{ width: 100%; margin: 30px 0; float: left;}</pre></body></html>