@charset "utf-8";

/*
	Name         : index.css
	Description  : トップページのみ
	Last Modefied: 2007-09-27
	Author       : kaji[at]skyscape.jp
*/



/*topicsCol
--------------------------------------------------*/


#topicsCol {
	float: left;
	width: 440px;
}

#topicsCol h2 {
	margin: 0 0 20px 0;
}

#topicsCol dt {
	color: #d28a11;
	font-weight: bold;
	font-size: 77%;
}

#topicsCol dd {
	margin: 0.2em 0 0.5em 0;
	padding-bottom: 0.5em;
	background: url(../img/line.png) bottom scroll no-repeat;
}

#topicsCol dd p {
	margin: 0 0 0.5em 0;
}

#topicsCol dd p.description {
	margin: 0; /*override*/
	font-size: 92%;
}

#topicsCol .list {
	text-align: right;
}

/*bannerCol
--------------------------------------------------*/

#bannerCol {
	float: right;
	width: 200px;
}

#bannerCol ul li {
	margin-bottom: 10px;
}




/*EOF*/
