/* sd_petitstar designed by Twinkle Magic(http://nonty.net/) */
/* 違法、宗教、アダルト関係のブログでの使用は禁止です。 */

/* リセット---------------------------------------------------------- */

body,div,p,h1,h2,h3,h4,h5,h6,blockquote,address,img,a,form,input,textarea,ul,ol,li,dl,dt,dd,table,tr,th,td{ 
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: #bbbbbb; 
scrollbar-track-color: #ffffff; 
scrollbar-shadow-color: #bbbbbb; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-arrow-color: #bbbbbb; 
} 

/* body */
body { 
background-color: #ffffff; 
background-image: url(http://bfile.shinobi.jp/4372/5d83d04a.gif); 
background-repeat: repeat-y; 
background-position: center top; 
background-attachment: scroll; 
font-size: 65%; 
color: #999999; 
font-family: Verdana, sans-serif; 
letter-spacing: 0.2em; 
line-height: 1.5; 
text-align: center;  
}

/* リンク */
a:link { 
color: #ff69b4; 
text-decoration: underline; 
}

a:visited{ 
color: #ff69b4; 
text-decoration: none; 
}

a:hover { 
color: #ff99cc; 
text-decoration: underline; 
}

a:active { 
color: #ff99cc; 
text-decoration: none; 
} 

/* フォーム部分指定 */
input,textarea{ 
border: 1px solid #bbbbbb; 
background-color: #ffffff; 
color: #999999; 
} 

/* 引用部分 */
blockquote{ 
border: dotted 2px #ff99cc; 
margin: 10px; 
padding: 10px; 
} 

/* 左寄せ */
.left {
text-align:left;
} 

/* 中央寄せ */
.center {
text-align:center;
} 

/* 右寄せ */
.right {
text-align:right;
} 

/* h2 */
h2{ 
background-image: url(http://bfile.shinobi.jp/4372/330168f1.gif); 
background-repeat: no-repeat; 
background-position: left center; 
background-attachment: scroll; 
padding: 0px 0px 0px 15px; 
border-bottom: dotted 1px #bbbbbb; 
} 

h2 a, h2 a:link, h2 a:visited{ 
text-decoration: none; 
} 

/* 構造の指定-------------------------------------------------- */

/* 全体の設定 */
div#all{
width: 400px;
margin: 0px auto; 
text-align: left; 
}

/* ヘッダー */
div#header{
width: 400px; 
text-align: left;
} 

/* エントリー */
div#entry{
width: 400px; 
}

/* プラグイン */
div#plugin{
width: 400px;
}

/* フッター */
div#footer{ 
width: 400px; 
text-align: center; 
} 

/* 余白 */
div.pad{ 
padding: 10px 20px; 
} 

/* ヘッダーの指定---------------------------------------------- */

/* ブログタイトル */
h1{
padding: 10px 20px; 
font-weight: bold; 
text-align: center; 
} 

h1 a:link, h1 a:visited{ 
font-weight: bold; 
text-decoration: none; 
} 

h1 img{ 
vertical-align: middle; 
} 

/* ブログの説明文 */
div#header p{
padding: 0px 20px 10px 20px;
} 

/* エントリーブロックの指定----------------------------------------- */

/* 日付 */
p.date{ 
text-align: right; 
} 

p.date a:link, p.date a:visited{ 
text-decoration: none; 
} 

/* 本文 */
div.text{ 
padding: 10px 0px; 
} 

/* 続きを読むリンク */
p.ps{ 
margin: 10px 0px; 
text-align: right; 
} 

/* エントリーフッター */
ul.efooter{ 
margin: 10px 0px 10px -5px; 
text-align: right; 
} 

ul.efooter li{ 
display: inline; 
margin-left: 5px; 
} 

/* ナビ */
p.navi{
text-align: center;
margin: 10px 20px; 
} 

/* コメントフォーム全体 */
dl.cmtform{ 
padding: 10px 0px; 
} 

/* コメントフォーム幅 */
.cmt{ 
width: 250px; 
} 

/* h3（レス以外） */
h3{
border-bottom: dotted 1px #ff99cc; 
} 

h3 a, h3 a:link, h3 a:visited{ 
text-decoration: none; 
} 

/* h3（レス） */
div.res h3{ 
border-bottom: dotted 1px #bbbbbb; 
} 

/* コメントレス */
div.res{ 
margin-left: 30px; 
} 

/* トラックバックURL */
dl.tburi{ 
padding: 10px 0px; 
} 

/* プラグインの指定------------------------------------------------- */

/* 上説明 */
p.pextop{ 
margin: 10px 0px 0px 0px; 
} 

/* 中身 */
div.pcont{ 
padding: 10px 0px; 
} 

/* 下説明 */
p.pexbottom{ 
margin: 0px 0px 10px 0px; 
} 

/* カレンダーの指定--------------------------------------------- */

/* 全体 */
table.CalendarMoveTable, table.CalendarTable{ 
width: 220px; 
font-size: 10px; 
text-align: center; 
margin-left: auto; 
margin-right: auto; 
} 

/* 曜日 */
table.CalendarTable th{ 
font-weight: bold; 
} 

/* 日曜 */
th.CalendarWdaySun, td.CalendarTdSun{ 
color: #ff33cc; 
} 

/* 土曜 */
th.CalendarWdaySat, td.CalendarTdSat{ 
color: #33ccff; 
} 

/* フッターの指定------------------------------------------------- */

/* 著作権表示 */
div#footer address{ 
margin: 10px 20px; 
} 

/* 広告 */
div#footer p{ 
margin: 10px 20px; 
} 