/*スクロールバーの設定*/

html{
scrollbar-face-color:#080808; /*バー本体の色*/
scrollbar-highlight-color: #202020; /*バー左側上の影*/
scrollbar-shadow-color: #101010; /*バー右側上の影*/
scrollbar-3dlight-color: #000000; /*バーの左側下の影*/
scrollbar-arrow-color: #606060; /*矢印の色*/
scrollbar-track-color: #000000; /*背面の色*/
scrollbar-darkshadow-color: #000000; /*\バー右側下の影*/
}

/*基本設定*/

body{
color:#808080;
margin-left : auto;  /* 左側のマージンを自動算出 */
margin-right : auto; /* 右側のマージンを自動算出 */
padding:0px;
font-size:12px;
font-family:Verdana,MS UI Gothic;
background-color:#000000;
background-image:url(http://blog-imgs-22-origin.fc2.com/t/a/e/tae3temp/crescent_01bg.jpg);
background-position:100% 100%;/*画像位置左下*/
background-repeat:no-repeat;
background-attachment:fixed;
line-height:150%;
}

/*リンクの装飾*/

a:link{
color:#FF9900;
text-decoration:none;
}
a:visited{
color:#EE8800;
text-decoration:none;
}
a:active{
color:#98d090;
text-decoration:none;
}
a:hover{
color:#a0a0a0;
background-color:#202020;
border-bottom : 1px solid #885500;
}

/*コメント記入欄*/

input{
color:#808080;
font-size:12px;
font-family:Verdana,MS UI Gothic;
border:1px #202020 solid;
background-color:#141414;
filter:Alpha(Opacity=100,FinishOpacity=50,Style=1);
}
textarea{
color:#808080;
font-size:12px;
font-family:Verdana,MS UI Gothic;
border:1px #202020 solid;
background-color:#141414;
filter:Alpha(Opacity=100,FinishOpacity=50,Style=1);
}

/*表題文字（h1～h4）*/

h1{
font-size:18px;
margin:10px;
text-align:center;
}
h2{
font-size:14px;
margin:30px 5px 10px 5px;
}
h3{
font-size:12px;
border-top:1px solid #900000;
border-bottom:1px solid #900000;
margin:15px 5px 10px 5px;
text-align:center;
}
h4{
font-size:11px;
margin:20px 0px;
}
ul{
margin:10px 5px;
padding-left:15px;
list-style-type:none;
text-decoration:none;
}

/*個別設定*/

.main{
width:640px;
margin:0px;
}
.menu{
width:180px;
font-size:11px;
}
.menu img{
border:0px;
}
.b{
width:10px;
}

.entry{
margin:5px 10px;
}
.entry_text{
margin:10px;
line-height:18px
}

/*テキスト内の画像*/

.entry_text img {
border:0px;
} 

.entry_state{
font-size:12px;
text-align:right;
margin-bottom:10px;
}
.entry_navi{
font-size:12px;
text-align:center;
margin:10px 0px 20px 0px;
}
.search{
margin:2px;
}
img.emoji{
margin:2px 2px 4px 2px;
vertical-align:middle;
float:none;
}
.calender {
margin-bottom:10px;
margin-left:15px;
}

.calender caption {
font-size:10px;
padding-bottom:1px;
margin-left:10px;
}

.calender th {
font-weight:bolder;
text-align:center;
}

.calender td {
text-align: center;
.entry_text{
margin:10px;
}

.trackback-url {
text-align : left;
padding : 10px 5px 0 25px;	
margin : 0px 5px 15px 0px;	
}
.trackback-body {
	padding:10px 10px;
}

.trackback-state {
	padding:10px 10px;
}


*.logbox{
         border: solid 1px #FFFFFF;
         width: 240px;
         height: 120px;
         padding: 0.5em;
         overflow: auto;      }