@charset "UTF-8";
* {margin: 0;}

body {
text-align: center;
margin: 0;
padding: 0;
font-size: 13px;
font-family: "MS UI Gothic", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka,"Trebuchet MS", sans-serif;
background-color: #111111;
color: #cccccc;
}

/* リンクカラーの設定 */
a {color: #dddddd;}
a:hover {color: #ff6666;}

/* リストの基本設定 */
li {color: #cccccc;}
li a {color: #dcdcdc;}
li a:hover {color: #ff6666;}

.entry_text img{
margin: 2px;
border: 2px solid #ffffff;
}

/* 見出しの設定　*/
h2 { color: #ffffff;}
h4, h5, h6 { font-size: 13px;}

/* ベースボックス */
#body {
width: 1020px;
padding-top: 0px;
position: relative;
margin: 0 auto;
text-align:left;
}

/* ヘッダー部 */
#header {
width : 760px;
height : 120px;
background: url();
background-repeat: no-repeat;
text-align:center;
}

/* タイトルエリア */
#tittle{
width : 1000px;
height : 80px;
}

/* ブログタイトル */
.site-tittle {
text-align: center;
padding-top: 10px;
margin: 5px 0 5px 0;
}

.site-tittle a{
font-size: 35px;
text-decoration: none;
color: #ffffff;
font-family:"Arial Black", "Impact", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
}

.site-tittle a:hover {
text-decoration : none;
color: #ff6666;
}

/* ブログ説明 */
.site_info {
color:#ffffff;
margin: 0 0 5px 0;
font-size: 14px;
font-weight: normal;
text-align: center;
}

/* コンテンツ */
#content {
width : 1024px;
margin: 0;
padding-top: 10px;
text-align:left;
}

/* 左メニュー */
#menu {
float : left;
width : 170px;
margin: 0 15px 0px 0px;
text-align: left;
overflow:hidden;
font-size: 12px;
}

/* メイン */

#main {
margin: 0 15px 0px 0px;
padding-left:5px;
float : left;
width : 834px;
text-align: left;
color: #cccccc;
}

/* エントリー部 */
.entry_table{
width: 834px;
margin-bottom: 30px;
overflow:hidden;
background-color: #000000;
border-top: 1px solid #666666;
border-left: 1px solid #666666;
}

/* ネクスト */
.home_next{
width: 834px;
margin: 0px 0px 30px 0px;
}

/* 右メニュー */
#menu_2 {
float : left;
width : 170px;
margin: 0;
text-align: left;
font-size: 13px;
}

/* フッター */
#footer {
clear : both;
width: 1020px;
color: #cccccc;
text-align: center;
padding-top: 5px;
padding-bottom: 3px;
margin: 0;
}

#footer a{ text-decoration:none;color:#6699FF;}
#footer a:hover{ text-decoration: underline;color:#ff6666;}

