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

/* 全体構造
---------------------------------------------------- */
body {
	font-size: 12px;
	line-height: 1.7em;
	color: #333333;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MSゴシック", sans-serif;
	vertical-align: baseline;
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:focus {
	-moz-outline-style: none;
}
#wrapper {
	padding: 0px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/* ヘッダ
---------------------------------------------------- */
#header {
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 920px;
	position: relative;
	background-image: url(../images/bg_image00.jpg);
	background-repeat: no-repeat;
	background-position: 160px 0px;
}
#header-logo {
	height: 133px;
	width: 63px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header-copy {
	height: 17px;
	width: 386px;
	position: absolute;
	left: 267px;
	top: 97px;
}
#header-tel {
	height: 33px;
	width: 195px;
	position: absolute;
	left: 725px;
	top: 70px;
}
#header-form {
	height: 24px;
	width: 195px;
	position: absolute;
	left: 725px;
	top: 109px;
}

/* メニュー
---------------------------------------------------- */
#menu {
	background-image: url(../images/bg_menu3.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 920px;
	position: relative;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#menu li#news a {
	background-image: url(../images/menu_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 150px;
	display: block;
	position: absolute;
	left: 10px;
	top: 4px;
}
#menu li#craftsmanship a {
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 150px;
	display: block;
	position: absolute;
	left: 160px;
	top: 4px;
}
#menu li#business a {
	background-image: url(../images/menu_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 150px;
	display: block;
	position: absolute;
	left: 310px;
	top: 4px;
}
#menu li#gallery a {
	background-image: url(../images/menu_04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 150px;
	display: block;
	position: absolute;
	left: 460px;
	top: 4px;
}
#menu li#company a {
	background-image: url(../images/menu_05.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 150px;
	display: block;
	position: absolute;
	left: 610px;
	top: 4px;
}
#menu li#contact a {
	background-image: url(../images/menu_06.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 150px;
	display: block;
	position: absolute;
	left: 760px;
	top: 4px;
}
#menu li#news a:hover {
	background-image: url(../images/menu_01.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#menu li#craftsmanship a:hover {
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#menu li#business a:hover {
	background-image: url(../images/menu_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#menu li#gallery a:hover {
	background-image: url(../images/menu_04.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#menu li#company a:hover {
	background-image: url(../images/menu_05.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#menu li#contact a:hover {
	background-image: url(../images/menu_06.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#menu li#news a.here {
	background-image: url(../images/menu_01.gif);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
#menu li#craftsmanship a.here {
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
#menu li#business a.here {
	background-image: url(../images/menu_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
#menu li#gallery a.here {
	background-image: url(../images/menu_04.gif);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
#menu li#company a.here {
	background-image: url(../images/menu_05.gif);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}
#menu li#contact a.here {
	background-image: url(../images/menu_06.gif);
	background-repeat: no-repeat;
	background-position: 0px -96px;
}

/* コンテンツ
---------------------------------------------------- */
#flash {
	height: 400px;
	width: 900px;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
#contents/* サブコンテンツ
---------------------------------------------------- */
 {
	width: 874px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	position: relative;
	background-color: #FFFFFF;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 35px;
	padding-left: 35px;
	text-align: left;
}
#main {
	margin: 0px;
	padding: 0px;
	width: 874px;
	overflow: hidden;
	position: relative;
}
#mainleft {
	float: left;
	width: 445px;
}
#topics {
	width: 445px;
	margin-top: 15px;
}
#mainright {
	float: right;
	width: 397px;
	position: relative;
}
#buildinfo {
	width: 395px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #999999;
	background-image: url(../images/bg_buildinfo.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#more a {
	background-image: url(../images/go_buildinfo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 395px;
}
#more a:hover {
	background-image: url(../images/go_buildinfo.gif);
	background-repeat: no-repeat;
	background-position: 0px -17px;
}
#bannerbox1 {
	height: 52px;
	width: 397px;
	margin-top: 20px;
}
#bannerbox2 {
	height: 52px;
	width: 397px;
	margin-top: 9px;
}
#banner1 a {
	background-image: url(../images/topbanner_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 52px;
	width: 194px;
	text-indent: -9999px;
}
#banner2 a {
	background-image: url(../images/topbanner_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: right;
	height: 52px;
	width: 194px;
	text-indent: -9999px;
}
#banner3 a {
	background-image: url(../images/topbanner_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 52px;
	width: 194px;
	text-indent: -9999px;
}
#banner4 a {
	background-image: url(../images/topbanner_04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: right;
	height: 52px;
	width: 194px;
	text-indent: -9999px;
}
#banner5 a {
	background-image: url(../images/topbanner_05.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 52px;
	width: 397px;
	text-indent: -9999px;
	margin-top: 9px;
}
#banner1 a:hover {
	background-image: url(../images/topbanner_01.gif);
	background-repeat: no-repeat;
	background-position: 0px -52px;
}
#banner2 a:hover {
	background-image: url(../images/topbanner_02.gif);
	background-repeat: no-repeat;
	background-position: 0px -52px;
}
#banner3 a:hover {
	background-image: url(../images/topbanner_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -52px;
}
#banner4 a:hover {
	background-image: url(../images/topbanner_04.gif);
	background-repeat: no-repeat;
	background-position: 0px -52px;
}
#banner5 a:hover {
	background-image: url(../images/topbanner_05.gif);
	background-repeat: no-repeat;
	background-position: 0px -52px;
}
#sub {
	margin: 0px;
	padding: 0px;
	height: 11px;
	width: 874px;
	position: relative;
}
#sub ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sub li {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#sub li#privacy a {
	background-image: url(../images/m_privacy2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 11px;
	width: 112px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
#sub li#sitemap a {
	background-image: url(../images/m_sitemap2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 11px;
	width: 72px;
	display: block;
	position: absolute;
	left: 126px;
	top: 0px;
}
#sub li#privacy a:hover {
	background-image: url(../images/m_privacy2.gif);
	background-repeat: no-repeat;
	background-position: -112px 0px;
}
#sub li#sitemap a:hover {
	background-image: url(../images/m_sitemap2.gif);
	background-repeat: no-repeat;
	background-position: -72px 0px;
}
#kyoeihome {
	height: 52px;
	width: 194px;
	position: absolute;
	left: 715px;
	top: 35px;
}

/* フッタ
---------------------------------------------------- */
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 42px;
	width: 918px;
	border: 1px solid #999999;
	background-position: 9px 9px;
}

