@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :yourName (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、リンクカラー、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
 
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
body {
	background: url(../images/main_back.png) 0 0 repeat-x;
	text-align: center;
}

a:link,
a:visited {
	color: #09c;
	text-decoration: none;
}

a.current,
a:hover,
a:active {
	color: #09c;
	text-decoration: underline;
}

#top {
	clear: both;
	width: 781px;
	margin: 0 auto;
	background: url(../images/table_back.png) 0 0 repeat-x;
	border: 1px solid #4b5156;
	text-align: left;
	position: relative;
}

#header {
	padding-top: 5px;
}

#contents {
	clear: both;
	margin: 0 10px;
	padding: 14px 16px 20px;
	background-color: #b1b7bd;
	line-height: 1.5;
	overflow: hidden;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

.txtR {
	text-align: right;
}

.txtC {
	text-align: center;
}

.b {
	font-weight: bold;
}

.large {
	font-size: 1.23em;
}

.color_r {
	color: #d00;
}

.mb30 {
	margin-bottom: 30px;
}

.none {
	display: none;
}

/*
	clearfix
*/
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*----------------------------------------------------
	#navSkip (NavigationSkip)
----------------------------------------------------*/
span#navSkip {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#top
----------------------------------------------------*/

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#flash-area {
	width: 772px;
	margin: 0 auto;
	text-align: center;
}

#gnav {
	margin: 5px 10px 0;
	padding: 3px 3px 0 3px;
	background-color: #b1b7bd;
	overflow: hidden;
}

#menu-area {
	background-color: #eff2f4;
	padding: 2px 0;
	overflow: hidden;
}

#gnav ul {
	padding: 0 10px;
	overflow: hidden;
}

#menu1 {
	float: left;
}

#menu2 {
	float: right;
}

#gnav ul li {
	float: left;
	line-height: 0;
}

#gnav ul li {
	border-left: 1px solid #000;
}

#gnav ul li.last {
	border-right: 1px solid #000;
}

#menu-company {
	background: url(../images/company_j_over.gif) 0 0 no-repeat;
}

#menu-protect {
	background: url(../images/protection_j_over.gif) 0 0 no-repeat;
}

#menu-career {
	background: url(../images/career_j_over.gif) 0 0 no-repeat;
}

#menu-chinese {
	background: url(../images/chi_j_over.gif) 0 0 no-repeat;
}

#menu-korean {
	background: url(../images/kor_j_over.gif) 0 0 no-repeat;
}

#menu-english {
	background: url(../images/eng_j_over.gif) 0 0 no-repeat;
}

#menu-japanese {
	background: url(../images/jp_j_over.gif) 0 0 no-repeat;
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main {
	padding: 20px 18px 0;
	background-color: #fff;
	overflow: hidden;
}

#products-list {
	width: 655px;
	margin: 54px auto 42px;
	background: url(../images/products-list-bg.jpg) 0 65px no-repeat;
	text-align: center;
	overflow: hidden;
}

.point-list li {
	padding-left: 1em;
	text-indent: -1em;
}

#products-list li {
	display: inline;
	width: 107px;
}

#products-list li.last {
	padding-left: 68px;
}

#products-list li.first {
	padding-right: 68px;
}

.bnr-catlog {
    margin-bottom: 24px;
    position: relative;
}
.bnr-catlog .dl-catalog {
    width: 84px;
    text-align: center;
    position: absolute;
    top: -20px;
    right: 80px;
}
.bnr-catlog .dl-catalog img:first-child {
    padding-bottom: 6px;
}

/**/
.block {
	display:block;
	width:690px;
	margin-bottom:30px;
	}
.block:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}
.block_left {
	display:block;
	float:left;
	width:280px;
	height:220px;
	margin: 0 10px;
	padding:10px;
/*	border:#CCC solid 2px;*/
	}
.block_right {
	display:block;
	float:right;
	width:280px;
	height:220px;
	margin: 0 10px;
	padding:10px;
/*	border:#CCC solid 2px;*/
	}
/*
.block_txt {
	height:200px;
	}
*/
