@charset "utf-8";
/* CSS Document */

/* 全体の指定----------------------------------------------------*/

/* reset */
body,div,p,h1,h2,h3,h4,h5,h6,blockquote,ul,ol,li,dl,dt,dd,form,input,textarea,address,table,th,tr,td,img,a{ 
border: 0px; 
margin: 0px; 
padding: 0px; 
font-size: 1em; 
font-style: normal; 
font-weight: normal; 
text-decoration: none; 
} 

ul,ol,li{ 
list-style-type: none; 
}

br{
letter-spacing: 0;
} 

/* html */


/* body */
body{ 
background-color: #ffffff; 
color: #eeeeee; 
font-family: Verdana, sans-serif; 
font-size: 75%; 
letter-spacing: 0.1em; 
line-height: 160%; 
text-align: center; 
} 

/* リンク */
a:link{ 
color: #eeeeee; 
text-decoration: underline; 
} 

a:visited{ 
color: #eeeeee; 
text-decoration: none; 
} 

a:hover{ 
color: #ffffff; 
text-decoration: underline; 
} 

a:active{ 
color: #999999; 
text-decoration: none; 
} 

/* フォーム */
input,textarea{ 
border: solid 1px #cccccc; 
background-color: #111111; 
color: #888888; 
}

/* 右寄せ */
.right{ 
text-align: right; 
} 

/* 中央揃え */
.center{ 
text-align: center; 
} 

/* 左寄せ */
.left{ 
text-align: left; 
} 

/* 構造の指定---------------------------------------------------------- */

/* 全体 */
div#wrap{
width: 800px; 
text-align: left; 
margin: 0px auto;
background-color:#000;
background-image: url(http://bfile.shinobi.jp/6038/bg_header_kaze.jpg); 
background-repeat: no-repeat; 
background-position: center top; 
} 

/* ヘッダー */
div#header{ 
width: 800px; 
height: 150px; 
} 

/* エントリーブロック */
div#entry{
width: 540px;
float: right; 
} 

/* プラグインブロック */
div#plugin{
width: 240px;
margin:50px 0 0 0;
font-size:90%;
float: left; 
} 
/* フッターブロック */
div#footer{ 
width: 800px; 
height: 94px; 
clear: both; 
} 

/* ヘッダーの指定----------------------------------------------------- */

/* ブログタイトル */
h1{
padding:60px 20px 3px 300px;
font-size: 16px;
font-weight:bold;
text-align: left;
} 

h1 a{
font-weight:bold;
}

/* ブログの説明文 */
div#header p{ 
padding: 0 0 0 250px; 
font-size: 12px;
text-align: center;
} 

/* エントリーの指定--------------------------------------------------- */

/* エントリー全体 */
div.eall{
width: 520px; 
margin: 0 20px 0 0;
padding-bottom:30px;
background:#171717;
} 

/* エントリーヘッダー */
div.eheader{
padding:20px 0 20px 0;
} 

h2.entry_ttl{
width:440px;
height:36px;
margin:0 auto;
padding:10px 0 0 40px;
background-image: url(http://bfile.shinobi.jp/6038/icon_kusa.jpg);
background-repeat: no-repeat; 
background-position: left center;
}


/* エントリーボディ */
div.ebody{ 
width: 480px;
margin:0 auto;
} 


/* エントリーフッター */
div.efooter{ 
width: 500px; 
height: 40px;
margin: 0 auto;
border-bottom:1px solid #dddddd;
} 

dl.commentform img{
display:inline;}

/* h2 */
h2.com_tra_ttl{
padding:0 0 0 30px;}

/* 日付、投稿者名 */
ul.date{ 
font-size: 10px; 
text-align: right; 
margin: 0px 20px 0 0;
color:#888888;
} 

ul.date li a:link, ul.date li a:visited{ 
text-decoration: none; 
color: #888888; 
} 

/* 本文 */
div.text{ 
padding: 10px; 
} 

/* 続きを読むリンク */
p.ps{ 
text-align: right; 
padding: 10px; 
} 

/* エントリーフッターリスト */
ul.cat{ 
text-align: right; 
font-size: 10px; 
margin: 0px 10px 0px 5px; 
padding-top: 10px; 
} 

ul.cat li{ 
display: inline; 
margin-left: 5px; 
} 

/* ナビ */
p.navi{ 
margin: 10px 0px; 
text-align: center; 
} 

/* h3 */
h3{ 
padding: 10px 0px 0px 0px; 
margin: 0px 10px; 
font-size: 12px; 
} 

h3 a, h3 a:link, h3 a:visited{ 
text-decoration: none; 
} 

/* コメントフォーム */
dl.commentform{ 
padding: 0px 10px; 
} 

/* コメントフォーム幅 */
.cmt{ 
width: 350px; 
} 

/* コメント送信ボタン */
p.cmtsub{ 
padding: 10px 10px 0px 10px; 
} 

/* トラックバック */
dl.tburi{ 
padding: 0px 10px; 
} 

/* プラグインの指定--------------------------------------------------- */

/* プラグイン全体 */
div.pall{
width: 220px; 
margin: 0 auto;
background-image:url(http://bfile.shinobi.jp/6038/line_kaze.jpg);
background-repeat: no-repeat; 
background-position: center top;

} 

/* プラグインヘッダー */
div.pheader{ 
width: 170px;
margin:0 auto;
height: 30px;
} 

h2.plugintitle {
padding: 4px 0 0 0;
font-size:120%;
font-weight:bold;
text-align:center;
}

/* プラグインボディ */
div.pbody{
width: 170px;
margin:0 auto;
padding:0 0 20px 0;

} 

/* プラグインフッター */
div.pfooter{ 
width: 150px; 
height: 24px;
margin:0 auto; 
} 

/* プラグイン上説明 */
p.pextop{ 
padding: 0px 0 10px 0; 
} 

/* プラグイン中身 */
div.pcont{ 
padding: 0px 10px; 
} 

/* プラグイン下説明 */
p.pexbottom{ 
padding: 10px 10px 0px 10px; 
} 

/* カレンダーの指定--------------------------------------------------- */

/* 全体 */
table.CalendarMoveTable,table.CalendarTable{
font-size: 10px; 
text-align: center;
width: 145px;
margin:0 auto; 
} 

table.CalendarMoveTable td, table.CalendarTable th, table.CalendarTable td{
padding: 1px; 
} 

/* 曜日全体 */
table.CalendarTable th{ 
font-weight: bold; 
} 

/* 日曜日 */
th.CalendarWdaySun, td.CalendarTdSun{ 
color: #990000; 
} 

/* 土曜日 */
th.CalendarWdaySat, td.CalendarTdSat{ 
color: #003399; 
} 

/* カレンダー日付部分リンク */
table.CalendarTable td a:link, table.CalendarTable td a:visited{ 
background-color: #312a2a; 
text-decoration: none; 
display: block; 
} 

/* フッターブロックの指定---------------------------------------------- */

/* 全体 */
div#footer{ 
font-size: 12px; 
text-align: center; 
} 

/* 著作権表示 */
div#footer address{ 
padding: 10px; 
} 

/* 広告 */
div#footer p{ 
padding: 0px 10px; 
}
