/* リセット-------------------------------------------------------------- */

body,div,p,h1,h2,h3,h4,h5,h6,blockquote,ul,ol,li,dl,dt,dd,address,img,a,form,input,textarea,table,th,tr,td{ 
margin: 0px; 
padding: 0px; 
border: 0px; 
font-size: 1em; 
font-weight: normal; 
font-style: normal; 
text-decoration: none; 
} 

ul,ol,li{ 
list-style-type: none; 
} 

/* 全体の指定--------------------------------------------------------- */

/* 右寄せ */
.right{ 
text-align: right; 
} 

/* 中央揃え */
.center{ 
text-align: center; 
} 

/* 左寄せ */
.left{ 
text-align: left; 
} 

/* body */
body{ 
background-color: #ffffff; 
color: #888888; 
font-size: 80%; 
font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', Osaka, sans-serif; 
line-height: 1.5; 
letter-spacing: 0.2em; 
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: #9999999; 
text-decoration: none; 
} 

/* 引用 */
blockquote{ 
color: #999999; 
border: solid 1px #cccccc; 
padding: 10px; 
margin: 10px; 
} 

/* フォーム */
input,textarea{ 
border-top: none; 
border-right: none; 
border-bottom: solid 1px #cccccc; 
border-left: none; 
color: #888888; 
background-color: #ffffff; 
font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', Osaka, sans-serif; 
} 

/* all */
div#all{ 
width: 800px; 
margin: 0px auto; 
text-align: left; 
} 

/* ヘッダーの指定---------------------------------------------------- */

/* 全体 */
div#header{ 
width: 800px; 
height: 217px; 
background-image: url(http://bfile.shinobi.jp/5660/header.png); 
background-repeat: no-repeat; 
background-position: center top; 
background-attachment: scroll; 
} 

/* ブログタイトル */
h1{ 
font-size: 20px; 
padding: 30px 35px 10px 35px; 
} 

h1 a:link, h1 a:hover{ 
text-decoration: none; 
} 

/* ブログの説明文 */
div#header p{ 
padding: 0px 35px; 
} 

/* エントリーの指定------------------------------------------------- */

/* 全体 */
div#entry{ 
width: 500px; 
float: left; 
} 

/* エントリー個別全体 */
div.eall{ 
width: 500px; 
margin-bottom: 10px; 
} 

