@charset "Shift_JIS";

/*------------------------------------------------------------------------------

	[ファイル名]	rule.css
	
	[概要]	 契約電力について
	
	[目次]
		
	
------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------

								p#anchorTop
								
------------------------------------------------------------------------------*/
p#anchorTop{
	text-align: right;
}


p#anchorTop a{
	padding-left: 15px;
	background: url(../image/anchor_top.gif) no-repeat scroll 0em 0.15em;
	text-align: left;
	zoom: 1;

}



/*------------------------------------------------------------------------------

							角丸 枠

------------------------------------------------------------------------------*/
div#outerFrame{
	width: 564px;
	margin: 10px 0 20px 0;
	padding: 0 0 15px 0;
	background: url(../image/outframe_gray_bottom_long.gif) no-repeat left bottom;
}


div#outerFrame div#innerFrame{
	width: 544px;
	margin: 0;
	padding: 15px 10px 0;
	background: url(../image/outframe_gray_top.gif) no-repeat top left;
}


/*------------------------------------------------------------------------------

							bodyNavi01

------------------------------------------------------------------------------*/
div#contentBodyNavi dl.bodyNavi01 ul{
	line-height: 1.1;
	padding: 6px 2px 3px 22px;
	border-top: 1px solid #ccc;
	list-style-type: none;
}

div#contentBodyNavi dl.bodyNavi01 ul li{
	width: 147px;
	padding-bottom: 3px;
	padding-left: 10px;
	background: transparent url(../../../shared/image/icon_dot01.gif) no-repeat 2px 0.5em;
}

div#contentBodyNavi dl.bodyNavi01 dd ul li a {
	display: inline;
	padding: 0;
	background-image: none;
	color: #0000ff;
	text-decoration: underline;
}

div#contentBodyNavi dl.bodyNavi01 dd ul li a:visited {
	color: #9933cc;
	text-decoration: underline;
}

div#contentBodyNavi dl.bodyNavi01 dd ul li a:hover{
	background-image: none;
	color: #ff0000;
	text-decoration: none;
}

div#contentBodyNavi dl.bodyNavi01 dd ul li a.activeNavi{
	background-image: none!important;
	color: #ff0000!important;
	text-decoration: none!important;
}



/*------------------------------------------------------------------------------

							ul li ol

------------------------------------------------------------------------------*/

div#innerFrame ul{
	margin-bottom: 0px;
	margin-left: 20px;
}

div#innerFrame p{
	margin: 0 1em;
}





/*------------------------------------------------------------------------------

						h2	h4 h5

------------------------------------------------------------------------------*/
div#contentBodyMainC2 h2{
	margin-bottom: 15px!important;
}

div#contentBodyMainC2 h4{
	width: 509px;
	margin: 50px 10px 7px;
	padding: 0 0 2px 15px;
	background: transparent url(../image/h4_type1.gif) no-repeat 0em 0.3em;
	border-bottom: 1px solid #009933;
	font-weight: normal;
}


div#contentBodyMainC2 h5{
	margin: 1em 1em 0;


}

/*------------------------------------------------------------------------------

							

------------------------------------------------------------------------------*/

p#Summary,
p.Contents{
	padding: 0 1em;
}


div#innerFrame p.Notes{
	margin-top: 5px;
	margin-left: 2em;
	font-size: x-small;
	text-indent: -1em;
}


div#innerFrame p.Notes2{
	margin-left: 2em;
	font-size: x-small;
	text-indent: -2em;
}

div#innerFrame ul.notesCtrl{
	margin-top: 5px;
	margin-left:0;
}

div#innerFrame ul.notesCtrl li{
	margin-left: 1em;
	font-size: x-small;
	text-indent: -1em;
}




div#innerFrame div#otesOutFrame{
	margin: 10px 1em 0;
	padding: 7px;
	background-color: #d4e3d9;
}

div#innerFrame div#otesOutFrame dt,
div#innerFrame div#otesOutFrame dd{
	margin: 0;
}



/* QA */
div#innerFrame dl#Qanda dt{
	font-weight: bold;
}






div#innerFrame dl dt{
	margin-top: 20px;
	margin-left: 1em;
}

div#innerFrame dl dd{
	margin: 0 1em;
}


div#innerFrame div#qaImage {
	margin: 10px auto;
	width: 357px;

}



/*------------------------------------------------------------------------------

							table

------------------------------------------------------------------------------*/

div#innerFrame table{
	width: 520px;
	margin: 0 0 5px 1em;
	background-color: #ccc;
}

div#innerFrame table th{
	width: 5em;
	padding: 3px;
	background-color: #e9eaea;
	text-align: center;
}

div#innerFrame table th.typeA,
div#innerFrame table th.typeB,
div#innerFrame table th.typeC{
	width: 2em;
}

div#innerFrame table th.typeA{
	background-color: #f4d0cc;
}

div#innerFrame table th.typeB{
	background-color: #f4e8cc;
}

div#innerFrame table th.typeC{
	background-color: #d4e3d9;
}

div#innerFrame table td{
	padding: 3px;
	background-color: #fff;
}

div#innerFrame table em{
	font-style: normal;
}




