@charset "UTF-8";

/*コンテンツ*/
#contentsArea {
	margin: 15px auto 150px;
}


/*パンくずリスト*/
#topic-path {
	width: 960px;
	margin: 15px auto 0;
}

#topic-path ol {
  list-style-type: none;
}

#topic-path ol li {
  display: inline;
  font-size: 85%;
}

#topic-path ol li a {
	color: #26ade4;
	text-decoration: underline;
}


/*メインビジュアル*/
#subMain {
	width: 100%;
	height: auto;
	position: relative;
}

#subMainImg {
	width: 100%;
	padding-top: 40px;
	line-height: 0;
}

#subMainTtl {
	width: 15%;
	max-width: 180px;
	line-height: 0;
	position: absolute;
	top: 75%;
	right: 18%;
}

#subMainImg img,#subMainTtl img {
	width: 100%;
	height: auto;
}


/*会社情報*/
#company {
	margin-top: 15px;
}

#companyTtl {
	width: 680px;
	height: 33px;
	background: url('../images/titleBg.png') no-repeat center bottom;
}

#company h2 {
	line-height: 0;
	margin-left: 15px;
}

#company table {
	width: 680px;
}

#company table tr {
	font-size: 90%;
	color: #333333;
	height: 60px;
	background: url('../images/dashedBorder.png') repeat-x center bottom;
}

.bold {
	width: 120px;
	font-weight: bold;
}


/*メッセージ*/
#message {
	margin-top: 45px;
}

#messageTtl {
	width: 680px;
	height: 33px;
	background: url('../images/titleBg.png') no-repeat center bottom;
}

#message h2 {
	line-height: 0;
	margin-left: 15px;
}

#messageCnt {
	margin-top: 30px;
}

#ownerImg {
	width: 200px;
	line-height: 0;
	float: left;
}

#messageTxt {
	width: 450px;
	font-size: 85%;
	line-height: 190%;
	color: #333333;
	float: right;
}

#ownerName {
	width: 220px;
	margin-top: 20px;
	line-height: 0;
	float: right;
}
