/* 全体の指定----------------------------------------------------*/

/* リセット */
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: #ffe8f3; 
scrollbar-highlight-color: #ffe8f3; 
scrollbar-3dlight-color: #ffe8f3; 
scrollbar-track-color: #ffe8f3; 
scrollbar-shadow-color: #ffe8f3; 
scrollbar-darkshadow-color: #ffe8f3; 
scrollbar-arrow-color: #ffffff; 
} 

/* body */
body{ 
background-color: #ffe8f3; 
background-image: url(http://bfile.shinobi.jp/5149/c0a70df8.gif); 
color: #c8b16f; 
font-size: 80%; 
font-family: 'ＭＳ　ゴシック', Verdana, sans-serif; 
line-height: 1.5; 
letter-spacing: 0.2em; 
text-align: center; 
} 

/* リンク */
a:link{ 
color: #ff69b4; 
border-bottom: dotted 1px #ff99cc; 
} 

a:visited{ 
color: #ff69b4; 
border-bottom: none; 
} 

a:hover{ 
color: #ff99cc; 
border-bottom: dotted 1px #ff99cc; 
} 

a:active{ 
color: #ff99cc; 
border-bottom: none; 
} 

/* h2 */
h2{ 
background-image: url(http://bfile.shinobi.jp/5149/2ab1b413.gif); 
background-repeat: no-repeat; 
background-position: left center; 
background-attachment: scroll; 
padding: 0px 0px 0px 12px; 
border-bottom: dotted 1px #c8b16f; 
} 

h2 a:link{ 
border-bottom: none; 
} 

/* 引用 */
blockquote{ 
margin: 10px; 
padding: 10px; 
background-color: #ffe8f3; 
} 

/* フォーム */
input,textarea{ 
background-color: #ffffff; 
color: #c8b16f; 
border: solid 1px #c8b16f; 
} 

/* 右寄せ */
.right{ 
text-align: right; 
} 

/* 左寄せ */
.left{ 
text-align: left; 
} 

/* 中央揃え */
.center{ 
text-align: center; 
} 

/* 構造の指定----------------------------------------------------------- */

/* ヘッダ */
div#header{ 
margin: 0px auto; 
text-align: left; 
width: 286px; 
} 

/* 窓 */
div#window{ 
margin: 0px auto; 
width: 286px; 
height: 237px; 
background-image: url(http://bfile.shinobi.jp/5149/f0834d51.gif); 
background-repeat: no-repeat; 
background-position: center top; 
background-attachment: scroll; 
position: relative;  
} 

/* 擬似アイフレ */
div#inner{ 
width: 246px; 
height: 207px; 
position: absolute; 
top: 15px; 
left: 24px; 
overflow: scroll; 
overflow-x: hidden; 
text-align: left; 
scrollbar-face-color: #ffffff; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #c8b16f; 
scrollbar-track-color: #ffffff; 
scrollbar-shadow-color: #c8b16f; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-arrow-color: #ffffff; 
} 

/* 横型カレンダー */
div#ycalendar{ 
letter-spacing: 0px; 
font-size: 10px; 
margin-top: 5px; 
} 

div#ycalendar ul li{ 
display: inline; 
} 

/* 余白 */
div.pad{ 
padding: 10px 0px; 
} 

/* 各項目共通日付 */
p.date{ 
text-align: right; 
} 

p.date a:link, p.date a:visited{ 
color: #c8b16f; 
border-bottom: none; 
} 

/* 各項目共通本文 */
div.text{ 
padding: 10px 0px; 
} 

/* 各項目共通フッタ */
ul.efooter{ 
text-align: right; 
margin: 10px 0px 10px -5px; 
} 

ul.efooter li{ 
display: inline; 
margin-left: 5px; 
} 

/* ヘッダの指定------------------------------------------------------------ */

/* ブログタイトル */
h1{ 
padding: 10px 0px 0px 0px; 
} 

h1 a:link, h1 a:visited{ 
font-weight: bold; 
} 

/* 管理者ページへのリンク */
p.toadmin{ 
text-align: right; 
} 

p.toadmin a:link{ 
border-bottom: none; 
} 

/* エントリー部分指定--------------------------------------------------- */

/* 続きを読むリンク */
p.ps{ 
text-align: right; 
margin: 10px 0px; 
} 

/* ナビ */
p.navi{ 
text-align: center; 
margin: 10px 0px; 
} 

/* コメント、トラバ------------------------------------------------------- */

/* コメントフォーム幅 */
.cmt{ 
width: 200px; 
} 

/* h3 */
h3{ 
background-image: url(http://bfile.shinobi.jp/5149/2ab1b413.gif); 
background-repeat: no-repeat; 
background-position: left center; 
background-attachment: scroll; 
padding: 0px 0px 0px 12px; 
border-bottom: dotted 1px #ff99cc; 
} 

/* コメントレス */
div.res{ 
margin-left: 10px; 
} 

/* プラグイン部分指定----------------------------------------------------- */

/* プラグイン上説明 */
p.pextop{ 
margin-top: 10px; 
} 

/* プラグイン中身 */
div.plugincontents{ 
padding: 10px 0px; 
} 

/* プラグイン下説明 */
p.pexbottom{ 
margin-bottom: 10px; 
} 