@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;
}


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

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

#co_title {
	width: 680px;
	height: 44px;
}

#co_contents h3 {
	color: #1fa7ff;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
}

#greeting_pho {
	width: 120px;
	height: 178px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #e4e0da;
	font-size: .88em;
	float: left;
}

#greeting_con {
	float: left;
	width: 505px;
}


#co_info {
	width: 680px;
	clear: both;
	background-color: #e4e0da;
	margin: 0px 0px 30px 0px;
}

#co_info td {
	line-height: 20px;
	padding: 10px;
}

#co_mapArea {
	width: 658px;
	height: 418px;
	border: 1px solid #e4e0da;
	padding: 10px;
	overflow: hidden;
}




















