*{
	padding:0;
	margin:0;
	border:0;
	outline:none;
}

ul{
	list-style:none;
}

img{
	vertical-align:top;
}

.clear{
	clear:both;
}

.clfix:after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clfix{
	zoom:1;
}


body{
	background:#FFF url(../image/bg_body.jpg) repeat-x left top;
	color:#333;
	text-align:center;
}
#wrapper{
	width:960px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#header{
	width:960px;
	height:80px;
	text-align:left;
	margin:0 auto;
}
#header .symbol{
	width:510px;
	float:left;
	background:transparent url(../image/bg_symbol.gif) no-repeat right bottom;
}
.symbol h1{
	font-weight:normal;
	font-size:0.65em;
	color:#777;
	width:346px;
	float:right;
	padding-top:28px;
}
.symbol p{
	width:150px;
	float:left;
}

#header .call{
	width:361px;
	float:right;
	padding-top:12px;
}
#mainnavi{
	width:960px;
	height:40px;
	background:transparent url(../image/navigation.gif) no-repeat left top;
	overflow:hidden;
	position:absolute;
	left:0;
	top:308px;
	z-index:10;
}
#mainnavi li{
	width:160px;
	height:40px;
	position:absolute;
	left:0;
	top:0;
}
#mainnavi li.top{
	left:0;
}
#mainnavi li.about{
	left:160px;
}
#mainnavi li.product{
	left:320px;
}
#mainnavi li.company{
	left:480px;
}
#mainnavi li.case{
	left:640px;
}
#mainnavi li.contact{
	left:800px;
}

#mainnavi a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:40px;
	text-indent:-9999px;
}

#discript{
height:240px;
background:url(../image/discript_b.jpg) no-repeat left top;
}

#content{
padding-top:62px;
background:transparent url(../image/liner_dot.jpg) repeat-x 0 42px;
}
.box{
	margin-bottom:24px;
}

#main{
	width:720px;
	float:left;
}

#main h2{
	background:transparent url(../image/tab.gif) no-repeat left top;
	height:28px;
	padding-left:30px;
}

#side{
	width:210px;
	float:right;
}


#side .pickup{
	padding:9px 0;
}
#side .pickup img{
	width:60px;
	float:left;
}
#side .pickup-content{
	width:142px;
	float:right;
	font-size:0.65em;
}
#side .pickup-content h3{
	font-size:1em;
	margin-bottom:3px;
}

#side .pickup-content h3 a{
	color:#ff870f;
}

#side .pages li{
	margin-bottom:12px;
}


#footer{
	border-top:2px solid #f5a523;
}
#footer .bottom{
	width:960px;
	margin:0 auto;
	padding:12px 0 24px 0;
	text-align:left;
}
#footer .slide{
	width:203px;
	float:left;
}

#footer .footer-navi{
	width:757px;
	float:right;
	text-align:right;
}

#footer .footer-navi li{
	display:inline;
	font-size:0.65em;
	padding:0 5px;
	border-right:1px dotted #CCC;
	line-height:2;
}
#footer .bottom-logo{
	text-align:right;
	padding:24px 0 0 0;
	clear:both;
}

.footer-navi a{
	color:#389bff;
}

.footer-navi a:hover{
	text-decoration:none;
}


