/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style-type: none;
}
img {
	border-style: none;
}


/*--------------------------------------------------
	全体
--------------------------------------------------*/

body {
	FONT: 11px "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	text-align: center;
	line-height: 16px;
}
.clear {
	clear: both;
	float: none;
}

a {
	color: #895D31;
	text-decoration: none;
}
a:hover {
	color: #895D31;
	text-decoration: underline;
}

/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#wrapper {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 40px;
}
#wrapper h1 {
	margin-bottom: 10px;
}

/*--------------------------------------------------
	main
--------------------------------------------------*/
#main {
	background-image: url(images/main_image.jpg);
	height: 453px;
	width: 900px;
	background-repeat: no-repeat;
}

#main ul {
	padding-top: 393px;
	margin-left: 15px;
}
#main li {
	float: left;
	margin-right: 15px;
}

/*--------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	margin-top: 15px;
}
#footer p {
	margin-top: 6px;
}

/*--------------------------------------------------
	banner
--------------------------------------------------*/
#banner {
	margin-top: 15px;
}
#banner img {
	padding: 3px;
	border: 1px solid #CBCBCB;
}