@charset "UTF-8";
/* CSS Document */


a {
	color:#2F2E2A;
	text-decoration:none;
}

a:hover {
	color:#B31D22;
	text-decoration:none;
}

#leftCol a:hover{
	color:#B31D22;
}

#leftCol a.selected{
	color:#B31D22;
}

#topNav a.selected{
	color:#B31D22;
}

#titleBar{
	margin: 0 0 10px 0;
	padding:10px 30px 10px 10px;
	width: 440px;
	background:#B31D22 url(../../images/mini_logo_red.gif) no-repeat 445px;
}

#leftNavDetail a.btnDetailSelected{
	color:#B31D22;
	background:url(../../images/ico_detail_pdf.gif) no-repeat top left;
}

.comment{
	font-style:italic;
	font-size:120%;
	color:#B31D22;
	line-height:1.4em;
}


.dirListContainer{
	margin: 0 0 10px 0;
	width: 480px;
	background: #D9D8D5;
	padding: 1px 0 1px 0;
}
.dirListItem {
	margin: 10px 0 10px 170px;
	width:300px;
}

.heightDiv{
   width: 1px;
   height: 120px;
   display:block;
   float:right;
}

.dirAddress{
	width:160px;
	float: left;
	height:74px;
}

.dirNumbers{
	margin: 0 0 0 10px;
	padding:0;
	width:128px;
	float:left;
	height:74px;
}
.dirListDesc {
	margin: 10px 0 10px 10px;
	width:460px;
}

.dirListItem h2 {
font-size:120%;
}
.dirListItem h2 a{
	color:#2F2E2A;
	text-decoration:none;
	
}
.dirListItem h2 a:hover{
	color:#B31D22;
}


#quotation{
	line-height:1.1;
	color:#B31D22;
	width:125px;
	height:104px;
	padding:21px 20px 0 15px;
	margin:0 0 0 10px;
	background: url(../../images/quoteNoteBack.jpg) no-repeat;
}

#quotation .endQuote{
	height:9px;
	display:block;
	background:url(../../images/endQuote.gif) right bottom no-repeat;
}

#quotation .author{
	color:#999;
}
