@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #e8f4f9;
	color: #79654a;
}

#content {
	background: #e8f4f9;
	background-image: url(img/background.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center; 
	width:1100px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
	
#top{
	text-align: center;
}
#top img {
	display: block;
}

.top_button img {
	display: block;
	float: left;
}

.second_button img {
	display: block;
	float: left;
}

.cont_header {
	text-align: center;
	margin-top: 30px;
}

.honbun{
	text-align: left;
	margin-left:200px;
	line-height: 60%;
}

.hiduke_title{
	font-size:14pt;
	}

.naiyou{
	font-size:10pt;
	}

#open{
	background-image: url(img/jaket.png);
}

#3.13{
	background-image: url(img/chopiiin.png);
}

#toiawase{
	margin-top:50px;
	margin-left:220px;
	text-align:center;
	line-height: 100%;
	width:48em;
	font-size:10pt;
	border-style: solid;
	border-width: 1px;
	}

#pagetop{
	margin-left:900px;
	}

#copyright{
	text-align:center;
	}

a{
    color:#a57057;
    font-style:normal;
    text-decoration:underline;
}

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }