@charset "UTF-8";


#index_story{
	min-width: 389px;
	width: 40%;
}

#logo{
	min-width: 100px;
	width: 14%;

}

/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	/*height: 200px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin: 10px 5%;
	padding: 5px 10px;
	border-right: 1px solid #ccc;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #ccc;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #ccc;	/*What's Newボックスの背景色*/
	line-height: 1.4;
}

#main dt {
	font-weight: bold;	/*日付の文字を太字に。通常がよければこの１行を削除する。*/
}

#main dd {
	border-bottom: 1px solid #ccc;	/*説明文の下に1pxの直線(solid)を#919589の色で入れる。*/
	padding-left: 20px;
}

#main dd img{
	float: left;
	width: 150px;
	height: 150px;
	margin: 20px 40px 20px 0px;
}

dd .clear{
	clear: both;
}