@charset "UTF-8";

/*      importantNews
--------------------------------------------*/
#rightSide div.importantNewsNEWHead{
height:5px;
background:url(/image/bg_new01.png) no-repeat 0 0;
}
#rightSide div.importantNewsNEW{
margin-top:0px;
margin-bottom:10px;
padding-top:10px;
background:url(/image/bg_new02.png) repeat-y;
}
#rightSide div.importantNewsNEW h2{
margin:0 10px 5px;
}
#rightSide div.importantNewsNEW ul{
padding:0 12px 10px;
background:url(/image/bg_02.gif) no-repeat 0 bottom;
}

#rightSide div.importantNewsNEW ul {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/image/bg_02.gif) no-repeat scroll 0 bottom;
padding:0 0px 10px;
}

#rightSide div.importantNewsNEW ul li {
margin:0 12px 0px;
}
li.dateLabel{
    width:250px;
    display:block;
height:20px;
}

li.dateLabel div.label {
    float:right;
    margin-right:40px;
    width: 100px;
    text-align: center;
    color: white;
    background-color: #F76B1F;

}
li.dateLabel label {
float:left;
width:100px;
}

li.ichiran {
	text-align:right;
    background: none !important;
}
#rightSide div.importantNewsNEW li a.icon {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/image/icon_arrow_orange.gif) no-repeat scroll 0 3px;
padding:0 0 0 5px;
}

/*      electricity
--------------------------------------------*/
#electricity {
	padding: 6px 5px;
	width: 290px;
	height: 90px;
	background: url(/image/bg_electricity_01.gif) no-repeat;
}

#electricity .inner .title {
	float: left;
	padding: 0 5px 5px 0;
}
#electricity .inner .date {
	float: left;
	padding-top: 1px;
	font-size: 10px;
	line-height: 1.5;
}
#electricity .inner .image {
	float: left;
	width: 191px;
}
#electricity .inner .text {
	float: right;
	padding: 2px 0 0 42px;
	width: 55px;
	height: 55px;
}

#electricity .inner .text.red {
	background: url(/image/bg_electricity_meter_red.gif) no-repeat;
}
#electricity .inner .text.yellow {
	background: url(/image/bg_electricity_meter_yellow.gif) no-repeat;
}
#electricity .inner .text.green {
	background: url(/image/bg_electricity_meter_green.gif) no-repeat;
}

#electricity .inner .text .percent {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
}
#electricity .inner .text .kilowatt {
	margin: -2px 0 0 0;
	font-size: 10px;
	line-height: 1.5;
	background: url(/image/bg_electricity_02.gif) left center no-repeat;
}

/* clearfix */
#electricity .inner {
	/*\*/
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/**/
	/*\*//*/
	display: inline-table;
	/**/
}
#electricity .inner:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin: -1px 0 0 0;
}

