@charset "UTF-8";


/* ------------------------------------------------------------
 ドライブプラザ　一覧系ページ　共通CSS
 更新日:07/08/23
	
	[目次]
	0:common style
------------------------------------------------------------ */


/* 
 1:div.subttlArea
------------------------------ */

div.subttlArea{
margin:0 0 10px 0;
}

div.subttlArea p.date{
border-left:#30912b solid 4px;
font-weight:bold;
width:300px;
float:left;
padding:5px;
}

div.subttlArea p.linkText{
width:300px;
float:right;
padding:5px;
}


/* 
 2:H3
------------------------------ */

div#contents div.main h3{
clear:both;
border-bottom:1px solid #cccccc;
padding:0 0 5px 0;
margin:0 0 15px 0;
}

div#contents div.main div.h3Area h3{
border-bottom:none;}


div#contents div.main h3 span{
color:#ff6600;
font-weight:bold;
font-size:115%;
}

div#contents div.main h3 img{
margin:0 5px 0 0;
position:relative;
top:2px;
}


/* 
 2:div.infoBlock
------------------------------ */

div.infoBlock{
clear:both;
}

div.infoBlock img{
width:200px;
margin:0 15px 0 0;
float:left;
}

div.infoBlock p{
width:420px;
float:right;
}

div.infoBlock dt{
font-weight:bold;
}

div.infoBlock dd{
text-indent:1em;
}

/* 
 3:ul.backList
------------------------------ */

ul.backList li{
display:inline;
font-size:107%;
}

ul.backList li a{
font-weight:bold;
}



/* 
 4:clearfix
------------------------------ */


div.subttlArea:after,
div.infoBlock:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
div.subttlArea,
div.infoBlock{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html div.subttlArea,
* html div.infoBlock{
   height:1px;
}

div.subttlArea,
div.infoBlock{
   display:block;
}
/* End hide from IE-mac */


