@charset "utf-8";

/* HTML 5 */

article {
	margin: 0px;
	padding: 0px;
}

section {
	margin: 0px;
	padding: 0px;
}

/* ページALL センタリング */

#contents_whole {
	margin: auto;
	height: auto;
	width: 960px;
}

/* 内部基礎 */

.contents_middle {
	background-image: url(../contents_bk.png);
	background-repeat: repeat-y;
	margin: auto;
	float: left;
	height: auto;
	width: 960px;
}

/* 内部横幅 */

#inner_base {
	width: 932px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 50px;
}

/* 本文テーブル */

table {
	clear: both;
	width: 750px;
	margin: auto;
	border-style: none;
}

table tr td.corp {
	text-indent: 8px;
	height: 25px;
	border: 1px dotted #ece9da;
	line-height: 120%;
}

table tr td.corpsub {
	border: 1px dotted #ece9da;
	padding-left: 8px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}

table tr td.left {
	width: 25%;
	background-color: #dad5c3;
}

table tr td.right {
	width: 75%;
	background-color: #ece9da;
}

/* 内部bar */

#inner_base h3 {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.contents_nextbar {
	height: 50px;
	width: 800px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


/* アンカー */

#contents_whole ul {
	height: 29px;
	width: 960px;
	list-style-type: none;
	float: left;
}
#contents_whole ul li {
	height: 29px;
	overflow: hidden;
	float: left;
	margin: 0px;
}

/* 会社概要 */

.detaillist {
	background-image: url(../menufolder/upper_in_15.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 136px;
}
.detaillist a {
	display: block;
	height: 29px;
	width: 136px;
}

.detaillist a:hover {
	background-image: url(../menufolder/upper_in_15_over.jpg);
	background-repeat: no-repeat;
}

/* 取引先一覧*/

.dealing {
	background-image: url(../menufolder/upper_in_16.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 136px;
}
.dealing a {
	display: block;
	height: 29px;
	width: 136px;
}

.dealing a:hover {
	background-image: url(../menufolder/upper_in_16_over.jpg);
	background-repeat: no-repeat;
}
