/* ==================================================== */
/* 各ページ個別(TOPICS)*/
/* ==================================================== */
/* ---------------------------------------------------- */
/* 差分 */
/* ---------------------------------------------------- */
/* ページヘッダ*/
#header {
	background-image: url(page_header.jpg);
}
/* サイドメニュー */
#sub_menu li a{
	border-left: solid #F9CBCD 2px;
}
#sub_menu li a:hover{
	border-left: solid #FA7A7F 2px;
}
/* 現在のページ */
#sub_menu div.active_page{
	border-left: solid #FA7A7F 2px;
	color: #FA7A7F; 
}
/* ---------------------------------------------------- */
/* TOPICS一覧*/
/* ---------------------------------------------------- */
/* 大枠 */
#topics_area {
	width: 520px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
	border-bottom: dotted #cccccc 1px;
	clear: both;
}
/* イメージ枠 */
#topics_img {
	width: 173px;
	height:117px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 3px;
	border-top: solid #dddddd 1px;
	border-left: solid #dddddd 1px;
	border-right: solid #ffffff 1px;
	border-bottom: solid #ffffff 1px;
	float: right;
	background-color: #fafafa;
	}
#topics_img img{
	border: solid #cccccc 1px;
	}
/* テキスト枠 */
#topics_text {
	margin: 0px 0px 0px 0px;
	width: 342px;
	float: left;
}
/* タイトル */
#topics_text h3.topics_title {
	height:20px;
	margin: 0px;
	padding: 1px 0px 0px 18px;
	/* IE6
	padding: 4px 0px 0px 18px;
	*/
	font-size: 10pt;
	color: #666666;
	background-image:url(title_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
/* 日付 */
#topics_text p.date {
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 8px 18px;
	font-size: 10pt;
	color: #666666;
}
/* 文 */
#topics_text p.text {
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 16px;
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
}
/* ピックアップへのリンク */
#topics_text a{
	display: block;
	width: 200px;
	height: 20px;
	margin: 4px 0px 0px 0px;
	padding:2px 0px 0px 20px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:9pt;
	color: #999999;
	text-decoration: none;
	background-image: url(link.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#topics_text a:hover{
	color: #339900;
	text-decoration: underline;
	background-image: url(link_on.gif);
}
/* ---------------------------------------------------- */
/* TOPICS PIC UP*/
/* ---------------------------------------------------- */
/* 大枠 */
#picup {
	width: 520px;
	margin: 0px 0px 8px 8px;
	padding: 0px 0px 8px 0px;
}
/* イメージ */
#picup img.big2{
	margin: 0px 15px 8px 0px;
	padding: 0px 0px 0px 0px;
	border: solid #999999 1px;
}
/* イメージ */
#picup img.small3{
	margin: 0px 5px 4px 0px;
	padding: 0px 0px 0px 0px;
	border: solid #999999 1px;
}
/* テキスト枠 */
#picup p.txt_all {
	width: 504px;
	margin: 0px 16px 16px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
	line-height: 16pt;
}
/* =============================== */
/* clearfix	*/
/* =============================== */
#topics_area:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