/* メニュー見出し */
.menu_area,.menu_area2 { color: #ffffff;}
.menu_area h2,.menu_area2 h2 {
font-weight: bold;
padding: 4px 0px 3px 10px;
margin-bottom: 10px;
font-size: 13px;
border-top: 1px solid #666666;
border-left: 1px solid #666666;
background-color:#000000;
}

/* 記事タイトル */
.entry_table h2 {
font-size: 14px;
font-weight: bolder;
text-align:left;
margin: 10px 10px 5px 10px;
padding-bottom: 10px;
border-bottom: 1px solid #999999;
}
.entry_table h2 a{
text-decoration: none;
color: #ffffff;
}
.entry_table h2 a:hover {
text-decoration: underline;
color: #ff6666;
}

/* リンク */
a {text-decoration:none;}

a:hover {text-decoration: underline;}

/* プロフィール画像 */
.pay, .plugin-myimage {
margin-bottom: 10px;
text-align:center;
} 

/* メニューリスト */
.menu_area ul,.menu_area2 ul{
text-align:left;
margin: 5px 0px 5px 0px;
padding-left: 15px;
list-style-image: url();
text-decoration: none;
}

.menu_area li,.menu_area2 li {
text-align: left;
line-height: 120%;
padding: 1px 0px 3px 0px;
}

.menu_area a,.menu_area2 a {text-decoration: none;color:#6699FF;}
.menu_area a:hover,.menu_area2 a:hover {text-decoration: underline;}

/* プラグイン部 */
.plugin_area { margin : 10px 5px 10px 5px;}

.plugin_content { margin : 10px 0px 0px 0px;}

.menu_content { 
margin : 10px 5px;
}

/* 記事本文 */
.entry_text {
line-height: 20px;
font-size: 13px;
margin: 0px 10px 0px 10px;
padding: 0px 5px 0px 5px;
color: #cccccc;
background : #000000 repeat url('https://blog-imgs-31.fc2.com/c/a/s/caseofb/051228.gif');
}

.entry_text2 {
line-height: 200%;
font-size: 13px;
margin-bottom: 10px;
padding: 0px 10px 0px 10px;
color: #cccccc;
background : #000000;
}

/* エントリー下部（ナビ）*/
.entry_navi {
font-size: 13px;
text-align: center;
margin: 0px;
padding: 10px 20px 10px 20px;
color: #cccccc;
}

/* 記事内リンク */
.entry_text a{ text-decoration: underline;color:#6699FF;}
.entry_text a:hover{ text-decoration: underline;}

/* 記事内 ナビ */
.entry_state {
font-size: 13px;
text-align: right;
line-height: 120%;
padding-top: 5px;
margin: 0px 10px 15px 10px;
color: #aaaaaa;
}

.entry_state a,.comment_state a { text-decoration: none;color: #6699FF;}

/* コメント見出し */
.comment_header {
font-size: 14px;
font-weight: bolder;
margin: 10px 10px 15px 10px;
padding-bottom: 10px;
border-bottom: 1px solid #999999;
}

.comment_header a {
text-decoration: none;
color: #ffffff;
}
.comment_header a:hover {
text-decoration: none;
color: #ffffff;
}

/* コメント タイトル */
.comment_title {
font-size: 13px;
font-weight: bolder;
margin: 0px 10px 15px 10px;
}

.comment_title a {
text-decoration: none;
color: #ff0000;
}
.comment_title a:hover {
text-decoration: none;
color: #ffffff;
}

/* コメント ナビ */
.comment_state {
font-size: 13px;
text-align: right;
line-height: 120%;
padding: 10px 0px 5px 0px;
margin: 0px 10px 10px 10px;
}

.entry_state li,
.comment_state li,
.entry_navi li { display: inline;}

/* トラックバックURL */
.trackback_text {
line-height : 140%;
padding-bottom : 15px;
margin: 0px 20px 10px 20px;
}

/* カレンダー */
.calendar_layout {
margin-left: 5px;
margin-bottom: 15px;
}
.calender {
font-size: 11px;
width: 210px;
background: #111111;
color: #cccccc;
}
.calender a {font-weight: bolder;}
.calender caption {
font-size: 11px;
width: 210px;
height:13px;
background: #000000;
color: #FFFFFF;
padding-top: 2px;
padding-bottom: 1px;
}
.calender caption a:link  {color: #6699FF; text-decoration: none;}
.calender caption a:active  {color: #E88A3E; text-decoration: none}
.calender caption a:visited {color: #6699FF; text-decoration: none}
.calender caption a:hover   {color: #ff6666; text-decoration: underline;}
.calender th {
width: 20px;
height: 16px;
font-weight: bolder;
text-align: center;
}

.calender td {
width: 20px;
height: 16px;
text-align: center;
}
.calender td a {
display: block;
}

.calender td a:link {
color: #6699FF;
text-decoration: none;
}

.calender td a:visited {
color: #333333;
text-decoration: none;
}

.calender td a:hover {
color: #ff6666;
text-decoration: underline;
}

/* カレンダー曜日 */
th#sun {
color: #CC3300;
}

th#sat {
color: #0066CC;
}

