@charset "utf-8";

html, body {
    width: 100%;
 
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
	background: url(../images/higuchi_bg.gif) repeat-x scroll;
}

a {
    text-decoration: none;
}

img {
    vertical-align: bottom;
}

body {
    text-align: center;
    font-size: 13px;
    line-height: 1.5em;
	background-color: white;
}

#wrapper {
    width: 1024px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}


#main-contents,
#copyhead,
#copy,
#aisatsu,
footer {
    width: 990px;
    margin: 0 auto;
	background-color: white;
	background: url(../images/) repeat-x;
}

a.image-button:hover img,
a.image-button.hover img {
    visibility: hidden;
}

#main-contents {
    position: relative;
}
/*お知らせ*/
#oshirase{
	padding-left: 120px;
	padding-top: 50px;
}

#oshirasehonbun{
	margin: 0 130px 20px 120px;
	border: 1px solid silver;
	-moz-box-shadow: 0 0 1px #ffffff;
	box-shadow: 0 0 1px #ffffff;
	opacity: 1;
	padding: 30px 10px 40px 30px;
}



/*ひぐちの技術力*/
#gijyutu_head{
	position: relative;
	margin-left: 50px;
	margin-top: 50px;
	padding-bottom: 50px;
}


#gijyutu_copy{
	position: relative;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 200px;
	padding-bottom: 20px;
}

#aisatsu{
	position: relative;
	margin-top: 0px;

}
#aisatsu #honbun {
	position: static;
	margin-top: 0px;
	padding-right: 200px;
	padding-left: 200px;
	padding-bottom: 30px;
}
/*樋口博基ネーム*/
#higuchi_name{
	position: relative;
	margin-top: 0px;
	left: 650px;
	padding-bottom: 50px;
}
/*樋口製袋建物*/
#tatemono{
	margin-top: 0;
	background: url('../images/gijyutu_bottom.gif') 0 0px no-repeat;
	padding-top: 480px;
}

#setsubi {
	font-size: 13px;
	color: black;
	line-height: 24px;
}
#setsubi2 {
	font-size: 18px;
	font-weight: bold;
	color: black;
	padding-bottom: 30px;
	padding-left: 100px;
	line-height: 24px;
	padding-top: 1px;
}
#keitai_head{
	position: static;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 100px;
	padding-bottom: 20px;
	clear: left;
}

#keitai{
	position: relative;
	margin-top: 0px;
	clear: left;
}
#keitai #honbun {
	position: static;
	margin-top: 0px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 30px;
}
#keitai_img{
	margin-left: 120px;
	margin-bottom: 50px;
}
/* scrolltop */
#scrolltop-wrapper {
    width: 165px;
    height: 165px;
    position: fixed;
    right: 0px;
    bottom: 0px;
}

* html #scrolltop-wrapper {
    /* IE6以下のみ適用 */
    position: 'absolute';
    top: expression(documentElement.scrollTop + 0 + 'px');
    left: expression(documentElement.scrollLeft + 0 + 'px');
}

#scrolltop-button {
    display: block;
    width: 68px;
    height: 68px;
    margin: 72px 24px 24px 72px;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
    background: url('../images/scrolltop.png') no-repeat 0 0;
    
    /* IE8以下のみ適用 */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/scrolltop.png", sizingMethod="scale")\9;
}
#scrolltop-button:hover {
    background-position: -68px 0;
}

