@charset "UTF-8";

ul.content{
	margin: 5px 20px;
}
ul.content li{
	line-height: 12pt;
	font-weight: bold;
}


#contents #topImg{
	padding-bottom: 10px;
}

/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	/*height: 200px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-right: 1px solid #919589;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #919589;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #919589;	/*What's Newボックスの背景色*/
	line-height: 1.4;
}

#main dt {
	font-weight: bold;	/*日付の文字を太字に。通常がよければこの１行を削除する。*/
}

#main dd {
	border-bottom: 1px solid #919589;	/*説明文の下に1pxの直線(solid)を#919589の色で入れる。*/
	padding-left: 20px;
}


