@charset "shift_jis";

h1{
	display:none;
}

table,th,tr,td,img {border:0;}

p {
	margin:0;
}


#Container{
	width:770px;
	margin:0px auto;
}

.Block{
	width:770px;
	text-align:left;
}


/* 文字関係 */
.bold {
	font-weight:bold;
}

.red {
	color:#FF0000;
}


/*++++++++++++++++++++++++++++++++++++++++
index
++++++++++++++++++++++++++++++++++++++++*/
div#block_index_main{
    width:770px;
	border-bottom:dotted #666666 1px;
	padding:0 0 10px 0;
	line-height:0;
}

div#block_index_main p{
	margin:0;
    padding:0;
}

div#block_index_icon{
    width:770px;
	heght:85px;
    padding:10px 0 10px 0;
}


/* 左ブロック */

div#block_index_left{
    float:left;
	width:411px;
	border-right:dotted #666666 1px;
	display:block;
	height:auto;
	margin:5px 0 5px 0;
}


div#block_index_left div.midashi01{
    text-align:left;
	margin:10px 0 10px 0;
	width:405px;
}



div#block_index_left div.etcbn{
    vertical-align:middle;
    float:left;
    width:405px;
	margin-bottom:10px;
	padding-bottom:0;
}

div#block_index_left div.etcbn span.img{
     float:left;
}

div#block_index_left div.etcbn span.text{
     margin:0;
	 line-height:1.2em;
     padding-left:5px;
	 width:200px;
	 float:left;
}

/* 右ブロック */

div#block_index_right{
    float:right;
	width:345px;
	display:block;
	height:auto;
	margin:5px 0 5px 0;
}

div#block_index_right div.midashi01{
    text-align:left;
	margin:10px 0 10px 0;
}

div#block_index_right div.img_eco{
    text-align:right;
	margin:10px 0 10px 0;
}

div#block_index_right div.caution{
	line-height:1.2em;
	margin:0;
    padding:0;
}

div#block_index_right p{
	margin:0;
    padding:0;
	vertical-align:text-bottom;
}




/*++++++++++++++++++++++++++++++++++++++++
ヘッダー
++++++++++++++++++++++++++++++++++++++++*/
#BlockTop{
	width:770px;
	background:url(../img/img_01_large.jpg) no-repeat;
	text-align:left;

}



#BlockTop .topnavi {
	text-align:left;
	width:395px;
}

.topnavi_b {
	width:395px;
	text-align:left;
}

#BlockTop .topnavi02　{
	text-align:left;
	width:427px;
}


/*++++++++++++++++++++++++++++++++++++++++
ETCカードの有効期限をしっかりお知らせ
++++++++++++++++++++++++++++++++++++++++*/
.BlockAn {
	width:770px;
	background:url(../img/img_11.jpg) top no-repeat;
}


.BlockAn_left01 {
	width:339px;
	float:left;
}


.BlockAn_right01 {
	width:322px;
	float:right;	
}


.BlockAn_left02 {
 	padding-top:10px;
	width:339px;
	float:left;
}


.BlockAn_right02 {
 	padding-top:10px;
	width:378px;
	float:right;
	text-align:right;	
}





/* 音声案内 */

#antenna_block_voice{
    width:715px;
	margin:0 0 20px 0;
}

#antenna_block_voice table{
    background:#999999;
	border-collapse:collapse;
	border-color: gray;
}
#antenna_block_voice table td{
	padding: 6px;
	border: 1px solid #b9b9b9;
}

.bg{
    background:#ffffff;
}


#antenna_block_voice span{
    color:#FF3333;
}


.BlockFla {
	width:770px;
	text-align:left;	
}

.BlockFla p {
	margin:0;
}

/*++++++++++++++++++++++++++++++++++++++++
さらにコンパクト
++++++++++++++++++++++++++++++++++++++++*/
.blockConpact {
	width:771px;
	background:url(../img/img_14.jpg) left bottom no-repeat;
	margin-bottom:10px;
}

