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


/* 全ページ共通フッター */
#footer {
	margin: 0px 0px 0px 28px;
	padding: 0px;
	clear: both;
	width: 720px;
	height: 70px;
	position: relative;
	text-align: center;
	border-top: 1px solid #BCB29D;
}

/* トップページイメージ写真 */
image_top {
	display: none;
}
#image_top img.nodisplay {
	display: block;
}

/* サブページ　グローバルナビ */
#gnavi_sub {
	height: 31px;
	width: 776px;
}
#gnavi_sub ul {
	margin: 20px 0px 0px 27px;
	padding: 0px;
}
#gnavi_sub li {
	float: left;
	list-style: none;
}

/* サブページ　メインイメージ */
#sub_image {
	margin: 0px auto 20px;
	padding: 0px;
	height: 164px;
	width: 720px;
}


/* サブページ　コンテンツ部分（右側）表組 */
#main table {
	margin: 0px 0px 8px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.2em;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	}
#main table td {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 5px 2px;
	text-align: center;
}
#main table th {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 5px 2px;
	text-align: center;
}
#main table td.left {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 5px 2px 5px 10px;
	text-align: left;
}

/* プライスリスト　表組 */
#p_cont table {
	margin: 0px 0px 8px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.2em;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	}
#p_cont table td {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 5px 2px;
	text-align: center;
}
#p_cont table th {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 5px 2px;
	text-align: center;
}

/* プライスリスト、左側　表組タイトル */
#contents_etc2 #p_ttl {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
}

/* プライスリスト、右側　表組 */
#contents_etc2 #p_cont {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 520px;
}

/* プライスリスト、区切り線を使って左右フロートをクリア */
#contents_etc2 hr {
	display: block;
	margin: 15px 0px 20px;
	padding: 0px;
	border-top: thin solid #BCB29D;
	clear: both;
}
