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

body {
	background:url(../images/header/bg_body.gif) repeat-x;
	background-color:#f7f5ea;
}

header h1 a ,
#main .news span.title {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* -------------------------- */
/* header */
/* -------------------------- */

header h1 {
	float:left;
	margin:24px 294px 0 0;
}
	header h1 a {
		width:271px;
		height:39px;
		display:block;
		background:url(../images/header/logo.gif) no-repeat;
	}


/* -------------------------- */
/* mainImg */
/* -------------------------- */

#mainImg {
	clear:both;
	height:252px;
	overflow:hidden;
	background:url(../images/top/bg_top01.jpg) no-repeat;
	padding-top:35px;
}
	#mainImg .picBox {
		float:left;
		width:554px;
		height:221px;
		overflow:hidden;
	}


/* -------------------------- */
/* productBox */
/* -------------------------- */

#productBox {
	clear:both;
	overflow:hidden;
	margin-bottom:25px;
}
	#productBox dl {
		float:left;
		height:266px;
		padding:10px 11px 10px 10px;
	}
		#productBox dl#p01 { width:305px; background:url(../images/top/bg_top02.jpg) no-repeat; }
		#productBox dl#p02 { width:306px; background:url(../images/top/bg_top03.jpg) no-repeat; }
		#productBox dl#p03 { width:306px; background:url(../images/top/bg_top04.jpg) no-repeat; }
		
		#productBox dl dt {
			width:305px;
			height:60px;
		}
			#productBox dl dd.pic {
				width:305px;
				height:110px;
			}
			#productBox dl dd.txt {
				font-size:1.2em;
				line-height:1.6em;
				padding:14px 9px 9px 9px;
			}
			#productBox dl dd.btn {
				margin-left:189px;
			}
			
			
/* -------------------------- */
/* wrapper */
/* -------------------------- */

#main {
	float:left;
	width:648px;
	margin-right:15px;
}
	#main .news {
		overflow:hidden;
	}
		#main .news span.title {
			float:left;
			width:554px;
			height:51px;
			display:block;
			background:url(../images/top/tit_top04.gif) no-repeat;
		}
		#main .news span.btn {
			float:left;
			width:94px;
			height:36px;
			display:block;
			background:url(../images/top/bg_top05.gif) no-repeat;
			padding-top:15px;
		}
	#main ul.newsbox {
		clear:both;
		width:628px;
		border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		background-color:#fff;
		padding:0 10px 10px 10px;
	}
		#main ul.newsbox li {
			width:623px;
			border-bottom:1px dotted #e5e2d4;
			padding:10px 0 10px 5px;
			font-size:1.2em;
			line-height:1.4em
		}
			#main ul.newsbox li span.category {
				display:inline-block;
				width:100px;
				background-color:#efeab0;
				border-radius: 3px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				margin-right:20px;
				padding-top:2px;
				text-align:center;
				font-size:0.9em;
			}

aside {
	float:left;
	width:317px;
}</pre></body></html>