/***********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:"ヒラギノ角ゴ Pro W3", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	font-size:100%;
	font-weight:normal;
}





/********リンク（ページ移動・ページトップリンクは最下部）********/
/*サイト名*/
#header_title a{
	text-decoration:none;
	color:#1f246e;
}
#header_title a:hover{
	color:#1f246e;
	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:#ffffff;
}
#side a:hover{
	background-color:#1f246e;
	color:#ffffff;
}



/*記事カテゴリ・コメント*/
.entry_side a{
	text-decoration:none;
	color:#ffffff;
}
.entry_side a:hover{
	color:#1f246e;
}



/*記事タイトル*/
.entry_head a{
	text-decoration:none;
	color:#222222;
}
.entry_head a:hover{
	color:#1f246e;
}



/*記事本文*/
.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{
	text-align:left;
	width:100%;
	margin:30px 0 90px 0;
}



/*サイト名*/
#header_title{
	float:left;
	width:68%;
	text-align:left;
}
/*サイト名のフォント調整*/
h1{
	font-size:2em;
	font-weight:normal;
}
/*サイト説明文*/
#introduction{
	margin:0 0 0 10px;
	color:#666666;
	font-size:0.5em;
}



/*ヘッダーメニュー*/
#header_menu{
	float:right;
	width:30%;
	text-align:right;
	font-size:0.9em;
}





/******************container(main・side)********************/
/*全体を囲う枠*/
#container{
	background-color:#222222;
}



/*メイン*/
#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:#222222;
}
#side_in{
	margin:0 auto;
	width:96%;
	text-align:left;
}





/***********************side plugin***********************/
/*プラグイン1・2・3を囲う枠*/
.plugin_main{
}



/*プラグインタイトル*/
.plugin_title{
	color:#4686e0;
	margin:30px 0 0 0;
	font-size:0.9em;
	font-weight:normal;
}



/*プラグイン中身*/
.plugin_contents{
	color:#ffffff;
	padding:6px 0 30px 6px;
	line-height:1.7em;
	border-bottom:1px dotted #ffffff;
	font-size:0.9em;
}


/*プラグイン説明文*/
.plugin_desc{

}


/*ブログ内検索フォーム*/
.plugin-search input{
	color:#1f246e;
}





/****************************main****************************/
/*記事全体*/
.entry_box{
	margin:0 0 50px 0;
}



/*記事サイド（カテゴリ・コメントなど）*/
.entry_side{
	float:left;
	width:15%;
	max-width:100px;
}
.entry_month{
	padding:5px 5px 0 0;
	text-align:right;
	background-color:#1f246e;
	color:#ffffff;
}
.entry_day{
	text-align:center;
	padding:0 0 10px 0;
	background-color:#1f246e;
	color:#ffffff;
	font-size:2em;
}
.entry_category{
	background-color:#222222;
	color:#ffffff;
	text-align:right;
	padding:2px 2px 2px 0;
	margin:1px 0 0 0;
	font-size:0.9em;
}
.entry_comment{
	background-color:#222222;
	color:#ffffff;
	text-align:right;
	padding:2px 2px 2px 0;
	font-size:0.9em;
}



/*記事メイン（記事タイトル・記事本文など）*/
.entry_main{
	float:right;
	width:80%;
	border-left:3px solid #1f246e;
}
.entry_main_in{
	padding:0 30px 10px 30px;
}



/*記事タイトル*/
.entry_head{
	border-bottom:1px dotted #666666;
}


.entry_head h2{
	padding:10px 0 5px 0;
	font-weight:normal;
	font-size:0.9em;
}



/*記事本文*/
.entry_body{
	padding:30px 0 0 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:#222222;
	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:#1f246e;
	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{
}