@charset "utf-8";

html{
}

*{
	margin:0;
	padding:0;
	border:none;
}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,b,th{font-size:1em;font-weight:normal;font-style:normal;}
ul,ol{list-style:none;}
fieldset,img{border:none;}
caption,th{text-align:left;}
table{border-collapse:collapse;border-spacing:0;}

body{
	margin:0 auto;
	text-align:center;
	font-size:12px;
	background:#000;
	color:#fff;
}

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#ccc;
	text-decoration:underline;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

a img:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

h1 a img:hover{
	filter:none;
	-moz-opacity:none;
	opacity:none;
}

/*header*/

#header{
	background:url("../img/header_back.gif") no-repeat;
	width:880px;
	height:90px;
	text-align:left;
	margin:0 auto;
}

#header #header_top{
	height:20px;
	padding:5px;
	font-size:10px;
}

#header #header_top #header_copy{
	float:left;
}

#header #header_top ul#header_navi{
	float:right;
}

#header #header_top ul#header_navi li{
	float:left;
	margin-left:1em;
}

#header #header_top ul#header_navi li + li{
	padding-left:10px;
	border-left:1px solid #fff;
}

#header #header_bottom{
	height:50px;
	padding:0 5px;
}

#header #header_bottom a img#logo{
	float:left;
}

#header #header_bottom a img#inquiry{
	float:right;
}

/*navi*/

#global_navi{
	background:url("../img/global_navi.gif") repeat-x;
	width:100%;
	height:36px;
	margin:0 auto 10px auto;
}

#global_navi ul{
	width:880px;
	margin:0 auto;
	_margin:0;
}

#global_navi ul li{
	width:176px;
	float:left;
}

#global_navi ul li a{
	background:url("../img/global_navi.gif") no-repeat;
	display:block;
	height:36px;
	text-align:center;
	text-indent:-9898px;
}

#global_navi ul li a:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

#global_navi ul li a.shimizu{
	background-position:0 -36px;
}
#global_navi ul li a.article{
	background-position:0 -72px;
}
#global_navi ul li a.faq{
	background-position:0 -108px;
}
#global_navi ul li a.owner{
	background-position:0 -144px;
}
#global_navi ul li a.company{
	background-position:0 -180px;
}

/*wrapper*/

#wrapper{
	width:880px;
	margin:0 auto;
}

#wrapper #footer{
	border:1px solid #fff;
	width:878px;
	clear:both;
}

#wrapper #footer ul{
	width:700px;
	margin:10px auto;
	height:1em;
}

#wrapper #footer li{
	margin:0 0.5em;
	display:inline;
	float:left;
}

#wrapper #footer ul li + li{
	padding-left:10px;
	border-left:1px solid #fff;
}

#wrapper #footer #copyright{
	clear:both;
	border-top:1px solid #fff;
	text-align:right;
	font-size:10px;
	padding:0.5em;
}