/* sd_simple06 designed by Twinkle Magic(http://nonty.net/) */
/* 違法、宗教、アダルト関係のブログでの使用は禁止。 */
/* 過度な加工禁止。 */

/* 全体の指定----------------------------------------------------*/

/* リセット */
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: #eeeeee; 
scrollbar-highlight-color: #eeeeee; 
scrollbar-3dlight-color: #cccccc; 
scrollbar-track-color: #eeeeee; 
scrollbar-shadow-color: #cccccc; 
scrollbar-darkshadow-color: #eeeeee; 
scrollbar-arrow-color: #cccccc; 
} 

/* body */
body{ 
background-color: #eeeeee; 
color: #888888; 
font-family: Verdana, sans-serif; 
font-size: 80%; 
letter-spacing: 0.2em; 
line-height: 1.5; 
text-align: center; 
} 

/* リンク */
a:link{ 
color: #666666; 
text-decoration: underline; 
} 

a:visited{ 
color: #666666; 
text-decoration: none; 
} 

a:hover{ 
color: #999999; 
text-decoration: underline; 
} 

a:active{ 
color: #999999; 
text-decoration: none; 
} 

/* フォーム */
input,textarea{ 
border: solid 1px #cccccc; 
background-color: #eeeeee; 
color: #888888; 
} 

/* 引用 */
blockquote{ 
border: double 3px #cccccc; 
color: #999999; 
margin: 10px; 
padding: 10px; 
} 

/* 右寄せ */
.right{ 
text-align: right; 
} 

/* 中央揃え */
.center{ 
text-align: center; 
} 

/* 左寄せ */
.left{ 
text-align: left; 
} 

/* 構造の指定---------------------------------------------------------- */

/* 全体 */
div#all{ 
width: 740px; 
text-align: left; 
margin: 0px auto 10px auto; 
} 

/* ヘッダー */
div#header{ 
width: 740px; 
height: 154px; 
background-image: url(http://bfile.shinobi.jp/5651/78c84a68.gif); 
background-repeat: no-repeat; 
background-position: center top; 
background-attachment: scroll; 
margin-top: 10px; 
} 

/* エントリーブロック */
div#entry{ 
width: 500px; 
float: right; 
} 

/* プラグインブロック */
div#plugin{ 
width: 220px; 
float: right; 
margin-right: 20px; 
} 

/* フッターブロック */
div#footer{ 
width: 740px; 
height: 94px; 
clear: right; 
background-image: url(http://bfile.shinobi.jp/5651/footer.gif); 
background-repeat: no-repeat; 
background-position: center top; 
background-attachment: scroll; 
} 

/* ヘッダーの指定----------------------------------------------------- */

/* ブログタイトル */
h1{ 
padding: 10px; 
font-size: 16px; 
} 

/* ブログの説明文 */
div#header p{ 
padding: 0px 10px; 
font-size: 12px; 
} 

/* エントリーの指定--------------------------------------------------- */

/* エントリー全体 */
div.eall{ 
width: 500px; 
margin: 10px 0px; 
} 

/* エントリーヘッダー */
div.eheader{ 
width: 500px; 
height: 80px; 
background-image: url(http://bfile.shinobi.jp/5651/cdf7f85d.gif); 
background-repeat: no-repeat; 
background-position: center bottom; 
background-attachment: scroll; 
} 

/* エントリーボディ */
div.ebody{ 
width: 500px; 
background-image: url(http://bfile.shinobi.jp/5651/f502ebe3.gif); 
background-repeat: repeat-y; 
background-position: center top; 
background-attachment: scroll; 
} 

/* エントリーフッター */
div.efooter{ 
width: 500px; 
height: 54px; 
background-image: url(http://bfile.shinobi.jp/5651/c8ced058.gif); 
background-repeat: no-repeat; 
background-position: center top; 
background-attachment: scroll; 
} 

/* h2 */
h2{ 
background-image: url(http://bfile.shinobi.jp/5651/c04f9690.gif); 
background-repeat: no-repeat; 
background-position: 0px 13px; 
background-attachment: scroll; 
padding: 10px 0px 0px 20px; 
margin: 0px 10px; 
border-bottom: solid 1px #cccccc; 
font-size: 12px; 
} 

h2 a, h2 a:link, h2 a:visited{ 
text-decoration: none; 
} 

/* 日付、投稿者名 */
ul.date{ 
font-size: 10px; 
text-align: right; 
margin: 0px 10px; 
} 

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; 
border-bottom: solid 1px #cccccc; 
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: 10px 0px; 
} 

/* プラグインヘッダー */
div.pheader{ 
width: 220px; 
height: 60px; 
background-image: url(http://bfile.shinobi.jp/5651/7f7085f3.gif); 
background-repeat: no-repeat; 
background-position: center bottom; 
background-attachment: scroll; 
} 

/* プラグインボディ */
div.pbody{ 
width: 220px; 
background-image: url(http://bfile.shinobi.jp/5651/df2f4c6a.gif); 
background-repeat: repeat-y; 
background-position: center top; 
background-attachment: scroll; 
} 

/* プラグインフッター */
div.pfooter{ 
width: 220px; 
height: 24px; 
background-image: url(http://bfile.shinobi.jp/5651/96522c57.gif); 
background-repeat: no-repeat; 
background-position: center top; 
background-attachment: scroll; 
} 

/* プラグイン上説明 */
p.pextop{ 
padding: 0px 10px 10px 10px; 
} 

/* プラグイン中身 */
div.pcont{ 
padding: 0px 10px; 
} 

/* プラグイン下説明 */
p.pexbottom{ 
padding: 10px 10px 0px 10px; 
} 

/* カレンダーの指定--------------------------------------------------- */

/* 全体 */
table.CalendarMoveTable,table.CalendarTable{ 
font-size: 12px; 
margin-left: auto; 
margin-right: auto; 
text-align: center; 
width: 90%; 
} 

table.CalendarMoveTable td, table.CalendarTable th, table.CalendarTable td{ 
padding: 2px; 
} 

/* 曜日全体 */
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: #eeeeee; 
text-decoration: none; 
display: block; 
} 

/* フッターブロックの指定---------------------------------------------- */

/* 全体 */
div#footer{ 
font-size: 12px; 
text-align: center; 
} 

/* 著作権表示 */
div#footer address{ 
padding: 10px; 
} 

/* 広告 */
div#footer p{ 
padding: 0px 10px; 
} 