﻿@charset "utf-8";
/* CSS Document */

.wrapper {
	width:980px;
	margin:0 auto 0 auto;
}

/*-----header-----*/
.headerArea {
	position:relative;
	width:100%;
	height:64px;
	background:url(../../img_site/justis/header/bg_header.gif) no-repeat 0 bottom;
}
.headerArea .logo_justis {
	position:absolute;
	top:0;
	left:0;
}
.headerArea .logo_asone {
	position:absolute;
	top:0;
	right:0;
}
.headerArea .logo_asone2 {
	position:absolute;
	top:0;
	right:0;
}
.btnHeaderlink {
	position:absolute;
	width:150px;
	height:25px;
	top:29px;
	right:0;
}
.btnHeaderlink a {
	display:block;
	width:100%;
	height:100%;
	background:url(../../img_site/justis/header/btn_headerlink_o.gif) no-repeat 0 0;
}
.btnHeaderlink a:hover {
	visibility:visible;
}
.btnHeaderlink a:hover img {
	visibility:hidden;
}

/*-----popup-----*/
.pop_header
{
	border:#C0C0C0 5px solid; width:540px; color:#ffffff; background-color:#C0C0C0; font-size:10px;
}
.pop_tanpin_header
{
	border:#C0C0C0 5px solid; width:920px; background-color:#C0C0C0; font-size:10px;
}
/*-----footer-----*/

.ftr_menu {
	padding:25px 0 25px 0;
}
.btnFtrmenu {
	float:left;
	height:40px;
}
.ftr_menu .ftr_customer {
	width:197px;
}
.ftr_menu .ftr_opinion {
	width:196px;
}
.ftr_menu .ftr_qa {
	width:196px;
}
.ftr_menu .ftr_academy {
	width:196px;
}
.ftr_menu .ftr_operation {
	width:195px;
}
.btnFtrmenu a {
	display:block;
	width:100%;
	height:100%;
}
.ftr_menu .ftr_customer a {
	background:url(../../img/footer/btn_ftr_customer_o.gif) no-repeat 0 0;
}
.ftr_menu .ftr_opinion a {
	background:url(../../img/footer/btn_ftr_opinion_o.gif) no-repeat 0 0;
}
.ftr_menu .ftr_qa a {
	background:url(../../img/footer/btn_ftr_qa_o.gif) no-repeat 0 0;
}
.ftr_menu .ftr_academy a {
	background:url(../../img/footer/btn_ftr_academy_o.gif) no-repeat 0 0;
}
.ftr_menu .ftr_operation a {
	background:url(../../img/footer/btn_ftr_operation_o.gif) no-repeat 0 0;
}
.btnFtrmenu a:hover,
.btnFtrmenu a:focus {
	visibility:visible;
}
.btnFtrmenu a:hover img,
.btnFtrmenu a:focus img {
	visibility:hidden;
}

.footerArea {
	width:100%;
	background:url(../../img_site/justis/footer/bg_footer.gif) no-repeat 0 0;
	padding:5px 0 10px 0;
}
.footerArea .copyright {
	width:231px;
	height:27px;
	float:right;
}

.imeActive 
{
	ime-mode:active;
}

.imeDisabled 
{
	ime-mode:disabled;
}








