#headArea {
	/*margin-top: 10px;*/
	height: 115px;
}
.header-left {
	float: left;
}
.header-right {
	float: right;
}
ul.tab-site {
	/*position: absolute;*/
	height: 35px;
}
ul.tab-site li {
	float: left;
}
ul.tab-site li img {
	width: 80px;
	height: 30px;
}
.logo-area, .sub-title {
	height: 60px;
}
.sub-title {
	padding: 20px;
}
.logo {
	float: left;
}
.sub-title {
	float: left;
}

.header-menu-right {
	text-align: left;
	margin-left: 400px;
	float: right;
}
.header-menu-right li {
    display: inline-block;
    font-size: 12px;
    position: relative;
    background-color: #070809;
    border: 1px solid #070809;
	margin-bottom:5px;
}
.header-menu-right img {
	width: 55px;
}
.logo-sub-text {
	color: #FFB62F;
	line-height: 1.1;
}
.logo-sub-text.logo-sub-text01,
.logo-sub-text.logo-sub-text02 {
	font-size: 16px;
}

.btn-site {
	border-radius: 0;
	width: 90px;
	padding: 7px 0;
}
.btn-this-site {
	background: #ffcc66;
	background: -moz-linear-gradient(top, #ffcc66 0%, #ffcc66 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc66), color-stop(100%,#ffcc66));
	background: -webkit-linear-gradient(top, #ffcc66 0%,#ffcc66 100%);
	background: -o-linear-gradient(top, #ffcc66 0%,#ffcc66 100%);
	background: -ms-linear-gradient(top, #ffcc66 0%,#ffcc66 100%);
	background: linear-gradient(to bottom, #ffcc66 0%,#ffcc66 100%);
}
.btn-this-site:hover {
	background: #ffcc66;
	background: -moz-linear-gradient(top, #ffcc66 0%, #ffcc66 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc66), color-stop(100%,#ffcc66));
	background: -webkit-linear-gradient(top, #ffcc66 0%,#ffcc66 100%);
	background: -o-linear-gradient(top, #ffcc66 0%,#ffcc66 100%);
	background: -ms-linear-gradient(top, #ffcc66 0%,#ffcc66 100%);
	background: linear-gradient(to bottom, #ffcc66 0%,#ffcc66 100%);
}
.logoArea a{
	display:block;
	width:140px;
	height:64px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../img/common/logo.png) no-repeat;
	background-size:contain;
	margin-left:15px;
}