* {
margin: 0;
padding: 0;
scrollbar-arrow-color: #666; 
scrollbar-base-color: #000; 
scrollbar-face-color: #000; 
scrollbar-highlight-color: #666; 
scrollbar-3d-light-color: #000;
scrollbar-shadow-color: #666; 
scrollbar-track-color: #000F; 
scrollbar-darkshadow-color: #000; 
}


body {
margin: 0px auto;
padding: 0px;
background-color: #000;
font-size:75%;
color:#666;
line-height:1.7;
}

.clear {
clear: both;
font: 0px/0px sans-serif ;
}

#layout {
margin-left: 2em;
width: 95%;
text-align: left;
position:relative;
}


#header {
}


/*--------------------------------------------------
　個別エントリなどの写真
--------------------------------------------------*/
#contents #main {
float: right;
width: 70%;
background:url(http://b-a-h.net/back.jpg)
no-repeat;
background-position:center 30%;
margin-top:20px;
}

/*--------------------------------------------------
　トップの写真
--------------------------------------------------*/

#index #contents #main {
float: right;
width: 70%;
background:url(http://b-a-h.net/back.jpg) no-repeat;
background-position:center 30%;
margin-top:20px;
}

.pad {
height:600px;
overflow:auto;
}

#footer {
clear: both;
}


h1 {
margin: 0px;
padding: 0px;
}

ul {
margin: 0px 0px 0px 0.5em;
padding: 0px;
}


#menu ul {
list-style-type:none;
}

div, td {
font-family:"Georgia","Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

.form_color {
border:1px solid #666;
background: #fff;
color:#666;
}


#menu {
width:25%;
float:left;
}



.menuitem{
margin:0 1em 0 1em;
position:relative;
}

/*---------------------------------------------------
 リンク色は以下で変更可能です。
---------------------------------------------------*/

