/* スクリーン用CSS */
body{
	color: #666666;
//	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size:11px;
}

a {
	border: 0;
}
a:link {
	color: #666666;
}
a:hover a:active {
	color: #c71444;
}
a:visited {
	color: #666666;
}

ul {
	margin: 5px 0px 7px 0px;
	padding: 0px 0px 0px 20px;
}

#header, #footer {
	width: 900px;
	margin: 0px auto 0px auto;
}

#menuSet {
	width: 900px;
	height: 46px;
	background-image: url(../IMAGES/menuSet_bg.gif);
	background-repeat: no-repeat;
	margin:0 auto 0 auto;
	border-bottom: #555555 1px solid;
}

#contents {
	width: 860px;
	margin: 20px auto 20px 20px;
	*width: 900px;	
	*margin: 0;
	*padding:20px auto 20px 20px;
	
}


#contents ul li {
list-style-type: disc;
}

#contentsLink {
	width: 100%;
}

#contentsTitle {
	width: 100%;
	margin: 10px 0px 15px 0px;
	padding: 7px 0px 7px 0px;
	border-bottom: #999999 1px dotted;
}

#contentsCaption {
	width: 100%;
	margin: 10px 0px;
}

#contentsCaption3 {
	width: 70%;
	margin: 10px 0px;
	float: left;
}

#furonLabel {
	margin-top: 10px;
	text-align: right;
}

#furonLabel img {
	width: 90%;
}

.clear {
	clear: both;
}

#ecoTable {
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
}
#ecoTable td {
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
}
#ecoTable td.midashi1 {
	width: 8%;
}
#ecoTable td.midashi2 {
	width: 17%;
}

#contentsNoteTitle {
	width: 900px;
	margin: 0px auto 0px auto;
}
#contentsNoteTitle span {
	display: block;
	color: #ffffff;
	margin-top: -126px;
	margin-left:105px;
}
#noteTitleLeft {
	width: 620px;
}
.titlePrint {
	display: none;
}

#contentsNote {
	margin: 0 0px 0px 0px;
}
#noteLeft {
	width: 200px;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}
#noteRight {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 5px 20px;
	border-left: #999999 1px dotted;
}

.carLogo {
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 4px;
}
.noteImage {
	margin: 0px 0px 7px 7px;
}

#contentsTitle2 {
	width: 100%;
	margin: 15px 0px 5px 0px;
	padding: 7px 0px 7px 0px;
}
#ecoTable2 {
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
}
#ecoTable2 td {
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
}
#ecoTable2 td.midashi1 {
	/*　width: 8%;　*/
}
#ecoTable2 td.midashi2 {
	/*　width: 17%;　*/
}
#contentsCaption2 {
	width: 100%;
	margin: 10px 0px 10px 0px;
}

/*
.back_top {
	background-image: url("/INFO/E_NOTE/IMAGES/arrow_white.png");
	background-repeat: no-repeat;
	background-position: right;
	background-color: none;
	padding: 8px 6px 6px 16px;
	vertical-align: middle;
	float: right;
	width: 160px;
}

.back_top span{
	color: black;
	font-weight: normal;
	font-size: 11.5px;
	display: table-cell;
	vertical-align: middle;
}
*/

.back_top {
	float: right;
	margin-top:-10px;
}
.back_top:hover {
	opacity: 0.7;
}