/* sd_melon 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,table,tr,th,td,img,a,address{ 
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; 
} 

/* 全体の指定------------------------------------------------------------------ */

/* html */
html{ 
scrollbar-face-color: #ffffff; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #99ffcc; 
scrollbar-track-color: #ffffff; 
scrollbar-shadow-color: #99ffcc; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-arrow-color: #ff99cc; 
} 

/* body */
body { 
background-color: #ffffff; 
background-image: url(http://bfile.shinobi.jp/4183/checkwall.gif); 
text-align: center; 
font-size: 65%; 
font-family: Verdana, sans-serif; 
color: #888888; 
line-height: 1.5; 
letter-spacing: 0.2em; 
}

/* リンク */
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; 
} 

/* 引用部分指定 */
blockquote{ 
border-left: dotted 1px #99ffcc; 
padding: 10px; 
margin: 10px; 
} 

/* フォーム部分指定 */
input,textarea{ 
border: solid 1px #bbbbbb; 
background-color: #ffffff; 
color: #888888; 
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; 
} 

/* 左寄せ */
.left {
text-align:left;
} 

/* 中央寄せ */
.center {
text-align:center;
} 

/* 右寄せ */
.right {
text-align:right;
} 

/* h2 */
h2{ 
background-color: #99ffcc; 
padding: 3px 3px 3px 17px; 
font-weight: bold; 
background-image: url(http://bfile.shinobi.jp/4183/heart.gif); 
background-repeat: no-repeat; 
background-position: 3px center; 
background-attachment: scroll; 
color: #ffffff; 
} 

h2 a, h2 a:link, h2 a:visited{ 
color: #ffffff; 
text-decoration: none; 
font-weight: bold; 
} 

/* 構造の指定-------------------------------------------------------------------- */

/* 全体 */
div#all{
width:400px; 
background-image: url(http://bfile.shinobi.jp/4183/5e358a74.gif); 
background-repeat: repeat-y; 
background-position: center top; 
background-attachment: scroll; 
text-align: left; 
margin: 0px auto; 
padding-top: 10px; 
} 

/* ヘッダー */
div#header{ 
width:400px;
height: 90px;
text-align: left; 
background-image: url(http://bfile.shinobi.jp/4183/header.gif); 
background-repeat: no-repeat; 
background-position: center top; 
background-attachment: scroll; 
} 

/* エントリー */
div#entry{
width: 400px;
} 

/* プラグイン */
div#plugin{
width: 400px;
} 

/* フッター */
div#footer{
text-align: center; 
} 

/* 余白取り */
div.pad{ 
padding: 10px 20px; 
} 

/* ヘッダーの指定------------------------------------------------------------------ */

/* ブログタイトル */
h1{
padding: 10px 35px 0px 35px; 
font-weight: bold; 
} 

h1 a:link, h1 a:visited{ 
font-weight: bold; 
color: #888888; 
text-decoration: none; 
} 

/* ブログの説明文 */
div#header p{
padding: 10px 35px 0px 35px;
} 

/* エントリーの指定--------------------------------------------------------- */

/* 日付 */
p.date{ 
text-align: right; 
} 

p.date a:link, p.date a:visited{ 
color: #888888; 
text-decoration: none; 
} 

/* 本文 */
div.text{ 
padding: 10px 0px; 
} 

/* 続きを読むリンク */
p.ps{
margin: 10px 0px;
text-align: right;
} 

p.ps a:link,p.ps a:visited{ 
color: #66ffcc; 
} 

/* エントリーフッター */
ul.efooter{ 
text-align: right; 
margin: 10px 0px 10px -5px; 
} 

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, h3 a{ 
font-weight: bold; 
} 

/* h3（レス以外） */
h3.cmttitle{ 
border-bottom: dotted 1px #99ffcc; 
} 

/* h3（レス） */
div.res h3{ 
border-bottom: dotted 1px #ff99cc; 
} 

/* コメントレス */
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: 200px; 
font-size: 10px; 
text-align: center; 
margin-left: auto; 
margin-right: auto; 
} 

/* 曜日全体 */
table.CalendarTable th{ 
font-weight: bold; 
} 

/* 日曜 */
th.CalendarWdaySun, td.CalendarTdSun{ 
color: #ff66cc; 
} 

/* 土曜 */
th.CalendarWdaySat, td.CalendarTdSat{ 
color: #99ffcc; 
} 

/* フッターの指定---------------------------------------------------------- */

/* 著作権表示 */
div#footer address{ 
padding: 0px 20px; 
} 

/* 広告 */
div#footer p{ 
padding: 0px 20px; 
} 