
/* -------------------------------------------------------------------- */
/* 左ナビゲーション                                                     */
/* -------------------------------------------------------------------- */
#left-navigation h2,
#left-navigation .navi-bottom{
	background:#0065b3;
}


/* -------------------------------------------------------------------- */
/* 共通パーツ                                                           */
/* -------------------------------------------------------------------- */

.emphasis-title{
	background:#0065b3;
}


/* h2要素 */
.headline-h2{
	border-bottom: 5px solid #0065b3;
}

.title-h2{
	border-left: 5px solid #0065b3;
}

/* h3要素 */
.headline-h3{
	border-bottom: 3px solid #0065b3;
}

.title-h3{
	border-left: 3px solid #0065b3;
}

/* Q&A */
dl.qa-dl{
	border:2px solid #0065b3;
}

/* -------------------------------------------------------------------- */
/* 個別パーツ                                                           */
/* -------------------------------------------------------------------- */

/* FAQ */
.faq-intro{
	width:100%;
	margin:0px 0px 15px;
	background:#f0f0f0;
	border:1px solid transparent;
	border-radius: 7px;
}

.faq-intro span.page-intro-text{
	display:block;
	margin:10px;
}

.faq-intro a{
	display:display;
	float:right;
	margin:15px 10px;
}


.faq-intro a img{
	margin:0px;
	padding:0px;

}

.faq-intro a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	
}

.faq{
	display:block;
	float:left;
	width:328px;
	min-height:180px;
	margin:5px;
	position:relative;

}

.faq .link-right{
	vertical-align:bottom;
	position:absolute;
	right:15px;
	bottom:15px;
}


/* お問い合わせ先一覧 */
dl.contact-dl{
	margin:0px 5px 20px;

}

dl.contact-dl dt.contact-name{
	font-weight:bold;
}

dl.contact-dl dd.contact-info{
	margin:5px 15px 15px;
}

dl.contact-dl span{
	display:block;
}

dl.contact-dl span.tel-no{
	display:inline;
	color:#0065b3;
}

dl.contact-dl span img{
	position:relative;
	top:2px;
	margin-right:5px;
}
