/* sd_simple03 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,img,a{ 
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: #000000; 
scrollbar-highlight-color: #000000; 
scrollbar-3dlight-color: #ff3399; 
scrollbar-track-color: #000000; 
scrollbar-shadow-color: #33ccff; 
scrollbar-darkshadow-color: #000000; 
scrollbar-arrow-color: #00ff33; 
} 

/* body */
body{ 
background-color: #000000; 
color: #ffffff; 
font-size: 80%; 
font-family: 'ＭＳ　ゴシック', Verdana, sans-serif; 
line-height: 1.5; 
letter-spacing: 0.1em; 
text-align: left; 
} 

/* リンク */
a:link{ 
color: #ff3399; 
text-decoration: underline; 
} 

a:visited{ 
color: #ff3399; 
text-decoration: none; 
} 

a:hover{ 
color: #33ccff; 
text-decoration: underline; 
} 

a:active{ 
color: #33ccff; 
text-decoration: none; 
} 

/* 引用 */
blockquote{ 
color: #999999; 
margin: 10px; 
padding-left: 10px; 
border-left: solid 10px #999999; 
} 

/* フォーム */
input,textarea{ 
border-left: solid 1px #ff3399; 
border-top: solid 1px #ff3399; 
border-right: solid 1px #33ccff; 
border-bottom: solid 1px #33ccff; 
background-color: #000000; 
color: #ffffff; 
} 

/* 右寄せ */
.right{ 
text-align: right; 
} 

/* 左寄せ */
.left{ 
text-align: left; 
} 

/* 中央揃え */
.center{ 
text-align: center; 
} 

/* 構造の指定-------------------------------------------------------------- */

/* 全体 */
div#all{ 
width: 700px; 
margin: 0px auto 0px 0px; 
text-align: left; 
} 

/* 左ブロック */
div#entry{ 
width: 480px; 
float: left; 
} 

/* 右ブロック */
div#plugin{ 
width: 220px; 
float: left; 
} 

/* フッタ */
div#footer{ 
clear: left; 
} 

/* 余白取り、枠 */
div.pad{ 
margin: 10px; 
padding: 10px; 
border: double 3px #ffffff; 
} 

/* ピンク */
span.pink{ 
color: #ff3399; 
} 

/* 青 */
span.blue{ 
color: #33ccff; 
} 

/* 緑 */
span.green{ 
color: #00ff33; 
} 

/* 各項目共通h2 */
h2{ 
font-weight: bold; 
border-bottom: solid 1px #ffffff; 
} 

h2 a, h2 a:link, h2 a:visited{ 
text-decoration: none; 
font-weight: bold; 
} 

/* 各項目共通本文 */
div.text{ 
padding: 10px 0px; 
} 

/* 各項目共通日付 */
p.date{ 
text-align: right; 
} 

p.date a:link, p.date a:visited{ 
color: #ffffff; 
text-decoration: none; 
} 

/* 各項目共通フッタ */
ul.efooter{ 
text-align: right; 
margin: 10px 0px 10px -5px; 
} 

ul.efooter li{ 
margin-left: 5px; 
display: inline; 
} 

/* ヘッダの指定------------------------------------------------------------ */

/* ブログタイトル */
h1{ 
margin: 10px; 
} 

h1 a:link, h1 a:visited{ 
font-weight: bold; 
} 

/* ブログの説明文 */
div#header p{ 
margin: 0px 10px 10px 10px; 
} 

/* エントリーの指定-------------------------------------------------------- */

/* 続きを読むのリンク */
p.ps{ 
text-align: right; 
margin: 10px 0px; 
} 

/* ナビ */
p.navi{ 
text-align: center; 
margin: 10px; 
} 

/* コメント、トラバ------------------------------------------------------- */

/* コメントフォーム全体 */
dl.cmtform{ 
padding: 10px 0px; 
} 

/* コメントフォーム幅 */
.cmt{ 
width: 300px; 
} 

/* h3見出し */
h3{ 
color: #00ff33; 
font-weight: bold; 
border-bottom: solid 1px #ffffff; 
} 

h3 a{ 
text-decoration: none; 
font-weight: bold; 
color: #00ff33; 
} 

/* コメントレスボックス */
div.res{ 
margin-left: 30px; 
} 

/* コメントレスh3 */
div.res h3{ 
color: #ffffff; 
} 

/* トラックバックURL */
dl.tburi{ 
padding: 10px 0px; 
} 

/* プラグインの指定----------------------------------------------------- */

/* プラグイン上説明 */
p.pextop{ 
margin-top: 10px; 
} 

/* プラグイン中身 */
div.plugincontents{ 
padding: 10px 0px; 
} 

/* プラグイン下説明 */
p.pexbottom{ 
margin-bottom: 10px; 
} 

/* 検索フォーム */
input.box{ 
width: 110px; 
} 

/* カレンダーの指定-------------------------------------------------------- */

/* 全体の指定 */
table.CalendarMoveTable, table.CalendarTable{ 
font-size: 12px; 
text-align: center; 
width: 90%; 
margin-left: auto; 
margin-right: auto; 
} 

/* 曜日の指定 */
table.CalendarTable th{ 
font-weight: bold; 
} 

/* リンク */
table.CalendarMoveTable a:link, table.CalendarMoveTable a:visited{  
font-weight: bold; 
} 

table.CalendarTable a:link, table.CalendarTable a:visited{  
font-weight: bold; 
} 

/* 曜日の指定（日曜） */
th.CalendarWdaySun{ 
color: #ff3399; 
} 

/* 曜日の指定（土曜） */
th.CalendarWdaySat{ 
color: #33ccff; 
} 

/* 日付の指定（日曜） */
td.CalendarTdSun{ 
color: #ff3399; 
} 

/* 日付の指定（土曜） */
td.CalendarTdSat{ 
color: #33ccff; 
} 

/* フッタの指定------------------------------------------------------------ */

/* 全体の指定 */
div#footer{ 
text-align: center; 
} 

div#footer address{ 
padding: 0px 10px; 
} 

div#footer p{ 
padding: 0px 10px 10px 10px; 
} 