@charset "UTF-8";

.wrapper#contents{
	position: relative;
	z-index: 2;
	overflow: hidden;
	min-width: 1024px;
}

#contents .main{
	float: right;
	width: 700px;
	padding:0px 0px 20px 30px;
}

#contents .side{
	float: left;
	width: 230px;
	background: url(../images/side_bg.png) repeat-y;
	padding:20px 0px 20px 0px;
}
.kv-contents{
	position: relative;
	z-index: 3;
	background-color:#eee;
}
.kv-contents .container{
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: center top;
}


/* ------------------------------------------------------------
	side
------------------------------------------------------------ */

#contents.side ul li{
	margin: 10px 0;
	padding:0 10px;
}
#contents.side ul li a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	font-size:110%;
	font-weight:bold;
	line-height:140%;
	color:#333; 
	text-decoration:none;  	
	padding:0px 10px 10px 0px;
	background:url(../images/side_bg_line.png) repeat-x left bottom;
}

#contents.side ul li a:hover { color:#d52b1c; }
#contents.side ul li a.active { background:url(../img/bg_lnav_line_act.gif) repeat-x left bottom; }
#contents.side ul li a.active:hover { color:#000; }


/* ------------------------------------------------------------
	table
------------------------------------------------------------ */
.contents table{
	width: 700px;
	margin-top:20px;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;

}
.contents table th{
	padding: 5px 18px;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	background: url(../images/table-bg2.png);
	line-height: 2;
	font-weight:bold;
	text-align:left;
}
.contents table td{
	padding: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	line-height: 2;	
}

	/* ------------------------------------------------------------
	table
------------------------------------------------------------ */
.service table{
	width: 700px;
	margin-top:20px;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;

}
.service table th{
	width:50%;
	padding: 5px 18px;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	background: url(../images/table-bg2.png);
	line-height: 2;
	font-weight:bold;
}
.service table td{
	padding: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	line-height: 2;	
}

.bg_gray{
	background: url(../images/table-bg2.png);}

/* ------------------------------------------------------------
	.section.shop
------------------------------------------------------------ */
.section.shop .shopbox{
	padding-bottom:20px;
	}
.section.shop p{
	padding:10px 0;
	line-height: 1.5;
	}
.section.shop table{
	float:right;
	width: 400px;
}
.section.shop table th{
	vertical-align:middle;
	border: 1px solid #ccc;
	background: #eee;
}
.section.shop table td{
	padding: 9px 6px;
	border: 1px solid #ccc;
	background: #fff;
}
.section.shop .shopimg{
	float:left;
	padding:5px;
	border:solid 1px #ccc;
}

/* ------------------------------------------------------------
	.section.service
------------------------------------------------------------ */
.section.service{
	width:700px;
	}

.section.service p{
	margin:0 10px;
	}


.section.service ul li{
	margin:10px 0 ;
	}
.section.service  li{
	padding: 10px 0;
	text-shadow: 0px 1px 0px #eee;
	font-weight: bold;
	font-size: 14px;
	border-bottom:solid 2px #FBC100;
	}
img.service_bt{
	left:110px;
	margin:20px;
	}

/* boxes */
.thirdarea {
	text-align:center;
}
.third { 
	float: left; 
	width: 330px; 
	background: #fff; 
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	margin-right:18px;
	margin-bottom:18px;
}

.third  p{
	margin:5px;
	font-size:12px;
}

/* sitemaparea */
.sitemaparea {
	margin-top:30px;
}
.sitemapbox { 
	float: left; 
	width: 275px; 
	border:solid 1px #ccc;
	padding:10px;
	margin-right:10px;
	margin-bottom:18px;
}

.sitemapbox.last{ 
	float: left; 
	width: 274px; 
	border:solid 1px #ccc;
	padding:10px;
	margin-bottom:18px;
}
.sitemapbox p.tittit{
	font-size:16px;
	font-weight:bold;
	border-left:solid 6px #b0c4de;
	padding:7px;
	margin-bottom:20px;
	background-color:#f5f5f5;
}

.sitemapbox ul li{
	font-size:12px;
	line-height:3em;
}

.sitemapbox  li{
	border-bottom:dotted 1px #ccc;
}


/* ------------------------------------------------------------
	privacy
------------------------------------------------------------ */
.privacy{
	background-color:#fff8dc;
	padding:20px;
	margin:20px 0;
	display: block;
	}

.privacy li{
	margin-bottom:2px;
	line-height:150%;
	letter-spacing: 0.1em;
	text-indent:-1em;
	padding:16px;
	}
