@charset "utf-8";

/*

==================================================================

2009/04/13

impression基本要素スタイルシート

ページカラー：黒



==================================================================

*/







body {

	margin: 0px;

	padding: 0px;

	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

	font-size: 16px; /*IE用*/

	font-size: 100%;

	font-style: normal;

	line-height: 1;

	font-weight: normal;

	color: #333333;

	text-decoration: none;

	background-color: #FFFFFF;

}

h1 {
	color: #C8C8C8;
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	padding-right:10px;
}
h1 a{
	color:#C8C8C8;
	text-decoration:none;
}
h1 a:hover{
	color:#C8C8C8;
}

/*header要素*/

#header {

	background-image: url(../images/header_bg_w.jpg);

	height: 160px;

	width: auto;

	margin: auto;

	padding: 0px;

		}

#header #wraper {

	width: 1020px;

	padding: 0px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	background-image: url(../images/header_bg_w.jpg);

	height: 160px;

}

#header #logo {
	height: 37px;
	padding-top: 95px;

}



/*header navi要素*/

#navi {

	background-image: url(../images/navi_bg_w.jpg);

	margin: 0px;

	padding: 0px;

	height: 41px;

	line-height:1;	

}

#navi #wraper {

	padding: 0px;

	height: 41px;

	width: 1020px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}

#navi #wraper ul {

	margin: 0px;

	padding: 0px;

}

#navi #wraper li {

	margin: 0px 0px -2px 0px ;

	padding: 0px;

	float:left;

	list-style-type: none;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

#navi #wraper img {

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}









/*footer要素*/



#footer {

	background-image:url(../images/footer_bg_w.jpg);

	height: auto;

	margin: -1px 0px 0px 0px;

	padding: 0px;

	width: auto;

	height:122px;

}

#footer #wraper {

	padding: 0px;

	width: 1020px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	height: 122px;

}

#footer #wraper address {

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: auto;

	margin-left: 624px;

	padding:0px 0px 0px 0px;

	width: 396px;

}
.footer2{
	padding-top: 10px;
}
.ftr_l{
	float: left;
}
.ftr_r{
	float: right;
}