/*=======================CONTENTS===========================
▼ last-updated: 09/01/26 13:20:31 ashimizu;

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  ◆お知らせページスタイル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  インデックス
-----------------------------------------------------------*/
div#index{

}

div#index ul{
	margin:20px 30px;
	padding:0;
}

div#index li{
	font-size:120%;
	margin:0 0 5px 0;
	padding:0 0 2px 28px;
	list-style-type:none;
	background:url(/img/icon_list.gif) left center no-repeat;
}

div.more{
	font-size:120%;
	margin:0 30px 30px 30px;
	padding-top:10px;
	text-align:right;
	border-top:dotted 1px #c9ceda;
}

/*-----------------------------------------------------------
  アーカイブ
-----------------------------------------------------------*/
div#archive{
	zoom:1;
}

div#archive:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div#archive h3{
	margin:0 0 10px 0;
	padding:12px 12px 15px 20px;
	font-size:120%;
	background:url(/img/t_contents.gif) left bottom no-repeat;
}


/*-----------------------------------------------------------
  バックナンバー（左側）
-----------------------------------------------------------*/
.left_box{
	float:left;
	width:130px;
	display:inline;
	margin:10px 0 0 10px;
	padding-top:45px;
	background:url(/img/t_month.jpg) 0 0 no-repeat;

}

.month_box,
.category_box{
	padding-bottom:20px;
	background:url(/img/bg_month.gif) left bottom no-repeat;
}

.left_box ul{
	margin:0;
	padding:3px 0;
	list-style-type:none;
}

.left_box li{
	margin:0 0 0 12px;
	padding:0 0 0 17px;
	font-size:120%;
	background:url(/img/icon_month.gif) left bottom no-repeat;
}

/*-----------------------------------------------------------
  記事エリア（右側）
-----------------------------------------------------------*/
.right_box{
	float:right;
	width:680px;
	display:inline;
	margin:0 10px 20px 0;
}

/*キーワード検索*/
.search_box{
	text-align:right;
	margin-bottom:10px;
	padding:0;
	background:url(/img/line_slash.gif) left bottom repeat-x;
}

.search_box form{
	margin:0;
	padding:2px 0;
	background:url(/img/icon_search.gif) 408px 2px no-repeat ;
}

.search_box input{
	margin:0 0 0 5px;
	padding:0;
}

/*カテゴリ*/
.detail_category{
	float:right;
	padding-left:5px;
}

/*日付*/
.detail_date{
	text-align:right;
}

/*タイトル*/
.detail_box h4{
	margin:0 0 20px 0;
	padding:5px 10px 10px 10px;
	font-size:130%;
	line-height:130%;
	border-bottom:solid 4px #cdcdcd;
}

.detail_doc{
	margin:0 10px;
	line-height:140%;
	font-size:120%;
}

.detail_box ul{
	margin:10px 15px;
	padding:0;

}

.detail_box li{
	margin:0 0 7px 0;
	padding:0 0 2px 30px;
	list-style-type:none;
	font-size:120%;
	background:url(/img/icon_list.gif) left center no-repeat;
}

/*検索結果*/
div#archive h2{
	margin:0 0 10px 0;
	padding:12px 12px 15px 20px;
	font-size:120%;
	background:url(/img/t_contents.gif) left bottom no-repeat;
}
