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

/* お問い合わせページ用CSS */

/****************************
 パンくずエリア
*****************************/
.panArea {
	width: 930px;
	height: 40px;
	background: url(../image/common/bg_panArea.jpg) repeat-x ;
	margin: 0px;
	padding-left: 20px;
}

#crumbs {
	font-size: 10px;
	height: 40px;
}

#crumbs li {
	float: left;
	line-height: 40px;
	margin: 0px 7px 0px 0px;
}

#crumbs li a {
	display: block;
	padding: 0px 14px 0px 0px;
	background: url(../image/common/panArrow.gif) no-repeat right center;
}


/****************************
 コンテンツ
*****************************/
#pr_wrap {
	width: 680px;
}

#pr_contents {
	width: 680px;
	clear: left;
}

#pr_title {
	width: 680px;
	height: 44px;
	margin: 0px 0px 20px 0px;
}

#pr_contents h3 {
	color: #333333;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}



















