<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.indexlogo {
	border:none;
	margin-bottom:0;
}

h3 {
	margin-left:40px;
	margin-bottom:20px;
}

#indexContainer {
	margin-bottom:30px;
	background-image:url(../img/bg.gif);
	background-repeat:no-repeat;
	background-position:center 900px;
}

#mainImgContainer {
	overflow:hidden;
	margin:0 auto;
	padding: 0;
    background-image:url() 0 0 no-repeart #fff;
    width:640px;
    height:870px;
}

#onairContainer {
	width:640px;
	margin-bottom:30px;
}

#newsArea {
	margin-bottom:50px;
}

#newsList li {
	padding-top:10px;
	padding-left:40px;
	height:74px;
	border-bottom:1px dashed #000000;
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-position:610px 37px;
	line-height:1;
}

#ondemandContainer {
	width:640px;
}

#newsList li time {
	display:block;
}

#newsList li .newsArticle {
	margin-top:10px;
    white-space:nowrap;
    overflow:hidden;
    width:550px;
	text-overflow:ellipsis;
}</pre></body></html>