@charset "UTF-8";
/* -----------------------------------------------
FileName:ir.css
----------------------------------------------- */

/*　Add 090414 kimura　*/
/* ===== common styles ===== */

/*　layout　*/
#contents_box .leftLayout {
	text-align:left;
}
#contents_box .centerLayout {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#contents_box .centerLayoutM {
	margin-left:auto;
	margin-right:auto;
}
#contents_box .rightLayout {
	text-align:right;
}
/*　font-weight　*/
#contents_box .bold {
	font-weight:bold;
}
/*　padding　*/
#contents_box .pad10 {
	padding-bottom:10px;
}
#contents_box .pad15 {
	padding-bottom:15px;
}
#contents_box .pad20 {
	padding-bottom:20px;
}
#contents_box hr {
	margin-right: auto;
	margin-left: auto;
}
/*　<content> innnerBox　*/
#contents_box {
	margin-bottom:50px;
}
/*　Default <td> oadding 　*/
#contents_box table td {
	padding:5px;
}
/*　Layout <td> padding　*/
#contents_box table.layoutTable td {
	padding:0px;
}
/*　Layout <table> inner <table> padding　*/
#contents_box table.layoutTable table.dataTable td {
	padding:5px;
}
.w480 {
	width:480px;
	margin:0px 180px 0px 180px;
}
.w500 {
	width:500px;
	margin:0px 170px 0px 170px;
}
.w550 {
	width:500px;
	margin:0px 145px 0 145px;
}
/*　old style width:80%　*/
	.w608 {
	width:608px;
	margin:0px 116px 0px 116px;
}
.w650 {
	width:650px;
	margin:0px 95px 0px 95px;
}
/*　old style width:90%　*/
	.w686 {
	width:686px;
	margin:0px 97px 0px 97px
}
.w760 {
	width:760px;
	margin:0px 40px 0px 40px;
}
/* ===== header styles ===== */

/*.tagline{
	line-height:1.2
}*/
/*　for IE7　*/
*:first-child+html .tagline {
	margin:0px 0px -1px 0px !important;
	padding-top:1px;
}
h1.logo {
	margin:1px 0px 0px 0px !important;
}
/*　for Safari　*/
html[xmlns*=""] body:last-child h1.logo {
 margin:0px 0px 0px 0px !important;
}
/* ===== index.html ===== */

.top_menu {
	margin: 20px 0 22px 0;
	width: 640px;
}
.top_menu_01 {
	margin-bottom: 25px;
	width: 640px;
	height: 420px;
	background:url("../../../ir/images/bg_top_menu_01.jpg") no-repeat left bottom;
}
.top_menu_02 {
	margin-bottom: 20px;
	width: 640px;
	background:url("../../../ir/images/bg_top_menu_02.jpg") no-repeat left bottom;
	padding-bottom:16px;
}
.top_menu dl {
	float: left;
	width: 317px;
}
.top_menu dl dt {
	font-size: 0;
}
.top_menu dl dd {
	padding: 2px 0 0 4px;
}
.top_menu dl dd li {
	font-size: 0;
	line-height: 0;
	display:inline;
}
.top_menu .home {
	margin-right: 6px;
}
.top_menu_01:after {
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
	content:".";
	font-size:0;
	line-height:0;
}
.top_menu_02 .gallery {
	width: 640px;
}
.top_menu_02 dl.gallery li {
	display:block;
	float:left;
	width:168px;
}
.top_menu_02 dl.gallery li.rightMgBtn {
	margin-right:147px;
}
/*
.top_menu_03{
	margin-bottom: 25px;
	width: 640px;
	background:url("/images/bg_eco.gif") no-repeat left bottom;
	padding-bottom:16px;
}

.top_menu_03 .eco {
	width: 640px;
}

.top_menu_03 dl.eco li{
	display:block;
	float:left;
	width:168px;
}

.top_menu_03 dl.eco li.rightMgBtn {
	margin-right:147px;
}
*/

@media print {
.top_menu {
	width: 641px;
}
.top_menu_01 {
	width: 641px;
}
}
.ttl_area {
	margin: 0 0 8px 0;
	padding: 0 13px 0 4px;
	height: 32px;
	background:url("../../../images/bg_title_01.gif") no-repeat;
}
.ttl_area h2 {
	padding: 6px 0 0 0;
	float: left;
	width: 430px;
}
.ttl_area .rss {
	padding: 7px 0 0 0;
	float: right;
	width: 60px;
}
.ttl_area .list {
	padding: 7px 0 0 0;
	float: right;
}
.ttl_area .list a {
	padding: 0 0 0 9px;
	background:url("../../images/blt_inlink_01.gif") no-repeat 0 0.3em;
}
.ttl_area:after {
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
	content:".";
	font-size:0;
	line-height:0;
}
.irTop table {
	margin: 0 13px 15px 13px;
	width: 614px;
	border-collapse: collapse;
}
.irTop table caption {
	display: none;
}
.irTop table thead {
	display: none;
}
.irTop table th {
	padding: 5px 12px 5px 0;
	color: #4d4d4d;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
}
.irTop table td {
	padding: 5px 0 5px 19px;
	text-indent: -19px;
	line-height: 1.3;
	vertical-align: top;
}
.irTop table td.icon {
	padding: 5px 10px 5px 0;
	text-indent: 0;
}
.irTop table td a {
	padding: 0 0 0 19px;
	background:url("../../images/blt_inlink_01.gif") no-repeat 3px 0.3em;
}
.irTop table td.pdf a {
	padding: 0 0 0 19px;
	background:url("../../images/blt_pdf.gif") no-repeat 0 0;
}
/* ===== ir.html ===== */


