@charset "utf-8";
/* CSS Document */

body{
	font-size:13px;
}

* html body             { font-size: 82%;  } /* lte ie6 */
*:first-child+html body { font-size: 82%;  } /* ie7 */
html>/**/body           { font-size: 82%;  } /* ie8 */
html:not(:target) body  { font-size: 13px; } /* modern browser */

.small    { font-size:85%;  }
.x-small { font-size:77%;}


/*/////*/

.key{
	clear:both;
	margin:18px 0 32px;
	width:960px;
	height:320px;
}

a.slidesjs-navigation{
	display:none;
}

.slidesjs-pagination {
	display:none;
}

.container{
	padding:0;
}

.contents{
	width:740px;
}

.top-tit{
	position:relative;
	width:355px;
	height:40px;
	margin-bottom:20px;
}

.top-tit h2{
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	background:none;
}


.top-tit .all{
	position:absolute;
	top:13px;
	left:227px;
	z-index:10;
}

.top-tit .rss{
	position:absolute;
	top:13px;
	left:320px;
	z-index:10;
}

.top-tit .all_2{
	position:absolute;
	top:13px;
	left:327px;
	z-index:10;
}

.top-tit .rss_2{
	position:absolute;
	top:13px;
	left:415px;
	z-index:10;
}

.news dt{
	float: left;
	clear: left;
	width: 8em;
	padding: 10px 0;
}

.news dd{
	margin-right:10px;
	padding: 10px 0 10px 8em;
	background:url(../common/img/line_dot.gif) repeat-x 0 100%;
}

.blog{
	color:#4c2e17;
}

.blog dt{
	float: left;
	clear: left;
	width: 65px;
	padding: 10px 0;
}

.blog dd{
	margin-right:10px;
	padding: 10px 0 15px 65px;
	background:url(../common/img/line_dot.gif) repeat-x 0 100%;
}

.blog dd a{
	padding:0 0 0 0px;
}

.blog dd p{
	font-size:85%;
}

.top-products{
	clear:both;
	margin-top:20px;
	padding-bottom:20px;
	background:url(/common/img/bg_deco.png) repeat-y 0 100%;
}

.top-products h3{
	padding-bottom:20px;
	margin:0;
	background:url(/common/img/bg_deco.png) no-repeat 0 0;
}

.top-products dt{
}

.top-products h4{
	font-weight:bold;
}

.top-products dd p{
	margin:10px 0;
	font-size:85%;
}

.top-products_d{
	clear:both;
	margin-top:20px;
	padding-bottom:20px;
	background:url(/common/img/bg_deco.png) repeat-y 0 100%;
}

.top-products_d h3{
	padding-bottom:20px;
	margin:0;
	background:url(/common/img/bg_deco.png) no-repeat 0 0;
}

.top-products_d h4{
	font-weight:bold;
}



