body{
	background-image: url(../image/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents p{
	text-align: left;
	font-size: 12px;
}
p.floatleft{
	float: left;
	padding-right: 20px;
	padding-top: 0px;
	margin: 0px;
}
p.attention{
	background-color: #FF9;
	padding: 5px;
}

#header{
	height: 100px;
}

#header p.logo{
	margin: 0px;
	padding: 0px;
	float: left;
}
#header p.logo a{
	text-decoration: none;
	background-image: url(../image/header.png);
	display: block;
	height: 80px;
	width: 350px;
	padding-top: 10px;
	padding-left: 10px;
	color: #333;
}
#header p.contact{
	float: right;
}
#header p.contact a{}


#body {
	text-align: center;
}

#contents{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#footer{
	background-image: url(../image/h1bg.gif);
	background-repeat: repeat-x;	background-color: #4468A6;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer p{
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#footer p.company{
	font-size: 30px;
	background-image: url(../image/zaomountain.jpg);
	background-repeat: no-repeat;
	padding-top: 150px;
	background-position: center top;
}
#footer p.zip{
	font-size: 15px;
}
#footer p.tel{
	font-size: 40px;
}

#footer table{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer table th,
#footer table td{
	padding: 10px;
	border: 1px solid #FFF;
	font-weight: normal;
	font-size: 12px;
}

#footer table th{
	color: #FFF;
	background-color: #283F64;
}
#footer table td{
	background-color: #F8F6F0;
}

#footer table td ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#footer iframe{
	width: 100%;
	height:300px;
}
h1{
	font-weight: normal;
	text-align: left;
	color: #FFF;
	background-color: #4468A6;
	padding: 10px;
	background-image: url(../image/h1bg.gif);
	background-repeat: repeat-x;
	font-size: 30px;
}

h2{
	clear: both;
	color: #FFF;
	background-color: #4468A6;
	padding: 5px;
	background-image: url(../image/h1bg.gif);
	background-repeat: repeat-x;
}
	
#home,
#category{
	clear: both;
}

#home ul,
#category ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
#home ul li,
#category ul li{
	background-repeat: no-repeat;
	float: left;
	width: 200px;
	background-position: 0px 20px;
}
#home ul li a,
#category ul li a{
	display: block;
	height: 220px;
	width: 165px;
	text-decoration: none;
	color: #333;
	text-align: left;
}
#home ul li:nth-child(1) {	background-image: url(../image/category01.png);}
#home ul li:nth-child(2) {	background-image: url(../image/category02.png);}
#home ul li:nth-child(3) {	background-image: url(../image/category03.png);}
#home ul li:nth-child(4) {	background-image: url(../image/category04.png);}
#home ul li:nth-child(5) {	background-image: url(../image/category05.png);}

#category ul li{
	background-image: url(../image/category.png);
}

.clear{
	clear:both;}
	
	
#formbox table{
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#formbox table th,
#formbox table td{
	padding: 10px;
	border: 1px solid #FFF;
	font-weight: normal;
	font-size: 12px;
}

#formbox table th{
	color: #FFF;
	background-color: #283F64;
	width: 150px;
}
#formbox table td{
	background-color: #F8F6F0;
	text-align: left;
}

#formbox table td ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
	
	