/* エントリーヘッダ */
div.eheader{ 
width: 500px; 
height: 70px; 
background-image: url(http://bfile.shinobi.jp/5660/eheader.png); 
background-repeat: no-repeat; 
background-position: center bottom; 
background-attachment: scroll; 
} 

/* エントリーボディ */
div.ebody{ 
width: 500px; 
background-image: url(http://bfile.shinobi.jp/5660/ebodypng.png); 
background-repeat: repeat-y; 
background-position: center top; 
background-attachment: scroll; 
} 

/* エントリーフッター */
div.efooter{ 
width: 500px; 
height: 60px; 
background-image: url(http://bfile.shinobi.jp/5660/efooter.png); 
background-repeat: no-repeat; 
background-position: center bottom; 
background-attachment: scroll; 
} 

/* h2 */
div.eheader h2{ 
font-size: 14px; 
margin: 0px 25px; 
padding: 25px 0px 0px 0px; 
border-bottom: solid 1px #cccccc; 
} 

h2 a:link, h2 a:visited{ 
text-decoration: none; 
} 

/* 日付 */
p.date{ 
text-align: right; 
margin: 0px 25px; 
font-size: 10px; 
} 

p.date a:link, p.date a:visited{ 
text-decoration: none; 
} 

/* 本文 */
div.text{ 
padding: 10px 25px; 
} 

/* 続きを読むのリンク */
p.ps{ 
text-align: right; 
padding: 10px 25px; 
} 

/* エントリーフッター */
ul.cat{ 
text-align: right; 
margin: 0px 25px 0px 20px; 
padding: 10px 0px 0px 0px; 
font-size: 10px; 
} 

ul.cat li{ 
display: inline; 
margin-left: 5px; 
} 

/* ナビ */
ul.navi{ 
text-align: center; 
margin: 10px 25px 10px 20px; 
} 

ul.navi li{ 
display: inline; 
margin-left: 5px; 
} 

/* コメントのh2 */
h2.cmttitle{ 
margin: 0px 25px; 
} 

/* コメントフォーム */
dl.cmtform{ 
padding: 0px 25px; 
} 

/* コメントフォーム幅 */
.cmt{ 
width: 350px; 
} 

/* 送信ボタン */
p.cmtsub{ 
padding: 10px 25px; 
} 

/* トラバURL */
dl.tburl{ 
padding: 0px 25px; 
} 

/* h3 */
div.eheader h3{ 
font-size: 12px; 
margin: 0px 25px; 
padding: 25px 0px 0px 0px; 
border-bottom: solid 1px #cccccc; 
} 

h3 a:link, h3 a:visited{ 
text-decoration: none; 
} 

/* プラグインの指定------------------------------------------------------ */

/* 全体 */
div#plugin{ 
width: 300px; 
float: left; 
} 

/* プラグイン個別全体 */
div.pall{ 
width: 300px; 
margin-bottom: 10px; 
} 

/* プラグインヘッダ */
div.pheader{ 
width: 300px; 
height: 60px; 
background-image: url(http://bfile.shinobi.jp/5660/pheader.png); 
background-repeat: no-repeat; 
background-position: center bottom; 
background-attachment: scroll; 
} 

/* プラグインボディ */
div.pbody{ 
width: 300px; 
background-image: url(http://bfile.shinobi.jp/5660/pbody.png); 
background-repeat: repeat-y; 
background-position: center top; 
background-attachment: scroll; 
} 

/* プラグインフッター */
div.pfooter{ 
width: 300px; 
height: 40px; 
background-image: url(http://bfile.shinobi.jp/5660/pfooter.png); 
background-repeat: no-repeat; 
background-position: center bottom; 
background-attachment: scroll; 
} 

/* h2 */
div.pheader h2{ 
font-size: 14px; 
margin: 0px 25px; 
padding: 25px 0px 0px 0px; 
border-bottom: solid 1px #cccccc; 
} 

/* プラグイン上説明 */
p.pextop{ 
padding: 0px 25px 10px 25px; 
} 

/* プラグイン中身 */
div.pcont{ 
padding: 0px 25px; 
} 

/* プラグイン下説明 */
p.pexbottom{ 
padding: 10px 25px 0px 25px; 
} 

/* プラグイン内各項目 */
.plugin_data{ 
background-image: url(http://bfile.shinobi.jp/5660/circle.gif); 
background-repeat: no-repeat; 
background-attachment: left center; 
background-attachment: scroll; 
padding-left: 20px; 
} 

/* 検索フォーム */
.box{ 
width: 120px; 
} 

/* カレンダーの指定--------------------------------------------------- */

/* 全体 */
table.CalendarMoveTable, table.CalendarTable{ 
font-size: 10px; 
margin-left: auto; 
margin-right: auto; 
text-align: center; 
width: 90%; 
} 

/* セル */
table.CalendarMoveTable td, table.CalendarTable th, table.CalendarTable td{ 
padding: 1px 2px; 
} 

/* リンク */
table.CalendarMoveTable a:link, table.CalendarMoveTable a:visited{ 
background-color: #eeeeee; 
text-decoration: none; 
display: block; 
} 

table.CalendarTable a:link, table.CalendarTable a:visited{ 
background-color: #eeeeee; 
text-decoration: none; 
display: block; 
} 

/* 曜日 */
table.CalendarTable th{ 
font-weight: bold; 
} 

/* フッターの指定------------------------------------------------------ */

/* 全体の指定 */
div#footer{ 
width: 800px; 
clear: left; 
text-align: center; 
} 