@charset "utf-8";

/*
	Name         : index.css
	Description  : トップページ用
*/

/*top
--------------------------------------------------*/


#swapFlash {
	margin: 10px 0;
}



#indexContent {
	padding: 5px 0 0;
}

#topicsCol {
	float: left;
	width: 530px;
	text-align: left;
}

#topicsCol h2 {
}

#rssIcon {
	float: right;
	width: 45px;
}


#bannerCol {
	float: right;
	width: 210px;
	text-align: left;
}


#bannerCol ul {
	margin: 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#bannerCol p {
	margin: 10px 0 3px;
}

#newsList {
	text-align: right;
}

dl.release dt {
	font-size: 92%;
}

dl.release dd {
	font-size: 92%;
}



/*EOF*/
