@charset "utf-8";

#contents .inner {
	padding:0 43px;
}

#mainFlash {
	width:890px;
	margin:0 auto;
}

#productArea {
	width:805px;
	margin:0 auto;
	padding:0 0 20px;
}

#productArea h2 {
	margin:0 0 2px;
	padding:0 0 2px;
	border-bottom:solid 1px #000;
}

#productArea h2 img {
	border-left:solid 4px #000;
}



.nProducts {
	height:120px;
	padding-left:10px;
	background:url(../../images/bg_nproducts.png) left top repeat-x;
}

.nProducts .npBlock {
	float:left;
	overflow:hidden;
	position:relative;
	width:260px;
	padding-right:3px;
}

.npBlock .photo {
	float:left;
	width:100px;
}

.npBlock dt,
.npBlock .description {
	float:right;
	width:160px;
}

.npBlock dt {
	padding:13px 0 3px;
}

.npBlock dt a {
	color:#c73500;
	font-weight:bold;
}

.npBlock .description {
	font-size:84%;
}

.npBlock .detail {
	position:absolute;
	bottom:10px;
	left:100px;
}



#newsArea {
	position:relative;
	float:left;
	width:805px;
}

/*#naviArea {
	float:right;
	position:relative;
	right:3px;
	width:250px;
}*/

#newsArea h2,
#naviArea h2 {
	padding:0 0 2px;
	border-bottom:solid 1px #000;
}

#newsArea h2 img,
#naviArea h2 img {
	border-left:solid 4px #000;
}

#newsArea h2 {
	/*margin:0 0 15px;*/
}

#newsArea a {
	color:#c72e00;
}

#newsArea .history {
	position:absolute;
	top:0;
	right:0;
	margin:8px 0 0;
	padding:0 0 0 12px;
	border-left:solid 1px #96806f;
	font-size:84%;
	line-height:1.2;
}

#newsArea .history a {
	padding-left:10px;
	background:url(../../images/arrow_news.png) left center no-repeat;
}

#feedList {
	padding:0 10px 0 12px;
}

.newsSect {
	position:relative;
	width:783px;
	padding:10px 0;
	background:url(../../common/images/dotline_x.png) left bottom repeat-x;
}

.newsSect dt {
	float:left;
	width:76px;
}

.newsSect dd {
	float:right;
	width:699px;
}

.naviInner {
	margin:2px 0 0;
	padding:9px 12px;
	background:url(../images/bg_side.png) left top no-repeat;
}

.naviInner li {
	display:inline;
	background:url(../images/bg_ban.png) left bottom no-repeat;
	/*background:url(../../common/images/dotline_x.png) left bottom repeat-x;*/
}

.naviInner li a {
	display:block;
	margin-bottom:-4px;
	padding:0 0 10px;
	background:url(../images/bg_ban.png) left bottom no-repeat;
}

.naviInner dt {
	padding:0 0 10px;
}

.naviInner dd {
	/*position:relative;
	top:-3px;*/
}


/* @group clearfix ----------------------------------------- */

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

.newsSect {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .newsSect {
	height:1%;
}

.newsSect {
	display:block;
}
/* End hide from IE-mac */

/* @end */


