@charset "utf-8";

/*
	【目次】
	------------------------------
	メインの中身
	コンテンツの中身
	ローカル・ナビゲーションの中身
	------------------------------
*/


/* ************************************************************* メインの中身 */

/*■ コンテンツ ■*/

#tmp_contents {
	clear: both;
	float: left;
	width: 535px;
	padding: 19px 0 40px 0;
}

/*■ ローカル・ナビゲーション ■*/

#tmp_r_nav {
	float: left;
	width: 200px;
	margin: 0 0 0 25px;
	padding: 19px 0 20px 0;
}

/* ********************************************************* コンテンツの中身 */

/*■ リンク ■*/

#tmp_contents a       { text-decoration: none; }
#tmp_contents a:hover { text-decoration: underline; }

/*■ 会員様専用ボタン ■*/

.members_button {
	margin: 0 0 30px 0;
}

/*■ 新着情報 ■*/

.news_box {
	margin: 0 0 30px 0;
}

.news_box .news_top {
	height: 6px;
	background: transparent url(../img/top/news_box_bg.gif) repeat-x left top;
}

.news_box .news_ttl {
	float: left;
	margin: 38px 8px 38px 0;
		width: 75px; /* 新着情報のタイトル画像の横幅 */
}

.news_box .news_cnt {
	float: left;
	margin: 14px 0 10px 0;
		width: 452px; /* 新着情報のコンテンツの横幅 */

	line-height: 1.3;
}

.news_box .news_cnt dl dt {
	float: left;
	margin: 0 0 0 0;
	width: 9em;
	background: transparent url(../img/top/news_cnt_border.gif) repeat-x left top;
	padding: 7px 0 5px 8px;
}

.news_box .news_cnt dl dd {
	float: left;
	margin-left: 9em;
	margin: 0 0 0 0;
	width: 314px;
	background: transparent url(../img/top/news_cnt_border.gif) repeat-x left top;
	padding: 7px 0 5px 0;
	/* text-indent: 0; */
}

.news_box .news_bottom {
	clear: both;
	height: 8px;
	background: transparent url(../img/top/news_box_bg.gif) repeat-x left top;
	font-size: 0.1%; /* IE6で必要 */
}

/*■ トピックス ■*/

.topics_box {
	margin: 0 0 30px 0;
}

.topics_box .topics_ttl {
	height: 35px;
	background: transparent url(../img/top/topics_ttl_bg.gif) no-repeat left top;
	padding: 6px 0 0 20px;
}

.topics_box .topics_cnt {
	padding: 5px 0 0 0;

	line-height: 1.3;
}

.topics_box .topics_cnt table tr td {
	border-bottom: 1px dotted #999999;
}

.topics_box .topics_cnt table tr td.topics_cnt_img {
	padding: 6px 14px 5px 14px;
}

.topics_box .topics_cnt table tr td.topics_cnt_txt {
	width: 444px;
	padding: 6px 0 5px 2px;
}

.topics_box .topics_btn {
	margin: 10px 0 0 0;
	text-align: right;
}

/*■ 所在地・お問い合わせ先 ■*/

.address_box {
	width: 535px;
	height: 172px;
	background: transparent url(../img/top/address_border_top.gif) no-repeat left top;
}

.address_box .address_ttl {
	padding: 15px 0 10px 12px;
	height: 20px;
}

.address_box .address_cnt {
	padding: 0 22px 10px 22px;
	font-size: 115%;
	font-weight: bold;
	color: #555555;
}

.address_box .address_bottom {
	clear: both;
	width: 535px;
	height: 20px;
	background: transparent url(../img/top/address_border_bottom.gif) no-repeat left bottom;
	font-size: 0.1%; /* IE6で必要 */
}

