/*======================================

	1. wkbj common class

=======================================*/

.clear {
	clear: both;
}

/*======================================

	2. wkbj common header

=======================================*/

#container {
	/*background: transparent url(../img_cmn/common_header_bg.jpg) no-repeat top center;*/
}

.logo2 {
	float: left;
	padding: 0 33px 11px 0;
	/* padding: 0 26px 11px 0; */
}

.btnArea1 {
	/*padding: 0 82px 0 81px;*/
}

.btnArea1,
.btnArea2 {
	float: left;
	height: 42px;
}

.btnArea1 p {
	line-height: 1.0;
	float: left;
	height: 42px;
}

.btnArea2 p {
	line-height: 1.0;
	float: left;
	height: 42px;
}

.hbtn1 {
	display: block;
	padding: 0;
	width: 163px;
	height: 42px;
	background-image: url(../img_cmn/common_header_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	font-size: 0.1%;
	line-height: 0.1%;
}

.hbtn1:hover,
span.hbtn1 {
	background-position: 0 -42;
}

.hbtn2 {
	display: block;
	padding: 0;
	width: 163px;
	height: 42px;
	background-image: url(../img_cmn/common_header_btn.jpg);
	background-repeat: no-repeat;
	background-position: -163 0;
	text-indent: -9999px;
	font-size: 0.1%;
	line-height: 0.1%;
}

.hbtn2:hover,
span.hbtn2 {
	background-position: -163 -42;
}

.hbtn3 {
	display: block;
	padding: 0;
	width: 163px;
	height: 42px;
	/*background-image: url(../img_cmn/header_btn3_none.jpg);*/
	background-image: url(../img_cmn/common_header_btn.jpg);
	background-repeat: no-repeat;
	background-position: -326 0;
	text-indent: -9999px;
	font-size: 0.1%;
	line-height: 0.1%;
}

.hbtn3:hover,
span.hbtn3 {
	background-position: -326 -42;
}

.hbtn4 {
	display: block;
	padding: 0;
	width: 163px;
	height: 42px;
	/*background-image: url(../img_cmn/header_btn4_none.jpg);*/
	background-image: url(../img_cmn/common_header_btn.jpg);
	background-repeat: no-repeat;
	background-position: -489 0;
	text-indent: -9999px;
	font-size: 0.1%;
	line-height: 0.1%;
}

.hbtn4:hover,
span.hbtn4 {
	background-position: -489 -42;
}

.hbtn5 {
	display: block;
	padding: 0;
	width: 163px;
	height: 42px;
	/*background-image: url(../img_cmn/header_btn5_none.jpg);*/
	background-image: url(../img_cmn/common_header_btn.jpg);
	background-repeat: no-repeat;
	background-position: -652 0;
	text-indent: -9999px;
	font-size: 0.1%;
	line-height: 0.1%;
}

.hbtn5:hover,
span.hbtn5 {
	background-position: -652 -42;
}

.hbtn6 {
	display: block;
	padding: 0;
	width: 163px;
	height: 42px;
	/*background-image: url(../img_cmn/header_btn5_none.jpg);*/
	background-image: url(../img_cmn/common_header_btn.jpg);
	background-repeat: no-repeat;
	background-position: -815 0;
	text-indent: -9999px;
	font-size: 0.1%;
	line-height: 0.1%;
}

.hbtn6:hover,
span.hbtn6 {
	background-position: -815 -42;
}


/*======================================

	3. wkbj common footer

=======================================*/

/*--- 04.logo
--------------------------------------------------------------------------*/

#nlogo {
	width:63px;
	height:16px;
	padding-top: 10px;
	float:left;
}

#wlogo {
	width:82px;
	height:36px;
	margin:0;
	float:right;
}

#footer {
	padding-top: 30px;
}

