<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
 
/* イメージスライダー */

#slides {
	z-index:1;
	width: 100%;
	text-align: right;}


.slides_container {
	height: 400px;
	position: absolute;
	overflow: hidden;
	z-index: 1; }


#slides ul {
	z-index:1;
	position: relative;
	float: right;
	bottom: 58px;
	right: 8px;
}

* html #slides ul {	/* IE6 */
	position: absolute;
	bottom: 300px; }
	
*:first-child+html #slides ul {	/* IE7 */
	bottom: 100px;}

	#slides ul li {
		float: left;
		list-style: none; }

		#slides ul li a {
			display: block;
			width: 38px;
			height: 0;
			float: left;
			padding-top: 50px;
			background-image: url(../img/pagination.png);
			background-position: 0 0;
			overflow: hidden; }

		#slides img {
			-webkit-border-radius: 11px;
			-moz-border-radius: 11px;
			border-radius: 11px;
			position: relative; }
 
#slides li.current a { background-position: 0 -50px; }
 
 
/* お知らせコンテンツ */
#contents_area {
	margin-top: 20px;
	width: 1000px; }

*:first-child+html #contents_area {	/* IE7 */
	margin-top: -80px; }
 </pre></body></html>