@charset "utf-8";

@import "base.css";
@import "form.css";
@import "index.css";
@import "smartstep.css";
@import "table.css";
@import "unique.css";



body{
	text-align: center;
	font-size: 80%;
	line-height: 1.5;
	background: #f5eee6;
}

body div.body{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background: #fff;
}



/**
 * header
 */

div.header{
	border-top: 5px solid #8A0E08;
	background: url(../img/back_header.jpg) repeat-x #fff;
	border-bottom: 30px solid #fff;
}

div.header img.logo{
	float: left;
}

div.header ul{
	float: right;
	display: inline;
	list-style: none;
	margin-top: 35px;
	margin-right: 21px;
	border-left: 1px solid #CCC;
}

div.header ul li{
	float: left;
	padding: 0 10px;
	border-right: 1px solid #CCC;
}

div.pathlist{
	clear: both;
	background: #6C1A19;
	color: #FFF;
	padding: 2px 10px;
	margin: 0 20px;
/*	margin: 0 20px 30px;*/
}

div.pathlist a{
	color: #FFF;
}


/**
 * page-side
 */

div.main{
	background: url(../img/back_body.jpg) repeat-y;
	margin: 0 20px;
/*	margin: 0 20px 30px;*/
}

div.aside{
	width: 163px;
	float: left;
	display: inline;
	padding-bottom: 20px;
}

div.aside ul{
	width: 163px;
    height: 226px;
	list-style: none;
}

div.aside ul li{
	height: 37px;
}

div.aside ul li a{
	display: block;
	height: 37px;
	text-indent: -9999px;
	background: url(../img/nav.jpg) no-repeat;
}

div.aside ul li a:hover,
div.aside ul li.select a{
	background-image: url(../img/nav_on.jpg);
}

div.aside ul li a.nav-news{
	background-position: 0 0;
}

div.aside ul li a.nav-flow{
	background-position: 0 -37px;
}

div.aside ul li a.nav-company{
	background-position: 0 -74px;
}

div.aside ul li a.nav-works{
	background-position: 0 -111px;
}

div.aside ul li a.nav-download{
	background-position: 0 -148px;
}

div.aside ul li a.nav-maintenance{
	background-position: 0 -185px;
}



/**
 * banner
 */

div.banner{
	text-align: center;
	margin: 0 10px;
}

div.banner div.record{
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}


/**
 * page-paragraph
 */

div.paragraph{
	width: 587px;
	float: right;
	display: inline;
}


/**
 * footer
 */

div.footer{
	border-top: 30px solid #fff;
	clear: both;
	background: url(../img/back_footer.jpg) no-repeat top #6C1A19;
	padding: 90px 0 60px;
	color: #CCC;
	text-align: center;
	height: 10px;
}
