@charset "utf-8";

/* ------------------------------
 ホーム
------------------------------ */
#flash { /* フラッシュ */
	width: 587px;
	height: 330px;
	margin: 0;
	padding: 0;
}

#read { /* フラッシュ下のリードコピー */
	width: 577px;
	margin: 12px 5px 22px;
	padding: 0;
}

#read p { /* フラッシュ下のリードコピー */
	line-height: 1.8;
}

#topicshome {
	width: 587px;
	margin: 0;
	padding: 0;
}

#topicshome a:link, #topicshome a:visited {
	color: #006656;
	text-decoration: none;
}

#topicshome a:active, #topicshome a:hover {
	color: #006656;
	text-decoration: underline;
}

#topicsbar { /* トピックス帯 */
	width: 587px;
	height: 22px;
	margin: 0 0 7px;
	padding: 0;
	background: url(/img/topicsbar_bg.gif) no-repeat;
}

#topics { /* トピックス文字 */
	margin: 0;
	padding: 5px 0 0 11px;
	float: left;
}

#topicslist { /* トピックス一覧 */
	margin: 0;
	padding: 7px 9px 0 0;
	float: right;
}

#topicshome table { /* トピックス */
	width: 587px;
}

#topicshome table th { /* トピックス日付 */
	width: 132px;
	padding: 5px 0 4px 5px;
	vertical-align: top;
	white-space: nowrap;
}

#topicshome table td { /* トピックス内容 */
	width: 450px;
	padding: 5px 0 4px;
	vertical-align: top;
}

#topicshome table td.dotline { /* トピックスドットライン */
	width: auto;
	padding: 0;
}

/* ------------------------------
 お問合せ
------------------------------ */
#inquiry {
	width: 570px;
	margin: 0 0 4.5em 9px;
}

table#inquiry_in {
	width: 570px;
	height: 180px;
	vertical-align: middle;
	background: url(/img/inquiry_bg.gif) no-repeat;
}

table#inquiry_in td {
	padding-left: 50px;
	text-align: left;
}

a.mail:link, a.mail:visited {
	padding-left: 14px;
	text-decoration: underline;
	background: url(/shared/img/arrow04.gif) no-repeat 0 center;
}

a.mail:active, a.mail:hover {
	color: #006656;
	text-decoration: underline;
}

/* ------------------------------
 サイトマップ
------------------------------ */
#sitemap {
	width: 570px;
	margin: 0 0 0 9px;
	padding: 0;
}

#sitemap .bar {
	width: 570px;
	height: 23px;
	margin: 0 0 31px;
	padding: 0;
	line-height: 23px;
	background: url(/shared/img/bar_bg.gif) no-repeat;
}

#sitemap .bar h2 {
	padding-left: 22px;
	font-weight: bold;
	background: url(/shared/img/arrow04.gif) no-repeat 8px center;
}
#sitemap table {
	width: 570px;
	margin: -26px 0 27px;
}

#sitemap table td {
	padding: 5px 0 4px 22px;
	background: url(/shared/img/arrow_ln.gif) no-repeat 8px center;
}

#sitemap table td.dotline {
	width: auto;
	padding: 0;
}

#sitemap table td.major  {
	width: 178px;
	padding: 5px 0 4px 22px;
	background: url(/shared/img/arrow_ln.gif) no-repeat 8px center;
}

#sitemap table td.minor {
	width: 358px;
	padding: 5px 0 4px 12px;
	background: url(/shared/img/arrow_lnl.gif) no-repeat 0 center;
}

/* ------------------------------
 個人情報保護方針
------------------------------ */
#privacy {
	width: 579px;
	margin: 0 0 0 9px;
}

#privacy h2 {
	height: 19px;
	padding: 0 0 9px 18px;
	line-height: 19px;
	font-weight: bold;
	border-bottom: 2px solid #d3d3d3;
	background: url(/shared/img/h2_bg_green.gif) no-repeat;
}

#privacy p.t1 {
	padding-bottom: 1.5em;
}

.bar {
	width: 570px;
	height: 23px;
	margin: 1.5em 0 0.5em;
	padding: 0;
	line-height: 23px;
	background: url(/shared/img/bar_bg.gif) no-repeat;
}

.bar h3 {
	padding-left: 8px;
	font-weight: bold;
}

