/***********clearfix（ここいじるとレイアウト崩れる）***************/
/*ModernBrowser*/
.clearfix {
  display: inline-table;
  min-height: 1%;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* IE and IE5-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE5-mac */





/**************************リセット・セット***********************/
*{
  margin:0;
  padding:0;
  border:0;
  list-style:none;
}

body{
  font-family:"Arial", "ＭＳ Ｐゴシック", sans-serif;
  font-size:100%;
  font-weight:normal;
}





/********リンク（ページ移動・ページトップリンクは最下部）********/
/*サイト名*/
#header_title a{
  text-decoration:none;
  color:#FF6600;
}
#header_title a:hover{
  color:#FF6600;
  border-bottom:2px dotted #1f246e;
}



/*ヘッダーメニュー*/
#header_menu a{
  text-decoration:none;
  color:#222222;
}
#header_menu a:hover{
  color:#1f246e;
  border-bottom:2px dotted #1f246e;
}



/*サイドカラム*/
#side a{
  text-decoration:none;
  color:#222222;
}
#side a:hover{
  background-color:#FF6600;
  color:#222222;
}



/*記事カテゴリ・コメント*/
.entry_side a{
  text-decoration:none;
  color:#ffffff;
}
.entry_side a:hover{
  color:#222222;
}



/*記事タイトル*/
.entry_head a{
  text-decoration:none;
  color:#222222;
}
.entry_head a:hover{
  color:#222222;
}



/*記事本文*/
.entry_body a{
  text-decoration:none;
  color:#222222;
  border-bottom:1px dotted #222222;
}
.entry_body a:hover{
  color:#1f246e;
  font-weight:bold;
}



/*全記事*/
.archives_main a{
  text-decoration:none;
  color:#222222;
  border-bottom:1px dotted #222222;
}
.archives_main a:hover{
  color:#1f246e;
}





/****************************header*************************/
/*ヘッダー*/
#header{
  float:left;
  text-align:left;
  width:100%;
  margin:10px 0 25px 0;
}
/*サイト名*/
#header_title{
  float:left;
  width:100%;
  text-align:center;
  padding:0 0 30px 0;
}
/*サイト名のフォント調整*/
h1{
  font-size:3em;
  font-weight:normal;
}
/*サイト説明文*/
#introduction{
  margin:0 0 0 10px;
  color:#666666;
  font-size:0.3em;
}



/*ヘッダーメニュー*/
#header_menu{
  float:right;
  width:30%;
  text-align:right;
  font-size:0.9em;
}





/******************container(main・side)********************/
/*全体を囲う枠*/
#container{
  background-color:#CCEBFF;
}



/*メイン*/
#main{
  float:left;
  width:74%;
  text-align:center;
  background-color:#ffffff;
}
#main_in{
  margin:0 auto;
  width:96%;
  text-align:left;
  padding:0 0 30px 0;
}



/*サイド*/
#side{
  float:right;
  width:25%;
  text-align:center;
  background-color:#CCEBFF;
}
#side_in{
  margin:0 auto;
  width:96%;
  text-align:left;
}





/***********************side plugin***********************/
/*プラグイン1・2・3を囲う枠*/
.plugin_main{
}



/*プラグインタイトル*/
.plugin_title{
  color:#FF6600;
  margin:30px 0 0 0;
  font-size:1em;
  font-weight:bold;
}



/*プラグイン中身*/
.plugin_contents{
  color:#222222;
  padding:6px 0 30px 6px;
  line-height:1.7em;
  border-bottom:1px dotted #FF6600;
  font-size:0.8em;
}


/*プラグイン説明文*/
.plugin_desc{
  color:#222222;
}


/*ブログ内検索フォーム*/
.plugin-search input{
  color:#1f246e;
}





/****************************main****************************/
/*記事全体*/
.entry_box{
  margin:0 0 50px 0;
}



/*記事サイド（カテゴリ・コメントなど）*/
.entry_side{
  float:left;
  width:60%;
  max-width:150px;
}
.entry_month{
  padding:7px 7px 0 0;
  text-align:right;
  background-color:#FF6600;
  color:#ffffff;
  font-size:1em;
}
.entry_day{
  text-align:center;
  padding:0 0 2px 0;
  background-color:#FF6600;
  color:#ffffff;
  font-size:3em;
}
.entry_year{
  padding:7px 7px 0 0;
  text-align:right;
  background-color:#FF6600;
  color:#ffffff;
}
.entry_category{
  background-color:#222222;
  color:#ffffff;
  text-align:right;
  padding:4px 2px 4px 0;
  margin:1px 0 0 0;
  font-size:0.7em;
}



/*記事メイン（記事タイトル・記事本文など）*/
.entry_main{
  float:right;
  width:80%;
  border-left:3px solid #FF6600;
}
.entry_main_in{
  padding:0 30px 10px 30px;
}



