@charset "Shift_JIS";
/* top.css */



/* mainvisual
-------------------------------------------- */
#mainvisual {
	width: 600px;
	height: 200px;
	background: url(../img/top/mainbg.jpg) no-repeat;
}


/* cerNo
-------------------------------------------- */
#cerNo {
	width:218px;
	margin:-25px 0 30px 0;
	float:right;
	font-size:80%;
	color:#666666;
}


/* newsArea
-------------------------------------------- */
#newsArea {
	height: 140px;
	overflow-y: scroll;
	scrollbar-face-color: #ccebf4;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ccebf4;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}

#newsArea table {
	width: 520px;
	margin: 5px 0 0 20px;
	font-size: 90%;
	border-collapse: collapse;
	color: #095E92;
}

#newsArea th, #newsArea td {
	padding: 5px 0 2px 0;
	
}

#newsArea tr {
	width: 500px;
	background: url(../img/common/line_ccc.gif) repeat-x bottom;
}

#newsArea th {
	width: 100px;
	font-weight: normal;
	vertical-align: top;
}

#newsArea td {
	width: 400px;
	padding-left: 50px;
	text-decoration: underline;
}

#newsArea li {
	list-style: url(../img/common/arrow_deepblue.gif);
}
