* {
  margin: 0;
  padding: 0
}


/* 基本タグ */
body{
  text-align: center;
}

body, td {
  font-size: 12px;
  background:#ffffff url() repeat-y center top;
  color: #000000;
  font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 150%;
}


/* リンクの下線設定 */

a {
text-decoration: none;
}


/* リンクの設定 */

a:link{
    color: #4646c8;
}
a:visited{
    color: #a0522d;
}
a:active{
    color: #a0522d;
}
a:hover{
    color: #0000cd;
}
a img {
  border: none;
}
strong{
  /* color:#a0522d; */
}

input,textarea,select,button,submit {
  color: #000000;
  background: #ffffff;
  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:#ffffff;
}

/* 左ラッパー */
#wrap_left{
  float : left;
  width:740px;
}

/* 記事部分 */
#main {
  float : right;
  width:530px;
  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:200px;
  background-color:#ffffff;
}
#menu a, #menu2 a {
  text-decoration: none;
}
#menu a:hover, #menu2 a:hover{
  text-decoration: none;
}


/* ヘッダー部分 */
#header {  
  background:#f5f5f5 url(https://blog-imgs-130.fc2.com/g/a/n/ganbareminors/img_181123_2_1.png) no-repeat left top;
  width:530px;
  height:350px;
  text-align: left;
  position:relative;
}


/* フッター部分 */
#footer {
  clear : both;
  padding: 10px 0px;
  text-align: center;
  border-top: 1px solid #191970;
}



/*タイトル設定------------------------------------------------*/


/* ブログタイトル */
h1 {
  top: 40px;
  left:20px;
  font-family: fantasy;
  font-size: 42px;
  font-weight: bold;
  position:relative;
  left:270px;
  color: #ffff00;89ecf9
}

/* ブログタイトルリンク */
h1 a, h1 a:visited,h1 a:link {
  text-decoration: none;
  color: #ffee00;00b2eb
}

/* サブタイトル */
.description {
  top: 0px;
  left:20px;
  color: #26499d;
  position:relative;
  width:400px;
}


/*記事部分等設定----------------------------------------------*/


/* 記事部分等囲み */
.main_block {
  margin-top:20px;
  margin-bottom:20px;
  border: 1px solid #000000;
}

/* 記事部分等タイトル */
.main_title {
  margin: 10px;
  margin-bottom:3px;
  padding:75px;
  padding-left:0px;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color:#000000;
  background: url(https://blog-imgs-56.fc2.com/g/a/n/ganbareminors/20130209165631c2f.png) no-repeat right top;
}

.main_title h2 {
  font-size: 24px;
}

/* リンク文字 */
.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:#dcdcdc;
  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:#fff0f0 url() repeat-x bottom;
  border:1px solid #666666;
}

/* メニュータイトル */
.menu_title {
  font-size:13px;
  font-weight:normal;
color:#46c8e6;
font-weight: bold;
  background: url(https://blog-imgs-56.fc2.com/g/a/n/ganbareminors/bar_mic1_w.jpg) no-repeat;
  border-bottom:1px solid #666666;
  margin-bottom: 5px;
  padding: 6px 10px 6px 10px;

}

/* メニュー内容 */
.menu_body {
  margin:10px;
　color:#000000;
}

/* メニューリスト親要素 */
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: #ffffff;
  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 #2f4f4f;
}

/* 曜日セル */
.calender th {
  font-weight: normal;
  text-align: center;
}

/* 日付セル */
.calender td {
  text-align: center;
}

/* 日曜日の色 */
th#sun {
  color: #ff0000;
}

/* 土曜日の色 */
th#sat {
  color: #0000ff;
}