/*記事タイトル*/
.entry_head{
  border-bottom:1px solid #FF6600;
}


.entry_head h2{
  padding:2px 0 5px 0;
  font-weight:normal;
  font-size:1.5em;
}



/*記事本文*/
.entry_body{
  padding:30px 0 30px 0;
  line-height:1.7em;
  font-size:0.9em;
}

/*続きを読む*/
.entry_more_link{
  margin:1em 0 0 0;
}

/*続き*/
#entry_more{
  margin:3em 0 0 0;
}


.entry_body img{
  border:1px dotted #222222;
  padding:5px;

}





/****************************コメント表示************************/
.comment_dis{
  margin:70px 0 70px 0;
  width:100%;
  border-left:1px dotted #222222;
}


.comment_dis_main{
  float:left;
  width:80%;
}


.comment_head{
  padding:0 0 0 1em;
  font-size:0.9em;
}

.comment_name{

}
  
.comment_date{

}



.comment_body{
  padding:3px 3px 3px 1.5em;
  font-size:0.9em;
}




.comment_dis_side{
  float:right;
  width:18%;
}

.comment_month{
  text-align:right;
  background-color:#1f246e;
  color:#ffffff;
  padding:5px 5px 0 0;
}

.comment_day{
  text-align:center;
  padding:5px 0 10px 0;
  background-color:#1f246e;
  color:#ffffff;
  font-size:2em;
}

.comment_time{
  background-color:#1f246e;
  color:#ffffff;
  text-align:right;
  padding:1px 1px 1px 0;
  font-size:0.9em;
}





/**************************コメントフォーム*************************/
#comment_div{
  margin:100px auto 0 auto;
  width:98%;
  text-align:center;
}


#comment_form{
}


#comment.table{
  text-align:left;
  width:100%;
}

.comment_title{
  text-align:center;
  width:18%;
}


.comment_main{
  text-align:left;
  width:80%;
}


input{
  color:#222222;
  padding:2px 5px 2px 5px;
  border:1px solid #222222;
}


textarea{
  color:#222222;
  border:1px solid #222222;
  padding:2px 5px 2px 5px;
}

.comment_main form_btn{

}





/**************トラックバックURL表示********************/
#trackback_main{
  margin:70px 0 30px 0;
  padding:10px;
  color:#191919;
  border:1px dotted #191919;
  font-size:0.9em;
}


#trackback_info{
  margin:0 0 3px 0;
}


#trackback_url{
  width:100%;
  border:1px #222222 solid;
  text-indent:0.5em;
}

#trackback_url a{
  text-decoration:none;
  color:#222222;
}





/**************************全記事************************/
.archives{
  width:100%;
  margin:0 0 50px 0;
}

.archives_side{
  float:left;
  width:25%;
}

.archives_date{
  padding:2px 5px 2px 0;
  text-align:right;
  background-color:#222222;
  color:#ffffff;
}

.archives_main{
  padding:2px 0 2px 5px;
  float:right;
  width:70%;
}





/**************前、次ページ移動・ページトップ***************/
#page_navigation{
  margin:90px 0 0 0;
}

#prevnext{
  float:left;
  width:70%;
}


#pagetop{
  float:right;
  text-align:right;
}

#page_navigation a{
  display:block;
  text-decoration:none;
  padding:5px 20px;
  background-color:#222222;
  color:#ffffff;
  font-size:1em;
}

#page_navigation a:hover{
  background-color:#FF6600;
  color:#ffffff;
}

#page_navigation ul{
  list-style:none;
  text-align:center;
}

#prev_button{
  float:left;
  margin:0 30px 0 0px;
}

#next_button{
  float:left;
}

#top_button{
}

/* ▼メニューバー▼ */
ul#menu_bar {
font-size: 20%; /* 文字サイズ */
height:25px; /* 高さ */
background-color:#000000; /* 背景色 */
padding-left:0px;
margin-left:0px;
margin-top:5px; /* 上の間隔 */
margin-bottom:0px; /* 下の間隔 */
}
 
#menu_bar li {
list-style-type:none;
float:left;
line-height:25px; /* 高さ */
margin:0px;
padding:0px;
}
 
#menu_bar li a {
display:block;
text-align:center;
width:100px; /* １つのメニューボタンの幅 */
border-right:1px solid #333333; /* 区切り線 */
color:#ffffff; /* リンク文字の色 */
background-color:#000000; /* メニューボタンの背景 */
text-decoration:none;
}
 
#menu_bar li a:hover{
color:#ffffff; /* マウスが乗ったときのリンク文字の色 */
background-color:#FF6600; /* マウスが乗ったときの背景色 */
text-decoration:none;
}
/* ▲メニューバー▲ */

img {
  max-width: 100%;
  height: auto;
}

