/* ///////////////////////////////////////////////

ファイル名：topics.css
適応ページ：TOPICS

----------------------------

このCSSの内容

1. hx タグの設定(h1,h2等)
2. header の設定
3. コンテンツ部分の設定


/////////////////////////////////////////////// */


/* 1. hx タグの設定(h1,h2等)
--------------------------------------------- */

h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/* 2. header の設定
--------------------------------------------- */

/* タイトル写真 */
#topics #header #photoTit {
	clear: both;
	width: 770px;
	height: 140px;
	margin: 4px 0 0 0;
	padding: 0;
	background: transparent url(../img/topics/topics_tit_photo.jpg) no-repeat 0 0;
}


/* 3. コンテンツ部分の設定
--------------------------------------------- */

#topics #contents #contentsBox h3 {
	width: 570px;
	height: 34px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../img/topics/topics_tit.gif) no-repeat 0 0;
}

#topics #contents #leftNavi h3 {
	width: 190px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../img/topics/topics_tit_leftnavi.gif) no-repeat 0 0;
}
