/* ====================================================================== */
/* 共通設定のインポート */
/* ====================================================================== */

@import url("../cmn/common.css");

/* ====================================================================== */
/* 基本設定 */
/* ====================================================================== */

#main-frame {
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	background-color: #ffffff;
}

#board {
	width: 980px;
	height: 47px;
	background-repeat: no-repeat;
	background-image: url("../../../skin/img/brown/header_base.jpg");
}

#footer {
	width: 980px;
	height: 23px;
	background-repeat: no-repeat;
	background-image: url("../../../skin/img/brown/footer_base.jpg");
	padding: 9px 0px 0px 0px;
	color: #ffffff;
}

/* ====================================================================== */
/* ヘッダボード */
/* ====================================================================== */

#board-line {
	width: 980px;
	height: 1px;
	background-repeat: no-repeat;
	background-image: url("../../../skin/img/brown/header_line.jpg");
}

/* ====================================================================== */
/* インフォメーション */
/* ====================================================================== */

.info-title {
	padding: 0px 0px 0px 25px;
	background-repeat: no-repeat;
	background-image: url("../../../skin/img/brown/mark_double.gif");
}

/* ====================================================================== */
/* タイトルバー */
/* ====================================================================== */

.subttl-long {
	width: 620px;
	height: 25px;
	padding: 4px 0px 0px 20px;
	background-repeat: no-repeat;
	background-image: url("../../../skin/img/brown/subttl_base_long.jpg");
}

.subttl-short {
	width: 280px;
	height: 25px;
	padding: 4px 0px 0px 20px;
	background-repeat: no-repeat;
	background-image: url("../../../skin/img/brown/subttl_base_short.jpg");
}

.category-name h2 {
	width: 620px;
	height: 26px;
	padding: 3px 0px 0px 20px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url("../../../skin/img/brown/subttl_base_long.jpg");
	font-size: 90%;
	line-height: 150%;
	letter-spacing: 1;
	font-weight: bold;
	color: #ffffff;
}

/* ====================================================================== */
/* 最新のエントリーテキストリンク */
/* ====================================================================== */

.txlink-title {
	padding: 0px 0px 3px 20px;
	background-repeat: no-repeat;
	background-image: url("../../../skin/img/brown/mark_single.gif");
}

/* ====================================================================== */
/* カテゴリーメニュー */
/* ====================================================================== */

.ctg_name {
	width: 260px;
	height: 23px;
	padding: 6px 0px 0px 40px;
	background-repeat: no-repeat;
	background-image: url("../../../skin/img/brown/category_name.gif");
}

.ctg_entry {
	width: 260px;
	height: 24px;
	padding: 3px 0px 0px 40px;
	background-repeat: no-repeat;
	background-image: url("../../../skin/img/brown/category_entry.gif");
}
