/* sd_dot01 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,a,img{ 
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: #ffffff; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #b6ecfe; 
scrollbar-track-color: #ffffff; 
scrollbar-shadow-color: #b6ecfe; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-arrow-color: #b6ecfe; 
} 

/* body */
body{ 
background-color: #ffffff; 
color: #888888; 
font-size: 65%; 
letter-spacing: 0.2em; 
line-height: 1.5; 
font-family: Verdana, sans-serif; 
text-align: center; 
} 

/* リンク */
a:link{ 
color: #66ccff; 
border-bottom: dashed 1px #99ccff; 
} 

a:visited{ 
color: #66ccff; 
border-bottom: none; 
} 

a:hover{ 
color: #99ccff; 
border-bottom: dashed 1px #99ccff; 
} 

a:active{ 
color: #99ccff; 
border-bottom: none; 
} 

/* フォーム */
input,textarea{ 
border: solid 1px #cccccc; 
color: #888888; 
background-color: #ffffff; 
scrollbar-face-color: #ffffff; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #cccccc; 
scrollbar-track-color: #ffffff; 
scrollbar-shadow-color: #cccccc; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-arrow-color: #cccccc; 
} 

/* h2,h3見出し */
h2,h3{ 
background-color: #b6ecfe; 
background-image: url(http://bfile.shinobi.jp/5531/f554a941.gif); 
font-size: 1.2em; 
font-weight: bold; 
padding: 3px; 
margin: 3px; 
} 

h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited{ 
font-weight: bold; 
color: #888888; 
border-bottom: none; 
} 

/* 引用 */
blockquote{ 
border: double 3px #cccccc; 
color: #999999; 
padding: 10px; 
margin: 10px; 
} 

/* 右寄せ */
.right{ 
text-align: right; 
} 

/* 中央揃え */
.center{ 
text-align: center; 
} 

/* 左寄せ */
.left{ 
text-align: left; 
} 

/* 構造の指定------------------------------------------------------- */

/* 全体 */
div#all{ 
width: 400px; 
text-align: left; 
margin: 10px auto; 
} 

/* ヘッダ */
div#header{ 
text-align: center; 
} 

/* 枠 */
div.pad{ 
border: solid 1px #cccccc; 
margin: 10px 0px; 
} 

/* ヘッダ------------------------------------------------------------------- */

/* ブログタイトル */
h1{ 
font-size: 1.2em; 
} 

h1 a:link, h1 a:visited{ 
font-weight: bold; 
} 

/* エントリー------------------------------------------------------------ */

/* 日付 */
p.date{ 
text-align: right; 
padding: 0px 3px; 
} 

p.date a:link, p.date a:visited{ 
color: #888888; 
border-bottom: none; 
} 

/* 本文 */
div.text{ 
padding: 10px 3px; 
} 

/* フッタ */
ul.efooter{ 
margin: 0px 3px 10px -2px; 
text-align: right; 
} 

ul.efooter li{ 
display: inline; 
margin-left: 5px; 
} 

/* 続きを読むリンク */
p.ps{ 
text-align: right; 
padding: 0px 3px 10px 3px; 
} 

/* コメントフォーム */
.cmt{ 
width: 350px; 
} 

dl.cmtform{ 
padding: 10px 3px; 
} 

p.cmtsub{ 
padding: 0px 3px 10px 3px; 
} 

/* トラバ */
dl.tburi{ 
padding: 10px 3px; 
} 

/* ナビ */
p.navi{ 
text-align: center; 
margin: 10px 0px; 
} 

/* プラグイン------------------------------------------------------------- */

/* 上説明 */
p.pextop{ 
margin: 10px 3px 0px 3px; 
} 

/* 中身 */
div.plugincontents{ 
padding: 10px 3px; 
} 

/* 下説明 */
p.pexbottom{ 
margin: 0px 3px 10px 3px; 
} 

/* カレンダー------------------------------------------------------------ */

/* 全体の指定 */
table.CalendarMoveTable, table.CalendarTable{ 
width: 200px; 
font-size: 10px; 
text-align: center; 
margin-left: auto; 
margin-right: auto; 
} 

/* 曜日 */
table.CalendarTable th{ 
font-weight: bold; 
} 

/* 日曜 */
th.CalendarWdaySun, td.CalendarTdSun{ 
color: #ff0000; 
} 

/* 土曜 */
th.CalendarWdaySat, td.CalendarTdSat{ 
color: #0000ff; 
} 

/* フッター--------------------------------------------------------------- */
div#footer{ 
text-align: center; 
} 