/* CSS Document */
*{
margin:0;
padding:0;
}


body{
padding:0px;
	margin:0px auto;
	background-color:#b77715;
	font-family:sans-serif;
	font-size:12px;
	line-height: 14px;
	background-image: url(images/bk.jpg);
background-repeat: repeat-y;
background-position: center top;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

img {
border: none;
vertical-align: top;
}

/*A*/
a{
	color:#000000;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}


/*WRAPPER*/
div#wrapper{
margin: 0 auto;
text-align:center;
}



/*CONTAINER*/
div#container{
width:1000px;
height: 100%;
margin-left:auto;
margin-right:auto;
text-align:left;
}


div#header{
width:1000px;
height:440px;
position:relative;
left:0px;
background-image: url(images/header.jpg);
background-repeat: repeat-y;
background-position: center top;
}

	
div#contents{
width:960px;
margin:20px;
position:relative;
}


.title{
	position:relative;
	left:0px;
	top:80px;
	}

.exp{
	width:800px;
position:relative;
left:40px;
top:20px;
font-size:1em;
line-height:1.2em;
padding-bottom:20px;
}

.thumbnail{
	width:920px;
	position:relative;
	left:20px;
	top:100px;
}

ul.images{margin: 0;
padding: 0;
list-style-type: none;}
.images li{float:left; margin:5px;}


div.clear{clear:both;}


.adress{
width:900px;
position:relative;
left:50px;
top:200px;
font-size:1.2em;
line-height:1.5em;
/*margin-top:50px;
margin-left:50px;*/
}


/* menu */
#menu{ position: absolute; top: 0px; left: 10px; width: 940px; height: 1px; text-align:center; padding-bottom:20px;}
#menu ul{ position: relative; top: 0px; width: 940px; height: 70px; font-size: 12px; line-height: 0; background-image: url(images/menu.jpg); list-style: none; }
#menu li a{ float: left; display: block; height: 70px; overflow: hidden; text-indent: -9999px; text-decoration: none; background-image: url(images/menu.jpg); }
#menu li#c1 a{ width: 310px;background-position: 0 0;}
#menu li#c2 a{ width: 320px;background-position: -310px 0;}
#menu li#c3 a{ width: 310px;background-position: -630px 0;}
#menu li#c1 a:hover{background-position: 0 -70px;}
#menu li#c2 a:hover{background-position: -310px -70px;}
#menu li#c3 a:hover{background-position: -630px -70px;}



/*Footer*/
div#footer{
width:960px;
height:314px;
position:relative;
left:20px;
top:200px;
/*background-image: url(images/footer.jpg);
background-repeat: no-repeat;
background-position: center top;*/
}

.pagetop{position:absolute; top:16px; left:810px;}
.btn{position:absolute; top:130px; left:20px;}
