* {
margin: 0;
padding: 0;
}

body {
font-size: 11px;
font-family: 'Times new roman','ms pgothic';
line-height: 180%;
text-align: left;
margin: 0px auto;
padding: 0px;
color: #8B8380;
background-color: #000000;
background-image: url('http://img-cdn.jg.jugem.jp/0c7/702491/20080725_370309.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
width: 900px;
}

/*スクロールバーの設定はジェネレータを使うと便利。ココお勧めhttp://www.iconico.com/CSSScrollbar/ */
html{
scrollbar-base-color: #6b0000;
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #6b0000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #000000;
}

a:link {color: #6F9100; text-decoration: none;}
a:visited {color: #4b5e29; text-decoration: none;}
a:active {color: #6F9100; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: none; background-color: #6F9100}

br {
letter-spacing: normal;
}

table,tr,td {
font-size: 11px;
font-family: 'Times new roman','ms pgothic';
line-height: 180%;
text-align: left;
color: #8B8380;
}

h1 {
margin: 0px;
padding: 0px;
}

ul {
font-size: 11px;
list-style-type: none;
line-height:130%;
margin-left:3px;
}

li {
list-style-type: none; 
font-size: 11px;
line-height:130%;
}

input {
font-size: 11px;
border:1px solid #8B8380;
background-color:#000000;
padding: 2px;
letter-spacing: 3px;
line-height: 130%; 
color:#8B8380;
}

textarea{
font-size: 11px;
border:1px solid #8B8380;
background-color:#000000;
padding: 2px;
letter-spacing: 3px;
line-height: 130%; 
color:#8B8380;
}

/*全体的なレイアウトの設定*/
#layout {
text-align: left;
margin: 0 auto;
width: 900px;
}

/*タイトル画像の設定*/
#header {
padding: 0px;
margin: 15px 0px 0px 0px;
border: 1px solid #6b0000;
height: 200px;
width: 900px;
background-color: #000000;
background-image: url('http://img-cdn.jg.jugem.jp/0c7/702491/20080724_369760.jpg');
background-repeat: no-repeat;
background-position: center;
}

/*ブログのタイトルテキスト設定（フォントによってテキストサイズ変えてください）*/
.site_title {
letter-spacing: 2px;
font-size: 28px;
color: #6B0000;
margin: 60px 0px 5px 70px;
padding: 0px 0px 0px 0px;
}

/*ブログのタイトルテキストのリンクの設定*/
.site_title a:link {color: #B70000; text-decoration: none; ! important;}
.site_title a:visited {color: #B70000; text-decoration: none; ! important;}
.site_title a:active {color: #B70000; text-decoration: none; ! important;}
.site_title a:hover {color: #B70000; background-color:#000000; text-decoration: underline; ! important;}

/*タイトル下の説明部分の設定*/
.description {
color: #999999;
font-size: 9px;
line-height: 130%;
letter-spacing: 2px;
margin: 10px 0px 10px 75px;
}

/*コンテンツ部分外枠*/
#contents{
width: 880px;
margin: 15px 10px 10px 10px;
}

/*左メニュー枠の設定*/
#left {
float: left;
width: 200px;
}

/*センター枠設定補助(これがないとレイアウトが崩れます)*/
#center_contents{
float: left;
width: 480px;
}

/*センター枠設定*/
#center {
padding: 0px 15px 10px 15px;
}

/*右メニュー*/
#right{
float: right;
text-align: left;
width: 200px;
}

.clear {clear: both;font: 0px/0px sans-serif ;}

/*ブログ記事欄本体設定*/
.entry_body {
background-color: #000000;
background-image: url('http://img-cdn.jg.jugem.jp/0c7/702491/20080724_369763.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 3% 2%;
padding: 10px 20px 10px 20px;
}

/*ブログ記事欄*/
.entry {
text-align: left;
border: 1px solid #6b0000;
margin: 0px 10px 10px 10px;
padding: 0px;
background-color: #000000;
}

/*ブログ記事欄ナビゲーション設定*/
.entry_navi{
font-size: 11px;
margin: 0px 0px 10px 0px;
text-align: right;
}

/*ブログ記事タイトル設定*/
.entry_title {
float: left;
color: #B70000;
font-family: 'ms pgothic';
font-size: 12px;
font-weight: bolder;
line-height: 120%;
letter-spacing: 3px;
padding: 2px;
margin: 95px 0px 5px 0px;
}

/*ブログ記事日付設定*/
.entry_date{
font-weight: bolder;
color:  #B70000;
text-align: right;
letter-spacing: 2px;
padding: 10px 0px 0px 0px;
}

/*ブログ記事設定*/
.entry_des {
clear: left;
font-size: 10px;
line-height: 180%;
letter-spacing: 2px;
color: #8B8380;
padding: 5px 5px 5px 5px;
margin: 0px 0px 10px 0px;
}

/*ブログ記事欄下部ステータス(日付など)の区切り線設定*/
.entry_state {
color:  #dddddd;
text-align: right;
margin: 0px 0px 0px 0px;
}

/*続きの部分の設定*/
.sequel{
border-top-color: #6B0000; 
border-top-width: 1px; 
border-top-style: dashed; 
color: #8B8380;
font-size: 10px;
padding: 10px 10px 10px 10px;
}

/*コメント本体*/
.comment_body {
font-family: 'Times new roman','ms pgothic';
background-color: #000000;
background-image: url('http://img-cdn.jg.jugem.jp/0c7/702491/20080724_369763.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 3% 2%;
margin: 0px 0px 0px 0px;
padding: 15px 15px 15px 15px;
}

#comment_area{
clear: left;
font-size: 10px;
line-height: 180%;
letter-spacing: 2px;
color: #8B8380;
margin: 10px 0px 0px 0px;
padding: 15px 15px 15px 15px;
}

/*引用文の設定*/
blockquote {
margin: 20px 10px 20px 10px;
padding: 10px;
background-color: #444444;
}

/*中央部、記事欄の下のページ部分設定*/
.page {
background-color: #000000;
padding: 10px 0px 15px 0px;
text-align: center;
}

/*左右メニューの全体枠*/
.menu{
background-color: #000000;
border: 1px solid #6b0000;
margin: 0px 0px 10px 0px;
}

/*左右メニュー部のタイトル設定*/
.linktitle {
background-color: #000000;
background-image: url('http://img-cdn.jg.jugem.jp/0c7/702491/20080724_369600.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 3% 70%;
font-family: "Times new roman";
font-size: 12px;
font-weight: bolder;
color: #B70000;
line-height: 130%;
margin: 0px 5px 0px 5px;
padding: 10px 0px 0px 22px;
height: 20px;
}

/*左右メニュー部の内容設定*/
.linktext {
line-height: 130%;
color: #8B8380;
font-size: 11px;
font-family: "ms pgothic";
background-color: #000000;
margin: 0px 5px 10px 5px;
padding: 5px 0px 5px 20px;
}

/*左右メニュー部のリンク設定*/
.linktext a:link {color: #6F9100; text-decoration: none;}
.linktext a:visited {color: #4b5e29; text-decoration: none;}
.linktext a:active {color: #6F9100; text-decoration: none;}
.linktext a:hover {color: #ffffff; text-decoration: none; background-color: #6F9100}

/*サーチ入力設定*/
.search1 { 
margin: 10px 10px 10px 20px;
background: #000000;
color: #8B8380;
}

/*サーチボタン設定*/
.search2 { 
margin-top: 2px; 
letter-spacing: 1px;
background: #6b0000;
}

/*著作権表示部分*/
.copyright {
clear: left;
font-size: 10px;
color: #8B8380;
background-color: #000000;
line-height: 170%;
border:none;
margin: 10px;
padding-top: 10px;
}

/*TOP▲部分のテキスト設定*/
.top_text{
font-size: 12px;
text-align: center;
color: #dddddd;
background-color: #000000;
}

/*カレンダー本体*/
.calendar {
font-family: "Century";
color: #B70000;
background-color: #000000;
text-align: center;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/*カレンダー下部の月テキスト設定*/
.calendar_month {
font-family: "Times new roman";
margin-bottom: 10px;
font-size: 10px;
background-color: #000000;
}

/*カレンダー日付のテーブルセル設定（触らないほうが吉）*/
.cell {
width: 20px;
height: 20px;
padding: 0px;
text-align:center;
font-size: 10px;
color: #8B8380;
background-color: #000000;
}

/*カレンダー週の部分の設定*/
.week {
color: #AAAAAA;
background-color: #000000;
width: 20px;
height: 20px;
padding: 0px;
text-align:center;
font-size: 10px;
}

/*フリー部分、適当に編集してちょ*/
.free{
line-height: 130%;
color: #BBBBBB;
background-color: #000000;
margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 10px;
}