@charset "UTF-8";


/*--------------------------------
重要なお知らせ
--------------------------------*/

/*カテゴリータイトル*/
div#category_title{
	display:block;
	width:690px;
	height:105px;
	margin:0px 0px 20px 0px;
	padding:0px;
	background:url(../img/category_title.jpg) no-repeat;
}

div#category_title h3{
	text-indent:-9999px;
}


/*カテゴリータイトルの下のメインコピー*/
*.copy_area {
	display:block;
	width:690px;
	overflow:hidden;
	margin:0px 0px 30px 0px;
}


/*ページタイトル*/
h4.page_title{
	display:block;
	width:690px;
	height:50px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-indent:-9999px;
	background:url(../img/title_topics_important.gif) no-repeat;
}



/*重要なお知らせ記事全体*/

*.topics_area_body {
	display: block;
	width:690px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	clear:both;
}


/*記事のタイトルエリア*/
*.topics_entry_title {
	display: block;
	width:690px;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 7px 0px;
	color : #42a5c2;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #42a5c2;
	
}

*.topics_entry_title h5{
	display: block;
	width:570px;
	padding: 0px 10px 0px 0px;
	font-size:120%; *font-size:110%;
	font-weight:bold;
	float:left;
}

*:first-child+html *.topics_entry_title h5{
	display: block;
	width:570px;
	padding: 0px 10px 0px 0px;
	font-size:110%;
	font-weight:bold;
	float:left;
}


/*記事の日付*/
*.topics_entry_date {
	display: block;
	width:100px; *width:110px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px; *padding: 0px 0px 0px 0px;
	float:left;
	overflow:hidden;
	font-size:86%;
	text-align:right;
	color : #999999;
}

*:first-child+html *.topics_entry_date {
	display: block;
	width:100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	float:left;
	overflow:hidden;
	font-size:86%;
	text-align:right;
	color : #999999;
}


/*記事のテキストエリア*/
*.topics_entry_text {
	display: block;
	width:690px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	clear:both;
}


/*テキスト装飾色*/

*.fontcolor_blue { color:#336699; } /*ブルー*/
*.fontcolor_blue2 { color:#42a5c2; } /*水色*/
*.fontcolor_blue3 { color:#003366; } /*紺*/
*.fontcolor_red { color:#cc0000; } /*赤*/
*.fontcolor_red1 { color:#990000; } /*ワインレッド*/
*.fontcolor_sakura { color:#cc6666; } /*くすんだ桜色*/
*.fontcolor_green { color:#336600; } /*グリーン*/
*.fontcolor_green2 { color:#669900; } /*くすんだ淡いグリーン*/
*.fontcolor_yellow { color:#FFCC00; } /*黄色*/
*.fontcolor_brown { color:#663300; } /*茶色*/
*.fontcolor_brown2 { color:#666600; } /*黄土色*/
*.fontcolor_orange { color:#FF9900; } /*オレンジ*/




/*===========下部「お知らせ一覧へ」ボタンナビゲーション===========*/
*.navi{

	width:690px;
	margin:0px 0px 20px 0px;
	padding:8px 0px 3px 0px;
	font-size:88%; *font-size:81%; /*11pt*/
	line-height:200%;
	text-align:right;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #42a5c2;
}


/*リンクのアイコン*/

*.navi a {
	display:block;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 15px; *padding:-1px 0px 0px 15px;
	background:url(../../img_new/all/btn_icon_link.gif) no-repeat 0px 3px;
	text-decoration  : underline; /*下線指定*/
	clear:both;
}

*:first-child+html *.navi a {
	display:block;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 15px;
	background:url(../../img_new/all/btn_icon_link.gif) no-repeat 0px 3px;
	text-decoration  : underline; /*下線指定*/
	clear:both;
}



*.navi a:hover {
	text-decoration  : underline; /*下線指定*/
}

.img_area_normal {
  margin-top   :10px;
  margin-bottom:10px;
}



