@charset "UTF-8";


/* ------------------------------------------------------------
 ドライブプラザ　道路交通情報　共通CSS
 更新日:07/08/15
	
	[目次]
	0:common style
 1:H style
------------------------------------------------------------ */

/*cleafix用CSS-----------------*/
@import "clearfix.css";


/* 
 0:common style
------------------------------ */

div#contents p.linkText{
text-align:right;
}

.subttl{
font-weight:bold;
text-align:center;
margin:10px 0;
}

.subttlL{
font-weight:bold;
text-align:left;
margin:10px 0;
clear:both;
}


/* 
 1:H style
------------------------------ */

div#contents h1{
background:url(../img/h1_bg.gif) no-repeat top left;
}



/* 
 1:div.main
------------------------------ */


/*  1-1:div.stationtime --------------- */

div.stationtime table{
width:500px;
margin:10px 0 0 0;
}

/*  1-2:table.sttbl --------------- */

table.sttbl{
margin-bottom:15px;
border-collapse:collapse;
border-top:#aaaaaa 1px solid;
border-left:#aaaaaa 1px solid;
border-bottom:#aaaaaa 1px solid;
}

table.sttbl th{
padding:4px;
width:120px;
text-align:center;
border-right:#aaaaaa 1px solid;
}

table.sttbl td{
padding:4px 10px;
width:200px;
border-right:#aaaaaa 1px solid;
}

table.sttbl tr.od{
background:#CCCCCC;
}

table.sttbl tr.ev{
background:#ffffff;
}

