@charset "Shift_JIS";

/**********************************************************************
AUTHOR          Toriume
CSS構成書:
Last Modified: 2009.06.15

***********************************************************************/

/*　階層構造図
#container
	#container_2
			#header					width:
			#navi					width:
			#top_flash				width:
			#contents				width:
					#top_left		width:
					#top_right		width:
			#footer					width:
*/




/*-----------------------------------------------------------------------
		TOPページ専用	2008.05.07	Shuichi Saito
-----------------------------------------------------------------------*/




/*-----------------------------------------------------------------------
		ニュース&トピックス(#topics)
-----------------------------------------------------------------------*/
/*  トピックス見出し */
h3 img.h3-top {
	display: block;
	width: 628px;
	height:33px;
	margin: 5em auto 0.5em auto;
}

/*  トピックス配置 */
#topics-list {
	width: 600px;
	height: 300px;
	margin: 0 auto 0.5em auto;
	padding: 3px 10px;
	overflow: auto;
}


/*  トピックス_１投稿分 */
#topics-list dl {
	width: 590px;
	font-size: 90%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	margin: 0 auto 0.5em auto;
	border-bottom: 1px dotted #888;
}

/*  トピックス_日時 */
#topics-list dl dt {
	background-image: url(../img/list_mark_topics.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #093acf;
	padding-left: 22px;
}

/*  トピックス_内容 */
#topics-list dl dd {
	margin: -1.5em 10px 0 150px;
}

/*  トピックス_内容 */
#topics-list dl dd p {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0;
}



