/* sd_twinkle_night designed by Twinkle Magic(http://nonty.net/) */
/* 違法、宗教、アダルト関係のブログでの使用は禁止です。 */

/* リセット-------------------------------------------------------- */

body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,blockquote,table,th,tr,td,form,input,textarea,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: #000000; 
scrollbar-highlight-color: #000000; 
scrollbar-3dlight-color: #ff66cc; 
scrollbar-track-color: #000000; 
scrollbar-shadow-color: #66ccff; 
scrollbar-darkshadow-color: #000000; 
scrollbar-arrow-color: #ffff00; 
} 

/* body */
body { 
background-color: #000000; 
background-image: url(http://bfile.shinobi.jp/4738/wall01.png); 
background-repeat: repeat-y; 
background-position: 710px 0px; 
background-attachment: scroll; 
color: #eeeeee; 
font-size: 80%; 
font-family: Verdana, sans-serif; 
line-height: 1.5; 
letter-spacing: 0.1em; 
text-align: left; 
}

/* リンク全体指定 */
a:link{ 
text-decoration: underline; 
} 

a:visited{ 
text-decoration: none; 
} 

a:hover{ 
text-decoration: underline; 
} 

a:active{ 
text-decoration: none; 
} 

/* エントリーブロックリンク色指定 */
div#entry a:link,div#entry a:visited{ 
color: #ff66cc; 
} 

div#entry a:hover,div#entry a:active{ 
color: #ff99cc; 
} 

/* プラグインブロックリンク色指定 */
div#plugin a:link,div#plugin a:visited{ 
color: #66ccff; 
} 

div#plugin a:hover,div#plugin a:active{ 
color: #99ccff; 
} 

/* 引用部分 */
blockquote{ 
border: dotted 1px #666666; 
color: #aaaaaa; 
} 

/* フォーム */
input,textarea{ 
background-color: #000000; 
border-top: solid 1px #ff66cc; 
border-left: solid 1px #66ccff; 
border-bottom: solid 1px #66ccff; 
border-right: solid 1px #ff66cc; 
color: #eeeeee; 
} 

/* 検索フォーム */
.box{ 
width: 100px; 
} 

/* 左寄せ */
.left {
text-align:left;
} 

/* 中央寄せ */
.center {
text-align:center;
} 

/* 右寄せ */
.right {
text-align:right;
}

/* 構造の指定----------------------------------------------- */

/* 全体 */
div#all{
width: 700px;
} 

/* エントリーブロック */
div#entry{
width: 500px;
float: right;
} 

/* ヘッダー */
div#header{
width:500px;
} 

/* プラグイン */
div#plugin{
width: 200px;
float: right;
} 

/* フッター */
div#footer{ 
width: 200px; 
} 

/* 余白 */
div.pad{ 
padding: 10px; 
} 

/* ヘッダーの指定------------------------------------------------------ */

/* ブログタイトル */
h1{
padding: 10px;
}

/* ブログの説明文 */
div#header p{
padding: 0px 10px 10px 10px;
} 

/* エントリーの指定------------------------------------------------- */

/* h2 */
h2 a{ 
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; 
} 

/* コメントフォーム全体 */
dl.cmtform{ 
padding: 10px 0px; 
} 

/* コメントフォーム幅 */
.cmt{ 
width: 350px; 
} 

/* h3 */
h3{ 
color: #ffff00; 
} 

h3 a{ 
text-decoration: none; 
} 

/* コメントレス */
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: 90%; 
font-size: 12px; 
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{ 
padding: 0px 10px; 
} 

/* 広告 */
div#footer p{ 
padding: 0px 10px; 
} 