/* ページ構造 ------------------------------------------- */

/* 全てのスタイルをリセット */

*{
padding: 0;
margin: 0;
}

/* スクロールバーを常に表示することでFireFoxでのズレを防止 */
/* overflow-yに非対応ブラウザには height: 100%;margin-bottom: 1px;で指定 */

html{
overflow-y: scroll;
height: 100%;
margin-bottom: 1px;
}

/*「text-align: center」はIE6のバグ対策 */
body{
height: 100%;
background-color: #FFFFFF;
background-image:url("skin/wp00.gif");
background-attachment: fixed;
color: #000000;
text-align: center;
}

/*「text-align: left」はIE6のバグ対策の続き */
#wrapper{
height: 100%; 
min-height: 100%;
width: 750px;
background-color: #FFFFFF;
text-align: left;
margin-left: auto;
margin-right: auto;
border-style: none solid none solid;
border-width: 0px 2px 0px 2px;
}

/* 背景が切れる問題をクリアするため */
body > #wrapper{ 
height: auto; 
}

#header{
width: 750px;
height: 200px;
border-color: #000000;
border-style: solid none solid none;
border-width: 2px 0px 2px 0px;
background-color: #000000;
color: #ffffff;
}

#nav{
width: 200px;
padding-top: 10px;
padding-bottom: 10px;
float: left;
}

#contents{
text-align: left;
width: 548px;
border-style: none none none solid;
border-width: 0px 0px 0px 2px;
padding-top: 10px;
padding-bottom: 10px;
float: left;
}

#footer{
width: 710px;
background-color: #000000;
color: #ffffff;
text-align: right;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 50px;
clear: left;
}

/* 基本設定 --------------------------------------------- */

p{
font-size: 0.8em;
line-height: 1.3em;
margin-bottom: 8px;
}

em{
font-style: normal;
text-decoration: underline;
}

strong{
font-style: normal;
font-weight: bold;
}

a{
text-decoration: none;
color: #cc0000;
}

a:hover{
color: #ff0000;
text-decoration: underline;
}

img{
border: none;
margin-bottom: 8px;
}

hr{
color: #000000;
height: 1px;
margin-bottom: 8px;
}

table{
border-collapse: collapse;
}

th{
vertical-align: top;
font-size: 0.8em;
line-height: 1.3em;
}

td{
vertical-align: top;
font-size: 0.8em;
line-height: 1.3em;
}

div.page_up{
font-size: 0.6em;
text-align: right;
margin-right: 10px;
margin-bottom: 8px;
}

/* ヘッダー --------------------------------------------- */

/* カウンター位置 */
#counter{
text-align: center;
}

/* ナビ --------------------------------------------- */

#nav h1{
background-color: #000000;
color: #ffffff;
letter-spacing: 0.1em;
font-size: 0.9em;
font-weight: bold;
padding-top: 3px;
padding-left: 1em;
padding-bottom: 3px;
margin-bottom: 8px;
}

.nav_h1{
margin-left: 10px;
margin-right: 10px;
margin-bottom: 8px;
}

#nav ul{
margin-left: 10px;
margin-bottom: 16px;
}

#nav li{
font-size: 0.8em;
font-weight: bold;
list-style-type: none;
margin-bottom: 4px;
}

/*ナビ広告欄*/

.cm{
text-align: center;
margin-bottom: 8px;
}

/* コンテンツ --------------------------------------------- */

/*メールフォーム*/
.mail_form{
margin-top: 20px;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 26px;
}

/*リスト*/

#contents ul{
margin-left: 1em;
margin-bottom: 16px;
}

#contents li{
font-size: 0.8em;
line-height: 1.2em;
list-style-type: circle;
margin-bottom: 4px;
}

/*スクロールボックス*/

div.scroll{
height: 100px;
overflow: auto;
border-style: solid none solid solid;
border-width: 1px 0px 1px 1px;
background-color: #ffffff;
scrollbar-face-color: #ffffff; 
scrollbar-track-color: #ffffff; 
scrollbar-arrow-color: #000000; 
scrollbar-highlight-color: #ffffff; 
scrollbar-shadow-color: #000000; 
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #000000; 
padding-left: 10px;
padding-right: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

/*項目名入りリスト（更新履歴）*/
#update dl{
font-size: 0.8em;
line-height: 1.2em;
text-align: left;
}
#update dt{
width: 7em;
padding-top: 4px;
padding-bottom: 4px;
float: left;
}
#update dd{
padding-top: 4px;
padding-bottom: 4px;
border-bottom: dashed 1px;
}

/*コンテンツ内の見出し*/

#contents h1{
background-color: #000000;
color: #ffffff;
font-size: 0.9em;
font-weight: bold;
letter-spacing: 0.1em;
padding-top: 3px;
padding-left: 1em;
padding-bottom: 3px;
margin-left: 10px;
margin-bottom: 8px;
}

#contents .h1{
margin-left: 10px;
margin-right: 10px;
margin-bottom: 16px;
}

#contents h2{
background-color: #cccccc;
color: #000000;
font-size: 0.8em;
font-weight: bold;
padding-top: 1px;
padding-left: 0.5em;
padding-bottom: 1px;
margin-left: 20px;
margin-bottom: 8px;
border-style: solid none solid solid;
border-width: 1px 0px 1px 10px;
}

#contents .h2{
margin-left: 20px;
margin-right: 10px;
margin-bottom: 16px;
}

#contents h3{
background-color: #ffffff;
color: #000000;
font-size: 0.8em;
font-weight: bold;
padding-top: 1px;
padding-left: 0.5em;
padding-bottom: 1px;
margin-left: 30px;
margin-bottom: 0.5em;
border-style: solid none solid solid;
border-width: 1px 0px 1px 1px;
}

#contents .h3{
margin-left: 30px;
margin-right: 10px;
margin-bottom: 16px;
}

/*最新コミックス*/

.comics_img{
border: solid 1px #000;
margin-right: 8px;
}

/*連載中の漫画*/

#rensai img{
border: solid 1px #000;
margin: 0;
padding: 0;
}

#rensai th{
vertical-align: middle;
text-align: left;
padding-right: 16px;
}

#rensai td{
vertical-align: middle;
padding-right: 8px;
}

/*きつねのお宿・連載中の漫画ＢＧ*/
#ten_rensai{
background-image: url("tennouji_kitsune/skin/fnc_bg.jpg");
background-repeat: no-repeat;
background-position: right bottom;
}

/*阿倍野茶屋コメント*/
#abeno_comment{
background-image: url("abeno_chaco/skin/comment_bg.gif");
background-repeat: no-repeat;
background-position: center center;
border: dotted 2px #000;
padding: 12px;
}

/*コミックス一覧*/

#comics_list img{
border: solid 1px #000;
margin-top: 0;
margin-left: 0;
margin-right: 12px;
margin-bottom: 1px;
}

#comics_list th{
width: 300px;
text-align: left;
line-height: 1.2em;
}

#comics_list td{
line-height: 1.2em;
}

td.amazon_list{
font-size: 0.7em;
vertical-align: middle;
}

/*twitter*/
#twitter{
margin-bottom: 2px;
}



