*{
	margin:0;
	padding:0;
	}

html{
	background-image:url(img/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#336;
	}

body{
	background-image:url(img/head.jpg);
	background-repeat:no-repeat;
	width:750px;
	margin:0 auto;
	font-size:12px;
	line-height:150%;
	}

a{
	text-decoration:none;
	}

a img{
	border-style:none;
	}

p#back a{
	color:#fff;
	}

p{
	margin:1em 0;
	}

hr{
	display:none;
	}

ul{
	list-style-type:none;
	}

h1{
	display:none;
	}

h2{
	font-family:serif;
	font-size:22px;
	margin-bottom:12px;
	color:#fff;
	}

h3{
	font-size:14px;
	margin:1em 0;
	color:#fff;
	}


p#back{
	text-align:right;
	}

p.memo,p.comment{
	color:#fff;
	}

/*contents*/
div#contents{
	width:580px;
	margin-left:50px;
	margin-right:120px;
	margin-top:-90px;
	}

/*MENUブロック*/
div#navi{

	}

div#navi h2{
	display:none;
	}

div#navi ul{
	margin-left:230px;
	padding-top:65px;
	}

.top ul{
	background-image:url(img/topimg.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:221px;
	}

.worktop ul{
	background-image:url(img/workimg.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:221px;
	}

.gallerytop ul{
	background-image:url(img/galleryimg.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:221px;
	}

.eventtop ul{
	background-image:url(img/eventimg.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:221px;
	}

.saletop ul{
	background-image:url(img/saleimg.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:221px;
	}

.price ul{
	background-image:url(img/topimg.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:221px;
	}

div#navi li{
	float:left;
	}

div#navi a{
	display:block;
	padding:0 15px 0 0;
	font-weight:bold;
	letter-spacing:1px;
	height:24px;
	color:#fff;
	font-family:arial;
	float:left;
	}

div#navi a:hover{
	color:#f00;
	}


/*FOOTブロック*/
div#foot{
	clear:both;
	padding-left:50px;
	padding-right:120px;
	padding-top:5px;
	font-size:10px;
	height:65px;
	background-image:url(img/foot.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	width:580px;
	color:#fff;
	}

#foot p{
	margin:0;
	float:right;
	}

#foot a{
	color:#fff;
	}

address{
	text-align:left;
	font-size:10px;
	font-style:normal;
	width:260px;
	float:left;
	}



