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