.hontai {
	width:100%;
	padding-left:16px;
}


.toritsuke_left {
	width:363px;
	float:left;
}
.toritsuke_left p{
	width:363px;
	margin:0;
}

.toritsuke_right {
	width:260px;
	float:right;
	padding-right:56px;
	text-align:left;
}

.toritsuke_right p{
	width:260px;
	margin:0;
}




/*++++++++++++++++++++++++++++++++++++++++
カーナビ連動
++++++++++++++++++++++++++++++++++++++++*/

.connect_left {
	width:217px;
	float:left;
}

.connect_right {
	width:521px;
	float:right;
}

.connect_right p{
	margin:0;
}

.connect_right p.bn{
	margin-top:20px;
}

/*++++++++++++++++++++++++++++++++++++++++
スペック
++++++++++++++++++++++++++++++++++++++++*/

.spec_left {
	float:left;
	width:573px;
}

.spec_left p{
	margin:0;
    padding:0;
}

.spec_left table{
    background:#3399CC;
	border-collapse:collapse;
	border-color: #3D92C2;
}
.spec_left table td{
	padding: 6px;
	border: 1px solid #3D92C2;
}

.bg{
    background:#ffffff;
}

.bg02{
    background:#E0F0FF;
}



.spec_right {
	float:right;
	width:180px;
}
.spec_right p{
	margin:0;
}





/*++++++++++++++++++++++++++++++++++++++++
ページトップ
++++++++++++++++++++++++++++++++++++++++*/

#page_top{
	width: 77px;
	padding-top:30px;
	float:right;
}




/*==============   記事部分   ==============*/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
#Container:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#Container { display:inline-table; }

/* Mac IE には適用させない \*/
* html #Container { height:1px; }
#Container { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */




/*++++++++++++++++++++++++++++++++++++++++
clearfix
++++++++++++++++++++++++++++++++++++++++*/

.clearfix{
    zoom:1;
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.clear {
	clear:both;
}


/*++++++++++++++++++++++++++++++++++++++++
スペース
++++++++++++++++++++++++++++++++++++++++*/
.mspPT10 {
	margin-top:10px;
}
.mspPT5 {
	margin-top:5px;
}
.mspPB5 {
	margin-bottom:5px;
}
.mspPB10 {
	margin-bottom:10px;
}

.mspPL3 {
	margin-left:3px;
}
.mspPL10 {
	margin-left:10px;
}

.spPT10 {
	padding-top:10px;
}

.spPB5 {
	padding-bottom:5px;
}

.spPB10 {
	padding-bottom:10px;
}
.spPB15 {
	padding-bottom:15px;
}
.spPB20 {
	padding-bottom:20px;
}
.spPB30 {
	padding-bottom:30px;
}

.spPR17 {
	padding-right:17px;
}

.spPL10 {
	padding-left:10px;
}

.spPR8 {
	padding-right:8px;
}

.mt20{
	margin-top:20px;
}

*>/**/sup { vertical-align: text-top; line-height: 80%; }


/*++++++++++++++++++++++++++++++++++++++++
ECR700バナー 20090708 TW修正
++++++++++++++++++++++++++++++++++++++++*/

.block_line_ecr700 {
	width:770px;
	padding-top:10px;
	border-top:#999999 dotted 1px;
}
* html body .block_line_ecr700 {
	margin-top:10px;
}
*:first-child + html .block_line_ecr700 {
	margin-top:10px;
}



.block_ecr700 {
	padding:0 45px;
}

.block_ecr700 img {
	float:left;
}

.block_ecr700 p {
	margin:0;
	text-align:left;
}

.clear {
	clear:both;
}

.txt_price{
	font-size:120%;
	font-weight:bold;
}

.mt10{
	margin-top:10px;
}
.mb10{
	margin-bottom:10px;
}
