@charset "utf-8";
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,address {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FFFF99;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/body_backimage_bk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
#container {
	margin-right: auto;
	margin-left: auto;
}
#header span {
	position: absolute;
	right: 9999px;
}
h1 a img{
	display: block;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainmenu ul {
	margin: 0px;
	padding: 0px;
}



#mainmenu ul li {
	height: 25px;
	width: 130px;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#bt01 a {
	background-image: url(../image/mainmenu_web-trans.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 25px;
	width: 130px;
	display: block;
}
#bt02 a {
	background-image: url(../image/mainmenu_3d-trans.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 25px;
	width: 130px;
	display: block;
}
#bt03 a {
	background-image: url(../image/mainmenu_consul-trans.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 25px;
	width: 130px;
	display: block;
}
#bt04 a {
	background-image: url(../image/mainmenu_profile-trans.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 25px;
	width: 130px;
	display: block;
}
#bt05 a {
	background-image: url(../image/mainmenu_contact-trans.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 25px;
	width: 130px;
	display: block;
}
#bt01 a:hover {
	background-image: url(../image/mainmenu_web-trans.png);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	height: 25px;
	width: 130px;
	display: block;
}
#bt02 a:hover {
	background-image: url(../image/mainmenu_3d-trans.png);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	height: 25px;
	width: 130px;
	display: block;
}
#bt03 a:hover {
	background-image: url(../image/mainmenu_consul-trans.png);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	height: 25px;
	width: 130px;
	display: block;
}
#bt04 a:hover {
	background-image: url(../image/mainmenu_profile-trans.png);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	height: 25px;
	width: 130px;
	display: block;
}
#bt05 a:hover {
	background-image: url(../image/mainmenu_contact-trans.png);
	background-repeat: no-repeat;
	background-position: center -25px;
	height: 25px;
	width: 130px;
	display: block;
}
#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: block;
}

h4 {
	clear: left;
	float: left;
	background-image: url(../image/h4.jpg);
	background-position: 0px center;
	background-repeat: no-repeat;
	color: #CCCCCC;
	font-weight: normal;
	font-size: 1em;
	padding-left: 17px;
	margin-bottom: 10px;
}


#footer {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer_menu {
	margin: 0px;
	padding: 0px;
}
#footer_menu ul {

}

#footer_menu  ul li {
	float: left;
	font-size: 0.8em;
	font-weight: normal;
	margin-right: 30px;
	list-style-type: none;
}



#footer address {
	font-style: normal;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	clear: both;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
