@charset "utf-8";
img{
	max-width: 100%;
	height: auto;
}



body{
	width: 100%;
	background: url(../suiran/bg.png) repeat;
}

h1{
	text-align: center;
	margin-top:100px;
}

#section1{
	width: 900px;
	margin:100px auto 0 auto;
}
#section1 ul li{
	float: right;
}
#section1 ul li:nth-of-type(2){
	margin: 0 10px 0 30px;
}
#section1 dl dt{
	margin-bottom: 10px;
}
#section1 dt:nth-of-type(2){
	margin-top: 10px;
}
#section1 dl dd{
	margin-bottom: 5px;
}
#section1 dl dd a{
	text-decoration: none;
	color: #000;
}
#section1 dl dd a:hover{
	text-shadow: 0px 0px 10px #666;
	transition: 0.5s;
}


#shadow1{
	width: 100%;
	height: 0.1px;
	box-shadow: 0 1px 100px 10px #BD9A7D;
}



#footer{
	width: 100%;
	height: auto;
	background: #333;
	
	box-shadow: 0px -1px 100px 30px #BD9A7D;
}

#footer h2{
	width: 900px;
	margin: 0 auto;
	text-align: right;
}

div.fb-like-box{
	background: #FFF;
	margin: 100px 0;
}