@charset "shift_jis";

body{
	background-color:#ffa1d5;
}
#wrapper{
	background:transparent url(../img/bg.jpg) no-repeat center top;
}
#main{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#main h1{
	float:left;
	width:520px;
}
#main h2{
	float:left;
	width:480px;
}
#content{
	width:1000px;
	margin:0 auto;
	text-align:left;	
}
#content h3{
	padding:43px 0 151px 0;
}
#content h4{
	text-align:right;
}
#content p.align-r{
	padding-bottom:153px;
}
#content li img{vertical-align:bottom;}
address{
	color:#4b4b4b;
	padding:30px 0;
}