html{
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,p,legend,input,textarea,blockquote,th,td{
	padding: 0;
	margin: 0;
}


table{
	border-collapse: collapse;
	border-spacing: 0;
}


fieldset,img{
	border: 0;
}


address,caption,cite,code,dfn,em,th,var{
	font-style: normal;
	font-weight: normal;
}


li{
	list-style: none;
	font-size: 12px;
}


caption,th{
	text-align: left;
}


h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}


q:before,q:after{
	content: '';
}


abbr,acronym {
	border: 0;
	font-variant: normal;
}


/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}


sub {
	vertical-align: text-bottom;
}


input,textarea,select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}


/* to enable resizing for IE*/
input,textarea,select{
	font-size: 100%;
	line-height: 100%;
}


/* because legend doesn't inherit in IE */
legend{
	color: #000;
}



/* ここからデザイン */
body {
	text-align: center;
	color: #333333;
	background: url(img/main_background.jpg) 0 0 repeat-x;
	font-size: 12px;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div#back_image {
	width: 900px;
	margin: 0px auto;
	background:url(img/all_background.jpg) 1px 0 no-repeat;
}

div#all {
	width: 850px;
	margin: 0px auto;
	text-align: left;
	line-height: 1.6;
	}

/* ヘッダー */	
div#header {
	width: 850px;
	height: 369px;
	background:url(img/header.jpg) 0 0 no-repeat;
	position: relative;
	}

div#header h1 {
	position: absolute;
	top: 10px;
	right: 20px;

}

div#header h2 {
	position: absolute;
	top: 10px;
	left: 20px;
}

div#header p {
	position: absolute;
	top: 290px;
	left: 25px;
}

/* メンテナンス料金 */
div#conteiner_1 {
	width: 850px;
	height: 287px;
	background: url(img/background_1.jpg) 0 0 no-repeat;
	position: relative;
}

div#conteiner_1 h3 {
	position: absolute;
	top: 173px;
	left: 45px;
}

div#conteiner_1 p.att {
	position: absolute;
	top: 197px;
	right: 40px;
	font-size: 11px;
}

div#conteiner_1 p img {
	position: absolute;
	top: 210px;
	left: 45px;
}

/* メンテナンス内容のご案内 */
div#conteiner_2 {
	width: 850px;
	height: 197px;
	background: url(img/background_2.jpg) 0 0 no-repeat;
	position: relative;
}

div#conteiner_2 p {
	position: absolute;
	top: 130px;
	right: 80px;
}

/* おいしいナチュレの水を安心して飲む為に */
div#conteiner_3 {
	width: 850px;
	height: 434px;
	background: url(img/background_3.jpg) 0 0 no-repeat;
	position: relative;
}

div#conteiner_3 h3 {
	position: absolute;
	top: 175px;
	left: 65px;
}

div#conteiner_3 p.att {
	position: absolute;
	top: 210px;
	left: 270px;
	font-size: 11px;
	line-height: 1.2;
}

div#conteiner_3 p.price {
	position: absolute;
	top: 243px;
	left: 65px;
}

div#conteiner_3 p.info {
	position: absolute;
	top: 305px;
	left: 65px;
}

/* フッター */
#footer {
	width: 800px;
	height: 60px;
	padding-top: 5px;
	margin: 0 auto;
	_margin-left: 25px;
	border-top: solid 6px #0066CC;
	text-align: right;
}

