@charset "UTF-8";
/* CSS Document */

/*****************************************************************************
 トップヘッダー
 *****************************************************************************/
h1 {
	margin-top: 10px;
}

#main_copy {
	float: left;
	margin-right: 10px;
}

/*****************************************************************************
 サイドコンテンツ
 *****************************************************************************/
#news {
	height: 150px;
	width: 180px;
	overflow: auto;
}

#news_list dt {
	margin-top: 10px;
}

#news_list dd {
	line-height: 1.3em;
}



