@charset "UTF-8";

/* CSS Document */
/******************************************************************
# ・安全と保証に関するご注意
******************************************************************/    

/*サイドメニューの点灯*/
div#main_box div#side ul.side_support {
	background: url(../../img/side_support_f2.jpg) no-repeat left top;
}
div#main_box div#side ul.side_support li.side_support02 a {
	background: url(../../img/side_support02_f2.jpg) no-repeat left top;
}

div#main h1.etc_title {
	width: 555px;
	height: 35px;
	background: url(../../support/img/etc/etc_title.jpg) no-repeat left top;
}

/*見出し>警告*/
div#main div.others_box p.midasi01 {
	 background: url(../../support/img/etc/midasi01.jpg) no-repeat left top;
}
/*見出し>注意*/
div#main div.others_box p.midasi02 {
	 background: url(../../support/img/etc/midasi02.jpg) no-repeat left top;
}

/*ETCレーン通過イメージアニメーション*/
div#main div.anime_con {
	width: 476px;
}
div#main div.anime_con div.btn_box {
	width: 476px;
	height: 43px;
	background: url(../../support/img/etc/anime_con.jpg) no-repeat left top;
}

div#main div.anime_con div.btn_box p {
	width: 65px;
	height: 23px;
	padding: 12px 0 0 0;
	>padding: 0;
	margin: 0 0 0 225px;
	>margin: 12px 0 0 225px;
}
div#main div.anime_con div.btn_box p a {
	width: 65px;
	height: 23px;
	background: url(../../support/img/etc/btn_anime_play.jpg) no-repeat left top;
}
div#main div.anime_con div.btn_box p,
div#main div.anime_con div.btn_box p a:hover {
	background: url(../../support/img/etc/btn_anime_play_f2.jpg) no-repeat left bottom;
	>background: url(../../support/img/etc/btn_anime_play_f2.jpg) no-repeat left top;
}

/*ETCレーンでのご利用の流れ*/
div.etc_flow {
	background: url(../../support/img/etc/etc_flow_bg.jpg) repeat-x left bottom;
}

div#main div.etc_flow {
	background: url(../../support/img/etc/etc_flow_bg.jpg) repeat-x left bottom;
}

div.etc_flow_r {
	float: left;
	width: 380px;
}

div.etc_flow div p.etc_flow_l {
	float: left;
	padding: 0 0 0 10px;
	width: 130px;
	_width: 140px;
}

div.etc_flow div p.etc_flow_r p.red {
	color: #FF0000;
}



/*********** 別ウィンドウ ***********/
body,
p {
	margin: 0;
	padding: 0;
}
.float-left { 
	float: left;
}
/*フロート解除*/
.clear{
	clear:both;
	display: block;
	margin:0px;
	padding:0px;
	height: 0;
	font-size: 0;
	line-height: 1;
}
/*画像にリンクを貼るとき*/
.btn a {
	display: block;
	text-align: left;
	text-decoration: none;
	text-indent: -99999px;
	border: 0 none;
	overflow: hidden;
}

p.img_con {
	margin: 0 0 0 20px;
}

p.pop_close {
	width: 100%;
	height: 34px;
	padding: 4px 0 0 0;
	background: #ECECEC;
}

p.pop_close span {
	display: block;
	width: 108px;
	height: 18px;
	margin: 8px 0 8px 130px;
	background: url(../../img/close_f2.gif) no-repeat center top;
}

p.pop_close a {
	width: 108px;
	height: 18px;
	background: url(../../img/close.gif) no-repeat center top;
}
p.pop_close a:hover {
	width: 108px;
	height: 18px;
	background: url(../../img/close_f2.gif) no-repeat center top;
}

