<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 Information 
Last up date:   2015.03.20
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------*/
#greeting {
	padding: 15px 10px;
	background: url(../img/index_img/bg_top.png) no-repeat right top;
	/* ratina */
	background-size: auto 140px;
	-webkit-background-size: auto 140px;
}
#greeting p {
	text-shadow: 0 1px 1px #000;
	margin-top: 10px;
}
/*------------------------------------------------------------*/
nav#banner {
}
nav#banner ul li {
	text-align: center;
	list-style-type: none;
	margin-top: 10px;
}
/*------------------------------------------------------------*/
#news01 {
	margin-bottom: 15px;
}
#news01 dl {
	overflow: hidden;
	clear: both;
	padding: 5px 0;
}
#news01 dl dt {
	font-size: 11px;
	color: #ccc;
	margin: 0;
	padding: 0;
}
#news01 dl dd {
	color: #fff;
	margin: 0;
	padding: 0;
}
#news01 dl dd p {
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 300px;
	margin: 0;
	padding: 0;
}
#news01 dl dd p a {
	color: #fff;
	text-decoration: none;
}
#news01 dl dd p a:hover {
	text-decoration: underline;
	color: #ccc;
}
</pre></body></html>