@charset "utf-8";


/*float clear*/
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	visibility: hidden;
}


.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*ie7 mac_ie5*/
.clearfix {
	display:inline-block;
}


/******************************************************************/
/*breadcrumb*/
/******************************************************************/
.bread-crumb-area ul {
    color: #555555;
    margin-bottom: 0.6em;
    margin-top: 0.1em;
}
.bread-crumb-area ul {
    font-size: 10px;
    line-height: 1.4;
    margin: 0 18px 0.7em;
}

.bread-crumb-area ul li {
    display: inline;
}

.bread-crumb-area a:link {
}

.bread-crumb-area a:link {
    text-decoration: none;
}

/******************************************************************/
/*contents-1st-top*/
/******************************************************************/
.contents-area {
    color: #555555;
    font-family: '・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け','Arial','Hiragino Kaku Gothic Pro W3','Osaka',sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin: auto;
    width: 918px;
}

.primary-contents-area {
    float: left;
    padding-right: 18px;
    width: 684px;
}

.primary-contents-area .tabheaderbody{
	width:auto;
	height:auto;
	padding:5px 6px;
	margin:5px 0;
	border:#eaeaea solid 1px;
	background: url(../img/power_saving_bk01.gif) repeat-y;
}

ul.tabheader {
	width:100%;
	padding-left:0px;
}

ul.tabheader li{
	float:left;
	height:76px;
	cursor:pointer;
}

ul.tabheader li{
	display:block;
}

ul.tabheader li#head1 a {
	background:url(../img/power_saving_tab01.jpg);
	width:228px;
	height:76px;
	display:block;
	text-indent:-9999px;
}

ul.tabheader li#head1 a:hover{
	background:url(../img/power_saving_tab01_h.jpg);
}

ul.tabheader li#head1 a.select {
	background:url(../img/power_saving_tab01_h.jpg)!important;
}

ul.tabheader li#head2 a {
	background:url(../img/power_saving_tab02.jpg);
	width:227px;
	height:76px;
	display:block;
	text-indent:-9999px;
}

ul.tabheader li#head2 a:hover{
	background:url(../img/power_saving_tab02_h.jpg);
}

ul.tabheader li#head2 a.select {
	background:url(../img/power_saving_tab02_h.jpg)!important;
}

ul.tabheader li#head3 a {
	background:url(../img/power_saving_tab03.jpg);
	width:215px;
	height:76px;
	display:block;
	text-indent:-9999px;
}

ul.tabheader li#head3 a:hover{
	background:url(../img/power_saving_tab03_h.jpg);
}

ul.tabheader li#head3 a.select {
	background:url(../img/power_saving_tab03_h.jpg)!important;
}

.tabbody{
	width:668px;
	height:201px;
	padding-top:10px;
}


.tabbody div{
	width:668px;
	height:201px;
}

.tabbody div a{
	display:block;
	height:31px;
	width:120px;
	position: relative;
	top:160px;
	left:500px;
	text-indent:-9999px;
}

#panel1{
	background: url(../img/power_saving_tabbk01.jpg);
}

#panel1 a{
	background:url(../img/power_saving_btn01.gif);
}

#panel1 a:hover{
	background:url(../img/power_saving_btn01_h.gif);
}

#panel2{
	background: url(../img/power_saving_tabbk02.jpg);
}

#panel2 a{
	background:url(../img/power_saving_btn02.gif);
}

#panel2 a:hover{
	background:url(../img/power_saving_btn02_h.gif);
}

#panel3{
	background: url(../img/power_saving_tabbk03.jpg);
}

#panel3 a{
	background:url(../img/power_saving_btn03.gif);
}

#panel3 a:hover{
	background:url(../img/power_saving_btn03_h.gif);
}

#panel3 a#kmx21{
	top:66px;
}

#panel3 a#ew700{
	top:129px;
}

.hide {display:none;}


/******************************************************************/
/*contents-1st-top-right*/
/******************************************************************/
.related-info-area {
    float: left;
    width: 216px;
}
.related-info-area iframe {
	width:216px;
}
.iweb-login-area {
 	width:216px;
}
.bnr-area {
	margin:15px 0;
}
.bnr-area li {
	margin-bottom:10px;
	list-style:none;
}




/******************************************************************/
/*cousel.css*/
/******************************************************************/
#carouselbox
{
	width: 682px;
	height: 160px;
	margin:10px 0 10px;
	padding:10px 0 0;
	border:#eaeaea solid 1px;
	background:  url(../img/power_saving_bk02.jpg) left top no-repeat;
	overflow:scroll;
}


.carouselLeft:hover {
    background: url("../img/previous_btn_h.gif") repeat scroll 0 0 transparent;
    cursor: auto;
    height: 28px;
    width: 29px;
}
.carouselLeft {
    background: url("../img/previous_btn.gif") repeat scroll 0 0 transparent;
    display: none;
    height: 28px;
    width: 29px;
}


.carouselRight:hover {
    background: url("../img/next_btn_h.gif") repeat scroll 0 0 transparent;
    cursor: auto;
    height: 28px;
    width: 29px;
}
.carouselRight {
    background: url("../img/next_btn.gif") repeat scroll 0 0 transparent;
    display: none;
    height: 28px;
    width: 29px;
}


/******************************************************************/
/*tool-tip*/
/******************************************************************/


div.tooltip	{
	width: 170px;
	position: absolute;
	left: -9999px;
	background: #222;
	z-index: 13000;
	padding:8px;
	text-align:left;
}

div.tooltip p{
	color: #FFF;
	background: #222;
	font-size: 12px;
	line-height:1.5em;
}

div.tooltip span{
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px 0;
	color: #3ec9ff;
	text-align:center;
	display:block;
}

















