* {
  margin: 0;
  padding: 0
}


/* 基本タグ */
body{
  text-align: center;
}

body, td {
  font-size: 12px;
  background:#000000 url() repeat-y center top;
  color: #f5f5f5;
  font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 150%;
}


/* リンクの下線設定 */

a {
text-decoration: none;
}


/* リンクの設定 */

a:link{
    color: #ffe4b5;
}
a:visited{
    color: #ffe4b5;
}
a:active{
    color: #00ff00;
}
a:hover{
    color: #00ff00;
}
a img {
  border: none;
}
strong{
  /* color:#00ff00; */
}

input,textarea,select,button,submit {
	color: #ffffff;
	background: #000000;
	border: 1px solid #666666;
}

th,td {
	vertical-align: top;
}

img.emoji {
	vertical-align: middle;
	border: 0; 
}




/*レイアウト設定----------------------------------------------*/


/* 外枠 */
#container {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top:10px;
  margin-top:10px;
  text-align: left;
  background-color:#000000;
}

/* 左ラッパー */
#wrap_left{
  float : left;
  width:720px;
}

/* 記事部分 */
#main {
  float : right;
  width:490px;
  margin-right:0px;
  margin-left:0px;
}

img {
 max-width : 100%;
 height:auto; 
}

/* メニュー部分 */
#menu{
  float : left;
}
#menu2{
  float : right;
}
#menu, #menu2 {
  padding:0px;
  padding-bottom:0;
  width:220px;
  background-color:#000000;
}
#menu a, #menu2 a {
  text-decoration: none;
}
#menu a:hover, #menu2 a:hover{
  text-decoration: none;
}


/* ヘッダー部分 */
#header {	
  background:#000000 url(http://blog-imgs-60.fc2.com/d/e/r/derabass/201409182155361b2.jpg) no-repeat center;
  width:490px;
  height:352px;
  text-align: left;
  position:relative;
}


/* フッター部分 */
#footer {
  clear : both;
  padding: 10px 0px;
  text-align: center;
  border-top: 1px solid #666666;
}



/*タイトル設定------------------------------------------------*/


/* ブログタイトル */
h1 {
text-indent:-9999px;

}
  top: 90px;
  left:20px;
  font-size: 20px;
  font-weight: bold;
  position:relative;
  left:20px;
  color: #ffffff;
}

/* ブログタイトルリンク */
h1 a, h1 a:visited,h1 a:link,h1 a:hover {
  text-decoration: none;
  color: #ffffff;

}

/* サブタイトル */
.description {
  top: 25px;
  left:20px;
  color: #ffffff;
  position:relative;
  width:400px;
}


/*記事部分等設定----------------------------------------------*/


/* 記事部分等囲み */
.main_block {
  margin-top:20px;
  margin-bottom:20px;
  border: 1px solid #666666;
}

/* 記事部分等タイトル */
.main_title {
  margin: 10px;
  margin-bottom:3px;
  padding:5px;
  padding-left:0px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color:#ffffff;
  background: url() repeat;
}

.main_title h2 {
  font-size: 12px;
}

/* リンク文字 */
.main_title h2 a {
  text-decoration: none;
  color:#ffffff;
}

/* 続きを読む */
.more_link{
  text-align:right;
}
/* 記事部分等本文囲み */
.main_body {
  margin:10px;
}

/* 日付等のステータス */
.main_state {
  margin: 3px 10px 10px 10px;
  margin-top:3px;
  border:solid 1px #666666;
  background-color:#696969;
  padding:2px 5px;
}

/* コメント、トラックバック囲み */
.link_block {
  margin-bottom: 10px;
  border-bottom: 1px solid #666666;
}

/* コメント、トラックバックタイトル */
.link_title {
  font-weight: bold;
}


/*メニュー部分設定--------------------------------------------*/

/* メニュー囲み */
.menu_block {
  margin-bottom:10px;
  padding-bottom:0px;
  background:#000000 url() repeat-x bottom;
  border:1px solid #666666;
}

/* メニュータイトル */
.menu_title {
  font-size:13px;
  font-weight:normal;
  background: url(http://blog-imgs-54.fc2.com/m/o/m/momodons/bar_mic1_b.jpg) no-repeat;
  border-bottom:1px solid #666666;
  margin-bottom: 5px;
	padding: 6px 10px 6px 10px;

}

/* メニュー内容 */
.menu_body {
  margin:10px;
}

/* メニューリスト親要素 */
ul {
  list-style-type: none;
}

/* メニューリスト子要素 */
li {
}


/* 関連記事リスト
------------------------------------------------------------ */
.relate_dl {
  margin: 40px 0 15px;
  border:1px solid #666666;
}
.relate_dd {
  margin: 0 0 10px 5px;
}
.relate_dt {
  margin: 10px 0px 10px 0px; 
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #666666;
  background-color: #000000;
  padding-left: 3px;
}
.relate_ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0px;
}
.relate_ul li {
  list-style-type: none;
  margin: 0;
  padding-left: 0px;
}



/*その他------------------------------------------------------*/


/* ページ移動 */
.page_navi {
  margin:10px;
  text-align: center;
}

/* カレンダー設定 */

/* カレンダー枠テーブル */
table.calender {
  width: 200px;
}

/* ヘッダー（年、月） */
.calender caption {
  font-size: 11px;
  border-bottom: 1px solid #eeeeee;
}

/* 曜日セル */
.calender th {
  font-weight: normal;
  text-align: center;
}

/* 日付セル */
.calender td {
  text-align: center;
}

/* 日曜日の色 */
th#sun {
  color: #ff0000;
}

/* 土曜日の色 */
th#sat {
  color: #0000ff;
}