@charset "utf-8";

/*********************************************************************/
/* 北日本新聞社-公開側　ニュースサイト　編集局・新人記者ブログ用CSS  */
/*********************************************************************/

/***** 全ページ共通CSS読み込み *****/
@import url("common_print.css");

/***** common.cssに上書き（リンク色） *****/
/*---------- 全体共通設定 ----------*/
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#003399;
	text-decoration:underline;
}
/***** common.cssに上書き（リンク色）ここまで *****/


/*---------- ニュースサイト　編集局・新人記者ブログ用CSSを記述 ----------*/
/***** ヘッダー *****/
/* ロゴ・リンク */
#blog_header{
	width:960px;
	height:20px;
	padding:0px 10px;
	background-color:#333333;
}
		#head_to_toppage{
			font-size:12px;
			line-height:20px;
			float:right;
		}
		#head_to_toppage a{
			color:#FFFFFF;
			text-decoration:none;
		}
		#head_to_toppage a:hover{
			color:#FFFFFF;
			text-decoration:underline;
		}
/* メインタイトル */
#blog_maintitle{
	width:980px;
}


/***** blog_main *****/
#blog_main{
	width:960px;
	padding:0px 0px 10px;
	margin:10px 10px 0px;
}

/*---------- ▼フッターここから ----------*/
#blog_footer{
	width:980px;
	height:80px;/* blog_mainのpadding-bottom値と共通 */
	font-size:12px;
}
/*---------- #フッターここまで ----------*/

/*** 左 ***/
#blog_left{
	width:200px;
	float:left;
}
		/* ブログTOPに戻る　ボタン */
		#to_blogtop a{
			width:200px;
			height:25px;
			margin-bottom:5px;
			background-image:url(../_images/blog/blog_bg.jpg);
			background-position:0px 0px;
			background-repeat:no-repeat;
			text-indent:-1000em;
			text-decoration:none;
			overflow:hidden;
			display:block;
		}
		#to_blogtop a:hover{
			background-position:0px -25px;
		}
		/* 見出し01,02 */
		.blog_l_title01, .blog_l_title02{
			width:185px;
			height:19px;
			padding-left:15px;
			background-repeat:no-repeat;
			font-size:110%;
			line-height:19px;
			color:#FFFFFF;
			font-weight:bold;
		}
		.blog_l_title01{
			background-image:url(../_images/blog/blog_bg.jpg);
			background-position:0px -50px;
		}
		.blog_l_title02{
			background-image:url(../_images/blog/blog_bg.jpg);
			background-position:0px -69px;
		}
		/* リスト（右と共通） */
		ul.blog_list{
			width:175px;
			padding:5px 0px 15px 25px;
		}

/*** 真ん中 ***/
#blog_middle{
	width:521px;
	padding-left:19px;
	float:left;
}
		/* アーカイブマ名 */
		#cate_title{
			width:501px;
			height:31px;
			padding-left:20px;
			margin-bottom:10px;
			background-image:url(../_images/blog/blog_title_icon01.jpg);
			background-position:left top;
			background-repeat:no-repeat;
			font-size:120%;
			line-height:31px;
			color:#006699;
		}
		/* 記事BOX */
		.blog_box{
			width:481px;
			padding:0px 20px;
			background-image:url(../_images/blog/blog_box_bg.jpg);
			background-position:left top;
			background-repeat:repeat-y;
		}
		/* 記事タイトル */
		.kiji_title{
			width:481px;
			font-size:110%;
			border-bottom:6px solid #CCCCCC;
		}
				.kiji_title a{
					color:#333333;
					text-decoration:none;
				}
				.kiji_title a:hover{
					color:#003399;
					text-decoration:underline;
				}
		/* 記事内容 */
		.kiji_detail{
			width:481px;
			padding:10px 0px;
		}
		/* カテゴリー・日付 */
		.kiji_bottom{
			width:481px;
			height:36px;
			padding:0px 20px;
			margin-bottom:10px;
			background-image:url(../_images/blog/blog_box_footer.jpg);
			background-position:left top;
			background-repeat:no-repeat;
			line-height:36px;
		}
				/* カテゴリー */
				.kiji_cate{
					float:left;
				}
				/* 日付 */
				.kiji_date{
					float:right;
				}
		/*----- 検索結果ページに使用 -----*/
		/* 非表示（検索結果の総ページ中の何ページ目か） */
		.hidden{
			display:none;
		}
		/* 続きを読む */
		p.more{
			text-align:right;
		}
		/* 検索の注意 */
		blockquote{
			padding:0px 0px 15px 30px;
		}

/*** 右 ***/
#blog_right{
	width:200px;
	padding-top:10px;
	float:right;
}
.blog_r_box{
	width:200px;
	background-color:#F3F3F3;
}
.r_menu_footer{
	margin-bottom:10px;
}
		/* 見出し02 */
		.blog_r_title{
			width:163px;
			height:19px;
			padding:0px 0px 0px 10px;
			margin:0px 10px;
			background-color:#6E6E6E;
			border-left:7px solid #333333;
			font-size:110%;
			line-height:19px;
			color:#FFFFFF;
			font-weight:bold;
		}
		/* カレンダー・検索スペース */
		.blog_other_box{
			width:182px;
			padding:5px 9px 5px;
		}
		/* カレンダー */
		#calendar_month{
			text-align:center;
		}
		table#calendar_table{
			margin-top:5px;
			background-color:#999999;
			font-size:10px;
		}
				/* リンク色 */
				table#calendar_table a, table#calendar_table a:hover{
					color:#0000CC;
				}
				/* セルの設定 */
				table#calendar_table th, table#calendar_table td{
					text-align:center;
				}
				table#calendar_table th{
					background-color:#EFEFEF;
					font-weight:normal;
				}
				table#calendar_table td{
					background-color:#FFFFFF;
				}
				table#calendar_table td.holiday{
					background-color:#FFE4E4;
				}
				table#calendar_table td.saturday{
					background-color:#E4F0FF;
				}
		/* 検索 */
		input.blog_search{
			width:179px;/* 実際の幅182px－枠線3px=179px */
		}
		input.blog_search_btn{
			padding-top:3px;
			float:right;
		}