/* 全体の指定---------------------------------------------------- */

/* リセット */
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; 
} 

/* html */
html{ 
scrollbar-face-color: #ffffff; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #ff0000; 
scrollbar-track-color: #ffffff; 
scrollbar-shadow-color: #ff0000; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-arrow-color: #ff0000; 
} 

/* body */
body{ 
background-color: #ffffff; 
color: #000000; 
font-size: 80%; 
font-family: 'ＭＳ　ゴシック', Verdana, sans-serif; 
line-height: 1.5; 
letter-spacing: 0.15em; 
text-align: center; 
} 

/* リンク */
a:link{ 
color: #ff0000; 
border-bottom: dotted 1px #ff0000; 
} 

a:visited{ 
color: #ff0000; 
border-bottom: none; 
} 

a:hover{ 
color: #ff9900; 
border-bottom: dotted 1px #ff9900; 
} 

a:active{ 
color: #ff9900; 
border-bottom: none; 
} 

/* フォーム */
input,textarea{ 
border: solid 1px #ff0000; 
color: #000000; 
background-color: #ffffff; 
} 

/* 引用 */
blockquote{ 
border: double 3px #ff0000; 
margin: 10px; 
padding: 10px; 
} 

/* h2見出し */
h2{ 
font-weight: bold; 
background-image: url(http://bfile.shinobi.jp/4998/miniico.gif); 
background-repeat: no-repeat; 
background-position: left center; 
background-attachment: scroll; 
padding: 0px 0px 0px 20px; 
} 

h2 a{ 
font-weight: bold; 
} 

/* テーブル */
table,tr,th,td{ 
font-size: 12px; 
} 

/* 右寄せ */
.right{ 
text-align: right; 
} 

/* 左寄せ */
.left{ 
text-align: left; 
} 

/* 中央揃え */
.center{ 
text-align: center; 
} 

/* 各項目共通日付 */
p.date{ 
text-align: right; 
} 

/* 各項目共通フッタ */
ul.efooter{ 
text-align: right; 
margin: 10px 0px 10px -5px; 
} 

ul.efooter li{ 
display: inline; 
margin-left: 5px; 
} 

/* 構造の指定--------------------------------------------------- */

/* 全体の指定 */
div#all{ 
width: 725px; 
border-left: solid 1px #ff0000; 
border-right: solid 1px #ff0000; 
margin: 0px auto; 
text-align: left; 
background-color: #ffffff; 
} 

/* ヘッダブロック */
div#header{ 
height: 203px; 
} 

/* エントリーブロック */
div#entry{ 
width: 500px; 
float: left; 
} 

/* プラグインブロック */
div#plugin{ 
width: 225px; 
float: left; 
} 

/* フッタブロック */
div#footer{ 
clear: left; 
} 

/* 余白取り */
div.pad{ 
padding: 10px; 
} 

/* ヘッダ指定---------------------------------------------------- */

/* 全体指定 */
div#header{ 
background-image: url(http://bfile.shinobi.jp/4998/311b8b78.gif); 
background-repeat: no-repeat; 
background-position: center top; 
background-attachment: scroll; 
position: relative; 
} 

/* ブログタイトル */
h1{ 
font-size: 25px; 
font-family: 'Century Gothic'; 
padding: 10px 145px 0px 10px; 
} 

/* ブログの説明文 */
div#header p{ 
font-size: 12px; 
padding: 10px 145px 0px 10px; 
} 

/* カレンダー指定 */
div#calendar{ 
position: absolute; 
top: 163px; 
left: 0px; 
width: 100%; 
text-align: center; 
font-size: 12px; 
color: #ffff00; 
} 

div#calendar ul{ 
letter-spacing: 1px; 
} 

div#calendar ul li{ 
display: inline; 
} 

div#calendar a{ 
color: #ffff00; 
} 

/* エントリーブロック指定------------------------------------------- */

/* エントリー本文 */
div.entrytext{ 
padding: 10px 0px; 
} 

/* 続きを読むの部分 */
p.epstext{ 
text-align: right; 
} 

/* ナビ */
p.navi{ 
text-align: center; 
margin: 10px; 
} 

/* コメント、トラバ指定------------------------------------------- */

/* コメントフォーム幅 */
.cmt{ 
width: 200px; 
} 

/* コメント送信ボタン */
p.cmtsub{ 
margin-bottom: 15px; 
} 

/* コメント、トラバ見出し（h3） */
h3{ 
font-weight: bold; 
background-image: url(http://bfile.shinobi.jp/4998/miniico02.gif); 
background-repeat: no-repeat; 
background-position: left center; 
background-attachment: scroll; 
padding: 0px 0px 0px 18px; 
} 

/* コメントレス見出し */
h3.res{ 
background-image: url(http://bfile.shinobi.jp/4998/miniico03.gif); 
background-repeat: no-repeat; 
background-position: left center; 
background-attachment: scroll; 
padding: 0px 0px 0px 14px; 
} 

/* コメント、トラバ本文 */
div.cmttext{ 
padding: 10px 0px; 
} 

/* プラグインブロック指定------------------------------------------ */

/* プラグイン上部説明 */
p.pextop{ 
padding-top: 10px; 
} 

/* プラグイン中身 */
div.plugincontents{ 
padding: 10px 0px; 
} 

/* プラグイン下部説明 */
p.pexbottom{ 
padding-bottom: 10px; 
} 

/* 検索フォーム */
input.box{ 
width: 100px; 
} 

/* カレンダー文字色指定（日曜） */
th.CalendarWdaySun,td.CalendarTdSun{ 
color: #ff3300; 
} 

/* カレンダー文字色指定（土曜） */
th.CalendarWdaySat,td.CalendarTdSat{ 
color: #0033ff; 
} 

/* フッタブロック指定---------------------------------------------- */

/* 全体の指定 */
div#footer{ 
text-align: center; 
background-image: url(http://bfile.shinobi.jp/4998/f21118d4.gif); 
border-top: solid 1px #ff0000; 
height: 80px; 
font-size: 12px; 
} 

/* リンクの指定 */
div#footer a{ 
color: #000000; 
} 

/* 余白などの指定 */
div#footer address{ 
padding: 10px 10px 0px 10px; 
} 

div#footer p{ 
padding: 10px; 
} 