@charset "utf-8";
/* CSS Document */


body{
	background-image:url(images/top_23.gif);
	background-repeat:repeat;
}

h1{
	font-size:9px;
	padding-bottom:8px;
}


#wrapper{
	width:1040px;
	margin:0 auto;
	background-image:url(images/background.png);
	background-repeat:repeat-y;
	border-top:#900 5px solid;
}

#headder{
	width:1000px;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:10px;
}

.logo{
	float:left;
}

#menu{
	float:right;
}

#menu li{
	display:inline;
}

#information{
	width:1000px;
	margin:30px auto;
	font-size:14px;
	line-height:1.6em;
}

#main_contents{
	width:1000px;
	margin:40px auto;
}

.detail{
	width:320px;
	margin-right:20px;
	float:left;
	font-size:14px;
}

.detail2{
	width:320px;
	float:left;
	font-size:14px;
}

.detail p{
	margin:10px 0;
}
	
.detail2 p{
	margin:10px 0;
}

#footer{
	background-image:url(images/back.jpg);
	color:#FFF;
	background-repeat:repeat;
	text-align:center;
	height:60px;
	padding-top:20px;
	width:1032px;
	margin:0 auto;
}

/*メニューページ*/

.menu_wrapper{
	width:900px;
	margin:10px auto;
}

.menu{
	width:420px;
	margin-right:40px;
	margin-top:15px;
	float:left;
	margin-left:20px;
}
.menu2{
	width:420px;
	margin-top:20px;
	float:right;
}

.name{
	float:left;
	font-size:14px;
	line-height:1.6em;
}

.price{
	float:right;
	font-size:14px;
	line-height:1.6em;
	text-align:right;
	padding-right:60px;
}

/*アクセスページ*/
#access_contents{
	width:900px;
	margin:50px auto;
}

table{
	width:900px;
	margin:50px auto;
	font-size:14px;
	line-height:1.7em;
}

table th{
	background-color:#900;
	color:#FFF;
	border-collapse:collapse;
	border:#CCC 1px solid;
	padding:10px;
}

table td{
	border-collapse:collapse;
	border:#CCC 1px solid;
	padding:10px;
}

/*page top*/

.pagetop {
	position: fixed;
	bottom: -180px;
	right: 50px;
}
