@charset "utf-8";
html	{
	height: 100%;
}
body	{
	background: radial-gradient(#FFF 50%, #ECC87A 150%);
	height: 100%;
	color: #4f4f4f;
}
.background-position{
    width: 100%;
    height: 300px;
    background: url('../img/logo.png') no-repeat center;
}
.caption	{
	max-width: 600px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 10px;
}
.caption H1 span:before,
.caption H1 span:after,
.shanti span:before,
.shanti span:after
	{
	content: "〜"
}
.caption H1	{
	text-align: center;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 30px;
}
.caption p	{
	font-size: 0.8em;
}
.footer .shanti	{
	text-align: center;
}
.bold	{
	font-weight: bold;
}
.banner p	{
	text-align: center;
	font-size: 0.6em;
}
.footer	{
	width: 320px;
	margin: 0 auto;
	font-size: 0.8em;
	margin-top: 50px;
}
.border1	{
	border: 1px solid #cdd0cf;
}