
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック";
}
html {
	overflow-y:scroll;
}
ol,ul,li {
	list-style: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}


a img {
	border-style: none;
}
p#page-top {
	position: fixed;
	right: 20px;
	bottom: 100px;
	display: block;
}


#wrapper2 {
	margin-right: auto;
	margin-left: auto;
	background-position: center 0px;
	height:800px;
}

#stage {
	height:auto;
	margin-bottom:10px;
	overflow:hidden;
}



/*　ナビ
-----------------------------------------*/
#navi{
	width:1200px;
	padding:0 0 0 150px;
	position:absolute;
	overflow:hidden;
	text-align: center;
}

#navi ul  {
	overflow:hidden;
	margin:0 auto;
	padding:5px 0 10px;
}

#navi ul li  {
	float:left;
}

#navi ul li a {
	font-size:14px;
	display:block;
	height:66px;
	line-height:1.4;
	color:#fff;
	text-align:center;
}

#navi ul li a:hover {
/*	color:#fff;
	background:#afc6e2;*/
}



/*　メイン
----------------------------------------*/
#main{
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
}

#main_inner{
	width:1000px;
	height:613px;
	margin-left:auto;
	margin-right:auto;
}



/*　フッター
----------------------------------------*/
#footer{
	background-image:url(../../image/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	height:69px;
}


/*　コピーライト
----------------------------------------*/
#copy{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	text-align:center;
	padding:25px 0 0 0;
	font-size: 12px;
}



/*  テキスト jquery
-------------------------------------------*/

#text_slider{
	margin-left:-80px;}

.txt{/* 私達は、お客様の先に… */
	color:#FFF;
	font-size:22px;
    padding: 30px 0 0 260px;
}

.txt_a{/* H.S.T Co.,LTD. */
	font-size:70px;
    color:#fff;
    padding-top:230px;
}

.txt_b{/* Building Maintenance */
	font-size:70px;
    color:#800000;
    padding-top:10px;
}


/*　ライン
---------------------------------------------*/

#line {
    position: relative;
    width:100%;
    height:150px;
    overflow:hidden;
}
#rect {
    position: absolute;
    left:-50px;
    top:50px;
	background:#800000;
	width:50px;
    padding:1px 500px;
	text-align:center;
	opacity:0.5;
}

/*　やじるし
-------------------------------------------*/
#arrow{
	text-align:center;
	padding-top:50px;
}














