@charset "UTF-8";
/* CSS Document */

.clear{
	clear: both;
}

.imagespace{
	vertical-align: bottom;
}

.imagespace2{
	vertical-align: top;
}

body {
	background:#fef8e0 url(../img/bg.gif) repeat-y center top;
}

/*メイン*/

#container{
	width: 640px;
	margin: 0 auto;
	background-color: #f0eeed;
}

#topmain{
	height: 573px;
	background-image: url(../photo/topmain.jpg);
	background-position: right top;
}

#button{
	padding-top: 460px;
	padding-left: 20px;
}

#spot{
	width: 160px;
	height: 70px;
	float: left;
}

#present{
	width: 140px;
	height: 70px;
	float: left;
	padding-left: 20px;
}


#toptitle h1{
	height: 132px;
}

/*topページメニュー*/
#topmenu{
	height: 31px;
	background-image: url(../img/topmenu_bg.jpg);
}

#topmenu ul{
	margin: 0 auto;
	width:571px;
	padding-top: 4px;
	padding-left: 15px;
}

#topmenu li{
	float: left;
	padding-right: 5px;
	list-style: none;
}


/*topページリンク*/
#toplink{
	float: left;
	margin: 10px auto;
	padding-left: 10px;
}

#toplink ul{
	height: 18px;
	width: 410px;
	float: left;
}

#toplink li{
	float: left;
	padding-right: 10px;
	list-style: none; 
}


/*topページフッター*/
#topfooter{
	width: 640px;
	height: 73px;
}

#topfooter-left{
	width: 50px;
	height: 50px;
	float:left;
	padding-left: 21px;
}

#topfooter-right{
	float: left;
	width: 548px;
	height: 50px;
}

#topcopyright{
	height: 23px;
	width: 316px;
	padding-left: 162px;
	clear: both;
}







