/*　タグ初期化　*/

p{
	 margin: 0;
	 padding: 0;
	 }

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

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

a:link{
	 color: #9a8686;
	 text-decoration: none;
	 }
	 
a:visited{
	 color: #846464;
	 text-decoration: none;
	 }
	 
a:hover{
	 color: #f83f3f;
	 text-decoration: underline;
	 }
	 

/* 基本構造 */

body{
	  background: url(../shared/bg01.jpg) no-repeat center top fixed;
	  background-color: #FFFFFF;
	  margin: 0 auto;
	  padding: 0;
	  color: #333333;
	  font-size: 14px;
	  line-height: 1.3;
	  text-align: center;
	 }
	 
#wrapper{
	 width: 720px;
	 text-align: left;
	 margin: 0 auto;
	 padding: 0 0 20px 0;
	 }
	 
#left{
	 width: 216px;
	 float: left;
	 }
	 
#foot{
	 width: 100%;
	 height: 120px;
	 background: url(../shared/foot_bg.jpg) no-repeat center;
	 background-color: #f0647f;
	 text-align: center;
	 clear: both;
	 }
	 

	 
/*　ナビゲーション　*/

#navi{
	 width: 215px;
	 margin: 12px 0 0 0;
	 text-align: left;
	 }

.navi{
	 background-color: #fcd1d1;
	 margin: 0;
	 padding: 5px 0 5px 0;
	 font-size: 12px;
	 line-height: 1.3;
	 }
	 
#navi_top{
	 width: 215px;
	 height: 15px;
	 background:url(../shared/navi_bgTop.gif) center bottom no-repeat;
	 }
	 
#navi_bottom{
	 width: 215px;
	 height: 15px;
	 background:url(../shared/navi_bgBottom.gif) center top no-repeat;
	 }
	 
.kakomi{
	 width: 216px;
	 margin: 10px 0 0 0;
	 float: right;
	 }
	 
img.button {
      cursor: pointer;
}

	 
/*　漫画　*/

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

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

/*　調整用　*/

.space{ width: 100%; margin: 30px 0; float: left;}