a { color: #ccc; text-decoration: none; }
a:link		{ color: #ccc; text-decoration: none; }
a:visited	{ color: #bbb; text-decoration: none; }
a:active	{ color: #bbb; text-decoration: none; }
a:hover		{ color: #fff; text-decoration: none; }

/*---------------------------------------------------
 ブログタイトルの色は以下で変更可能です。
---------------------------------------------------*/

.site_title a {color: #ccc;text-decoration: none;}
.site_title a:link {color: #ccc;text-decoration: none;}
.site_title a:visited {color: #ccc;text-decoration: none;}
.site_title a:active {color: #ccc;text-decoration: none;}
.site_title a:hover {color: #ccc;text-decoration: none;}

/*---------------------------------------------------
 エントリタイトルの色は以下で変更可能です。
---------------------------------------------------*/

.entry_title a {color: #ccc;text-decoration: none;}
.entry_title a:link {color: #ccc;text-decoration: none;}
.entry_title a:visited {color: #ccc;text-decoration: none;}
.entry_title a:active {color: #ccc;text-decoration: none;}
.entry_title a:hover {color: #ccc;text-decoration: none;}

/*---------------------------------------------------
 ブログタイトルの大きさはここで変更可能です。
---------------------------------------------------*/
.site_title {
font-size: 200%;
color: #000000;
padding: 10px 1em 5px 0px;
}

#stitle {
display:none;
}

/*---------------------------------------------------
 右のブログタイトルの高さは
　topの%の数字をいじって調節してください。
---------------------------------------------------*/

#index #stitle {
font-size: 200%;
color: #fff;
width:500px;
position:absolute;
top:55%;
right:10px;
text-align:right;
display:block;
}


.description {
font-size: 95%;
color: #666666;
margin: 0px 1em 30px 0px;
}

#index .entry_area,
#cid .entry_area,
#month .entry_area {
	display:none;
}
 
.entry_area {
	display:block;
}

#cid .comtra,
#month .comtra {
text-align:right;
width:100%;
border-top:1px solid #ddd;
padding-top:0.2em;
display:block;
}

.comtra {
display:none;
}

.comtra li{
font-family:"Cenruty Gothic","Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size:95%;
display:inline;
line-height:1.1;
list-style-type:none;
}


.entry_navi{
font-size: 12px;
color: #666666;
margin: 15px 0px 15px 0px;
text-align: center;
}

.entry {
margin: 0px;
padding: 1em;
}

.entry_title {
font-size: 110%;
font-weight: normal;
color: #3C64A8;
margin: 1em 0px 1em 0px;
display:block;
border-left:3px dotted #fff;
padding-left:1em;
}

#index .entry_title {
display:none;
}

/*---------------------------------------------------
　エントリ本文の文字の大きさと色は
　以下で調節可能です。
---------------------------------------------------*/

.entry_body {
font-size: 100%;
line-height: 1.7;
color: #ccc;
margin: 1em 0px 1em 0px;
}

/*---------------------------------------------------
　エントリ作者の文字の大きさと色は
　以下で調節可能です。
---------------------------------------------------*/

.entry_author {
font-size: 95%;
color: #999999;
margin: 0.4em 0px 0.5em 0px;
text-align: right;
}

/*---------------------------------------------------
　エントリ追記の文字の大きさと色は
　以下で調節可能です。
---------------------------------------------------*/

.entry_more {
font-size: 100%;
line-height: 1.7;
color: #ccc;
margin: 1em 0px 1em 0px;
}

.sequel {
display:none;
}


.entry_state {
font-size: 95%;
color: #666666;
margin: 1em 0px 2em 0px;
padding-bottom:0.2em;
text-align:right;
border-bottom:1px dotted #ddd;
}

/*---------------------------------------------------
　引用部分の文字の大きさと色と背景色は
　以下で調節可能です。
---------------------------------------------------*/

blockquote {
font-size: 95%;
color: #333;
margin: 2em 1em 2em 1em;
padding: 10px;
background: #eee;
}

/*---------------------------------------------------
　CommentとSubmit Commentの文字の大きさと色、
　ボーダーは以下で調節可能です。
---------------------------------------------------*/

.comment-title {
font-size: 105%;
font-weight: normal;
color: #ccc;
margin: 1em 0px 1em 0px;
padding-bottom: 0.2em;
}

/*---------------------------------------------------
　Trackback URLとTrackbackの文字の大きさと色、
　ボーダーは以下で調節可能です。
---------------------------------------------------*/

.trackback-title {
font-size: 105%;
font-weight: normal;
color: #ccc;
margin: 1em 0px 1em 0px;
padding-bottom: 0.2em;
}

.edit {
text-align:right;
margin-right:1em;
}

.pict {
border-width: 1px;
border-style: solid;
border-color: #999;
}

/*---------------------------------------------------
　ページ送りの文字の大きさと色は
　以下で調節可能です。
---------------------------------------------------*/

.page {
font-size: 100%;
color: #666666;
padding: 1em 0px 0px 0px;
text-align: center;
display:blodk;
}

#index .page {
display:none;
}

/*---------------------------------------------------
　トップメニューの文字の大きさとフォントは
　以下で調節可能です。色はaでの指定に依存します。
---------------------------------------------------*/


.linktitle {
font-family: "Georgia";
font-size: 100%;
font-weight: normal;
color: #666666;
margin-bottom: 0.5em;
}

.linktext {
font-size: 95%;
color: #999999;
line-height: 1.7;
margin: 0.5em 1em  0.2em;
padding-bottom:2em;
text-align:right;
}


.linktext2 {
font-size: 95%;
color: #999999;
line-height: 1.7;
margin-bottom:1em;
padding:0.7em;
}

.linktext3 {
font-size: 95%;
color: #999999;
line-height: 1.7;
margin-bottom:1em;
padding:0.7em;
display:none;
}

.search {
font-size: 90%;
color: #333333;
line-height: 1.7;
margin: 0px 0px 5px 0px;
}

/*---------------------------------------------------
　検索やコメント送信ボタンの
　枠線と背景と文字色は以下で調節可能です。
---------------------------------------------------*/

.button {
border:1px solid #666;
background:#fff;
color:#666;
	margin: 5px 0 0 0;
}



.copyright {
font-size: 90%;
color: #333333;
line-height: 170%;
margin: 30px 0px 0px 0px;
text-align:center;
}



.calendar_month {
font-family: "Verdana";
margin-bottom: 10px;
font-size: 10px;
color: #666666;
}

.cell {
width: 25px;
height: 20px;
padding: 0px;
text-align:left;
font-size: 10px;
color: #666666;
}

/*----------------------------------------
ニュース用
------------------------------------------*/

.review_info,
.afpbbItemTxt {
color:#666;
font-size:12px;
}

.afpbbItemAds1,
.afpbbItemAds2 {
font-size:10px;
}