@import url("global.css");	 /* グローバル読み込み */

/* ----------------------------------------
　トピックス
---------------------------------------- */
#topics {
	float: left;
	width: 420px;
/*	background-color: #FFFAEB;	*/
}

#topics .area {
	width: 419px;
	height: 1485px;
	overflow: auto;
	padding: 0 0 20px;
	border-right: 1px solid #996600;
}

#topics .box {
	float: left;
	width: 395px;
	padding: 0 0 20px;
	margin: 0 0 10px;
	clear: both;
}

#topics h3 {
	display: block;
	width: 100%;
	height: 30px;
	background:url(*) no-repeat 0 0;
}
#topics h3 span {display: none;}

#topics h4 {
	font-size: 1.15em;
	padding: 0 10px 0;
	color: #996600;
}
#topics h4 span {
	font-size: 0.6em;
	font-weight: normal;
	color: #cc9900;
	line-height: 2em;
}

#topics img {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
	clear: none;
}
#topics p {
	float: left;
	margin: 0;
	border: none;
	display: inline;
	clear: none;
}


/* ----------------------------------------
　インフォメーション
---------------------------------------- */
#info {
	float: right;
	width: 420px;
}

#info h3 {
	display: block;
	width: 100%;
	height: 30px;
	background:url(*) no-repeat 0 0;
}
#info h3 span {display: none;}

#info img {
	float: left;
	width: 420px;
	clear: both;
}

/* ----------------------------------------
　コンテンツ
---------------------------------------- */
#slink {
	margin: 20px 0 0;
	padding: 0 2px 2px;
	float: left;
	width: 856px;
	clear: both;
	display: inline;
	background-color: #FFFAEB;
	border-bottom: 1px solid #996600;
}

#slink h3 {
	display: block;
	width: 100%;
	height: 30px;
	background:url(*) no-repeat 0 0;
}
#slink h3 span {display: none;}

#slink img {
	float: left;
	width: 210px;
	height: 100px;
	margin: 2px;
}



/* ----------------------------------------
　
---------------------------------------- */

