@charset "utf-8";

/*-------------------------------------------------------------*/
#wrapper {
	position: relative;
}
#header {
	height: 206px;
	left: 30px;
	background: url(../../img/header_inner_bg.jpg) no-repeat;	
	z-index: 0;
	position: absolute;
}
#header .inner p#contact-info {
	top: 143px;
	display: none;
}
/*-------------------------------------------------------------*/
#side {
	margin-top: 140px;
	z-index: 1;
	position: relative;
	background: none;
}

#side #pickup-block dl.movie {
	width: 168px;
	margin-top: -1px;
	margin-bottom: 20px;
	margin-left: 1px;
	padding: 5px 10px;
	overflow: hidden;
	background-color: #FFF;
	border: #DCA solid;
	border-width: 0 1px 1px;
}
#side #pickup-block dl.movie dt {
	margin: 5px 0;
}
#side #pickup-block dl.movie dd {
	width: 77px;
	padding: 0 2px;
	float: left;
}
#side #pickup-block dl.movie dd a {
	display: block;
	padding: 2px 0 2px 20px;
	background: url(../../img/video.png) no-repeat left center;
}

/*-------------------------------------------------------------*/
#contents {
	margin-top: 230px;
	position: relative;
	overflow: hidden;
}
#contents .section {
	margin-bottom: 0px;
}
#contents .section h3 {
	padding: 1px 0px 5px 0px;
	border-bottom: #EED solid 1px;
	position: relative;
}
#contents .section ul#pride-bnr {
	width: 625px;
	margin: 0px 0px 30px;
	overflow: hidden;
}
#contents .section ul#pride-bnr li {
	padding: 0px 3px 5px 7px;
	float: left;
	background: none;
}
#contents .contents-block {
	width: 625px;
	margin-left: 10px;
	padding-top: 10px;
	overflow: hidden;
}
#contents .contents-block div.col {
	width: 190px;
	padding: 0px 10px 0px 10px;
	float: left;
	background: url(../img/dot_y.gif) repeat-y left;
}
#contents .contents-block div.first {
	padding-left: 0px;
	background: none;
}
#contents .contents-block div.col h3 {
	height: 15px;
}
#contents .contents-block div.col p {
	width: 190px;
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

#contents div#news-topics h2 {
	margin-bottom: 10px;
}
#contents div#news-topics ul {
	margin: 0px 20px 30px;
	padding: 0px;
}
#contents div#news-topics ul li {
	margin-bottom: 5px;
	padding: 0px 0px 5px;
	background: url(../img/dot_x.gif) repeat-x bottom;
}
#contents div#news-topics ul li a {
	color: #484948; 
}
#contents div#news-topics ul li a:hover {
	color: #096;
	text-decoration: none;
}
#contents div#news-topics ul li a span {
	margin-left: 20px;
	padding: 10px 0px 10px 98px;
}
#contents div#news-topics ul li a span.type-1 { background: url(../../img/label_category_wood.gif) no-repeat left center; }
#contents div#news-topics ul li a span.type-2 { background: url(../../img/label_category_qa.gif) no-repeat left center; }

#contents div#news-topics ul li span.new-open {
	padding-left: 118px;
}

/*-------------------------------------------------------------*/
#footer {
	margin-bottom: -206px;
	z-index: 2;
	position: relative;
}