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

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

/* body */
body{ 
background-color: #ffffff; 
color:#505050; 
font-size:13px; 
font-family: 'ＭＳ　ゴシック', Verdana, sans-serif; 
line-height: 1.4; 
letter-spacing: normal; 
text-align: left; 
background-repeat:no-repeat;
background-attachment:fixed;
background-position: 100% 0%;
background-image:url('http://miyumiyu.com/wall.jpg');


} 

/* リンク */
a:link{ 
color: #384969; 
} 

a:visited{ 
color: #384969; 
text-decoration: none; 
} 

a:hover{ 
color:#00ffff; 
text-decoration:none; 
} 

a:active{ 
color:#00ffff; 
text-decoration:none; 
} 

/* h2見出し */
h2{ 
background-image: url(); 
background-repeat: no-repeat; 
background-position: left center; 
background-attachment: scroll; 
padding: 0px 0px 0px 0px; 
border-bottom: dotted 1px #43587e; 
} 

h2 a:link{ 
text-decoration: none; 
} 

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

/* フォーム */
input,textarea{ 
border-top: none; 
border-left: none; 
border-right: none; 
border-bottom: ; 
background-color: #92a9ba; 
color: #ffffff; 
scrollbar-face-color: #92a9ba; 
scrollbar-highlight-color: #92a9ba; 
scrollbar-3dlight-color: #92a9ba; 
scrollbar-track-color: #92a9ba; 
scrollbar-shadow-color: #ffffff; 
scrollbar-darkshadow-color: #92a9ba; 
scrollbar-arrow-color: #92a9ba; 
} 

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

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

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

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

/* 全体の指定 */
div#all{ 
width: 640px; 
margin:  auto; 
text-align: left; 
} 

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

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

p.date a:link{ 
text-decoration: none; 
} 

/* 各項目本文 */
div.text{ 
margin: 10px 5px; 
} 

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

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

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

/* ブログタイトル */
h1{ 
background-image: url(); 
background-repeat: no-repeat; 
background-position: left center; 
background-attachment: scroll; 
padding: 10px 0px 10px 15px; 
} 

/* ブログの説明文 */
div#header p{ 
padding: 0px 0px 10px 0px; 
} 

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




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

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

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

/* h3見出し */
h3{ 
background-image: url(http://bfile.shinobi.jp/5186/redh.gif); 
background-repeat: no-repeat; 
background-position: left center; 
background-attachment: scroll; 
color: #666666; 
padding: 0px 0px 0px 15px; 
border-bottom: dotted 1px #999999; 
} 

/* h3見出し（コメントレス） */
h3.restitle{ 
background-image: url(http://bfile.shinobi.jp/5186/blackh.gif); 
background-repeat: no-repeat; 
background-position: left center; 
background-attachment: scroll; 
color: #666666; 
padding: 0px 0px 0px 15px; 
border-bottom: dotted 1px #999999;
} 

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

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

/* プラグイン上説明 */
.PluginTitle {
font: bold; 14px;
color: #ffffff;
} 
p.pextop{ 
margin-top: 10px;  
} 

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

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

/* カレンダー指定------------------------------------------------------- */

/* 曜日部分の指定 */
table.CalendarTable th{ 
font-weight: bold; 
} 

/* フッター指定--------------------------------------------------------- */

/* 全体の指定 */
div#footer{ 
text-align: center; 
margin-bottom: 5px;
} 