@charset "utf-8";

/*
	Site Name: 
	Description: 
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

新着情報用

==========================================================
*/

/*
===== topics.html ==========================================
*/

body {
	text-align:center;/* box centering */
	font: normal 1.4 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	background: #ffffff ;
	color:#333333;
}


/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size:small;
}

/*
===== link setting ===========================
*/
a:link{
	color: #06619E;
	text-decoration: none;
}
a:visited{
	color: #0687B1;
}
a:hover{
	text-decoration: underline;
}
a:active{
	color: #06619E;
}


/***** 全体 *****/

dl.topics {
	width: 225px;
}


dl.topics_list dt {
	width: 220px;
	color:#386D59;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}


dl.topics_list dd {
	width: 220px;
	font-size: 0.9em;
	overflow:hidden;
	line-height: 1.4em;
	padding-bottom: 10px;
	border-bottom: #bbbbbb dashed 1px;
}



