/* 全体の指定----------------------------------------------------*/

/* リセット */
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: #ffffc4; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-track-color: #ffffc4; 
scrollbar-shadow-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-arrow-color: #ffffff; 
} 

/* body */
body{ 
background-color: #ffffc4; 
background-image: url(http://bfile.shinobi.jp/5087/ywall.gif); 
color: #999999; 
font-size: 80%; 
font-family: 'ＭＳ　ゴシック', Verdana, sans-serif; 
line-height: 1.5; 
letter-spacing: 0.1em; 
text-align: center; 
} 

/* リンク */
a:link{ 
color: #33ccff; 
border-bottom: dashed 1px #33ccff; 
} 

a:visited{ 
color: #33ccff; 
border-bottom: none; 
} 

a:hover{ 
color: #99ccff; 
border-bottom: dashed 1px #99ccff; 
} 

a:active{ 
color: #99ccff; 
border-bottom: none; 
} 

/* 引用 */
blockquote{ 
border: dashed 1px #ff6699; 
margin: 10px; 
padding: 10px; 
} 

/* h2見出し */
h2{ 
background-image: url(http://bfile.shinobi.jp/5087/7667c0a1.gif); 
background-repeat: no-repeat; 
background-position: left center; 
background-attachment: scroll; 
padding: 0px 0px 0px 18px; 
border-bottom: dashed 1px #bbbbbb; 
font-weight: bold; 
} 

h2 a:link, h2 a:visited{ 
color: #ff6699; 
border-bottom: none; 
font-weight: bold; 
} 

/* フォーム */
input,textarea{ 
border: solid 1px #bbbbbb; 
background-color: #ffffff; 
color: #999999; 
scrollbar-face-color: #ffffff; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #bbbbbb; 
scrollbar-track-color: #ffffff; 
scrollbar-shadow-color: #bbbbbb; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-arrow-color: #ffffff; 
} 

/* 右寄せ */
.right{ 
text-align: right; 
} 

/* 左寄せ */
.left{ 
text-align: left; 
} 

/* 中央揃え */
.center{ 
text-align: center; 
} 

/* 構造の指定------------------------------------------------------------- */

/* 全体 */
div#all{ 
width: 750px; 
border-left: solid 1px #bbbbbb; 
border-right: solid 1px #bbbbbb; 
background-color: #ffffff; 
margin: 0px auto; 
text-align: left; 
} 

/* ヘッダ */
div#header{ 
width: 750px; 
height: 200px; 
background-image: url(http://bfile.shinobi.jp/5087/2707287b.gif); 
background-repeat: no-repeat; 
background-position: left top; 
background-attachment: scroll; 
border-bottom: solid 1px #bbbbbb; 
} 

/* 左ブロック */
div#entry{ 
width: 500px; 
float: left; 
} 

/* 右ブロック */
div#plugin{ 
width: 250px; 
float: left; 
} 

/* フッタ */
div#footer{ 
height: 80px; 
border-top: solid 1px #bbbbbb; 
clear: left; 
background-image: url(http://bfile.shinobi.jp/5087/wwall.gif); 
} 

/* 余白取り */
div.pad{ 
padding: 10px; 
} 

/* 各項目共通日付 */
p.date{ 
text-align: right; 
} 

p.date a:link, p.date a:visited{ 
color: #999999; 
border-bottom: none; 
} 

/* 各項目共通本文 */
div.text{ 
margin: 10px 0px; 
} 

/* 各項目共通フッタ */
ul.efooter{ 
text-align: right; 
margin: 10px 0px 10px -5px; 
} 

ul.efooter li{ 
margin-left: 5px; 
display: inline; 
} 

/* ヘッダの指定---------------------------------------------------------- */

/* ブログタイトル */
h1{ 
font-size: 25px; 
font-family: 'Century Gothic'; 
padding: 10px; 
} 

/* ブログの説明文 */
div#header p{ 
padding: 0px 280px 10px 10px; 
font-size: 12px; 
} 

/* エントリーの指定------------------------------------------------------- */

/* 続きを読むリンク */
p.ps{ 
text-align: right; 
margin: 10px 0px; 
} 

/* ナビ */
p.navi{ 
text-align: center; 
margin: 10px; 
} 

/* コメント、トラバ---------------------------------------------------- */

/* コメントフォーム幅 */
.cmt{ 
width: 400px; 
} 

/* h3見出し */
h3{ 
background-image: url(http://bfile.shinobi.jp/5087/ribbon02.gif); 
background-repeat: no-repeat; 
background-position: left center; 
background-attachment: scroll; 
padding: 0px 0px 0px 18px; 
border-bottom: dashed 1px #bbbbbb; 
font-weight: bold; 
} 

/* h3見出し（レス） */
h3.res{ 
background-image: url(http://bfile.shinobi.jp/5087/ribbon03.gif); 
background-repeat: no-repeat; 
background-position: left center; 
background-attachment: scroll; 
padding: 0px 0px 0px 18px; 
border-bottom: dashed 1px #bbbbbb; 
font-weight: bold; 
} 

/* プラグインの指定--------------------------------------------------- */

/* プラグイン上説明 */
p.pextop{ 
margin-top: 10px; 
} 

/* プラグイン中身 */
div.plugincontents{ 
padding: 10px; 
} 

/* プラグイン下説明 */
p.pexbottom{ 
margin-bottom: 10px; 
} 

/* 検索フォーム */
input.box{ 
width: 120px; 
} 

/* カレンダーの指定------------------------------------------------------ */

/* 全体の指定 */
table.CalendarMoveTable, table.CalendarTable{ 
font-size: 12px; 
text-align: center; 
width: 70%; 
} 

/* 曜日指定 */
table.CalendarTable th{ 
font-weight: bold; 
} 

/* 曜日（日曜） */
th.CalendarWdaySun{ 
color: #ff0000; 
} 

/* 曜日（土曜） */
th.CalendarWdaySat{ 
color: #0000ff; 
} 

/* 日付（日曜） */
td.CalendarTdSun{ 
color: #ff0000; 
} 

/* 日付（土曜） */
td.CalendarTdSat{ 
color: #0000ff; 
} 

/* フッタの指定----------------------------------------------------------- */

/* 全体の指定 */
div#footer{ 
text-align: center; 
} 

/* 著作権表示部分 */
div#footer address{ 
margin-top: 10px; 
} 