#contents div.blueFltBlk {
	background-color:#DDEFE6;
	padding:13px 0;
	width:640px;
}
#contents div.blueFltBlk p.wmp {
	float:left;
	margin-right:30px;
	width:140px;
}
#contents div.blueFltBlk p.wmp img {
	margin-left:20px;
}
#contents div.blueFltBlk p.wmpTxt {
	float:left;
	width:450px;
}
#contents .blankLink {
	margin: 10px 0 0 0;
	width: 160px;
}
#contents .blankLink a {
	display: block;
	border: 1px solid #ccc;
	padding: 8px 10px 8px 21px;
	background:url(/common/images/blt_exlink_06.gif) no-repeat 6px 1.1em;
}
#contents .blankLink a:hover {
	border: 1px solid #008545;
}
#contents span.nml {
	display:inline;
	font-weight:normal;
}
#contents li.rmLi img {
	margin-right:90px;
}
/* ===== tenta.html ===== */

#contents div.sepaBox04Ri {
	float:right;
	padding-bottom: 25px;
	width: 196px;
}
#contents div.box3MgNone {
	margin-right: 0 !important;
}
#main_contents .down {
	margin: 10px 0 0 0;
	width: 160px;
}
#main_contents .down a {
	display: block;
	border: 1px solid #ccc;
	padding: 8px 10px 8px 21px;
	background:url(../../../ir/images/blt_down02.gif) no-repeat 6px 1.1em;
}
#main_contents .down a:hover {
	border: 1px solid #8FC0E1;
}
/* ===== top_eco ===== */

.top_eco {
	clear: both;
	width: 640px;
	height: 267px;
	background:url("../../../images/bg_eco.gif") no-repeat left bottom;
}
.top_eco dt {
	font-size: 0;
}
.top_eco dd {
	padding: 6px 0 0 15px;
}
.top_eco li {
	display:block;
	float: left;
}
.top_eco li.gas {
	width: 315px;
}
.top_eco li.co2 {
	width: 246px;
}
.top_eco li.eco {
	width: 315px;
	margin-top:6px;
}
.top_eco li.ecobook {
	width: 246px;
	margin-top:6px;
}
.top_eco:after {
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
	content:".";
	font-size:0;
	line-height:0;
}
/* ===== top_eco ===== */

.ecogascomplete {
	background-image:url(/common/images/ecogascomplete_back.gif);
	background-repeat:no-repeat;
	margin-top:13px;
	padding-bottom:10px;
	padding-left:8px;
	padding-top:10px;
	width:632px;
}
.ecogascomplete li {
	display:inline;
	padding-left:5px;
}

/* ===== renewal ===== */

.irecogascomplete {
	background-image:url(/common/images/ecogascomplete_back.gif);
	background-repeat:no-repeat;
	padding-bottom:10px;
	padding-left:8px;
	padding-top:10px;
	width:632px;
}
.irecogascomplete li {
	display:inline;
	padding-left:5px;
}
.ir_viArea {
	padding-bottom: 18px;
}
.top_menu_01_new {
	background-image: url(../../../ir/images/bg_top_menu_01_new.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 5px;
	width: 640px;
	padding-bottom: 20px;
	height: 235px;
}
.top_menu_02_new {
	background-image: url(../../../ir/images/bg_top_menu_01_new.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 25px;
	width: 640px;
	padding-bottom: 20px;
	height: 130px;
}

/* ==== cm ==== */
#contents p.cmLink {
    border: 1px solid #CCCCCC;
    display: block;
    padding: 8px 10px 8px 21px;
	margin: 10px 0 0;
    width: 129px;
}
div.sepaBox04L img ,div.sepaBox04Ri img{
vertical-align: text-bottom;
}
#contents ul.linkMenuListCm {
    width: 196px;
}
#contents ul.linkMenuListCm li {
    background-color: #FFFFFF;
    float: left;
    margin: 0 10px 0 0;
    padding-bottom: 10px;
    width: 93px;
	word-break:break-all;
}
#contents ul.linkMenuListCm li a {
    background: url("/common/images/blt_exlink_06.gif") no-repeat scroll 6px 1.1em transparent;
    border: 1px solid #CCCCCC;
    display: block;
    padding: 8px 10px 8px 21px;
    width: 60px;
}

/* 20111219 /ir/tenta.html */
.tenta_box{
    background: url("/ir/images/tenta/bg_01.jpg") no-repeat left top transparent;
	width:635px;
	margin-top:15px;
	height:219px;
}
.tenta_p01{
width:368px;
padding-left:20px;
padding-top:70px;
}
.tenta_list li{
width:630px;
margin-bottom:8px;
}

.tenta_list img{
float:left;

}
.tenta_list div{
float:right;
width:555px;
}
.tenta_list02 dt{
text-align:right;
border-bottom:2px dotted #ec259f;
margin-bottom:10px;
padding-bottom:2px;
}

.tenta_list02 dd{
margin-top:5px;
}
