@charset "utf-8";
/* CSS Document */

/*タイトル
----------------------------------------------*/
h2 {
	background: url(../img/title.png) no-repeat;
}

/*コンテンツ設定
----------------------------------------------*/
#con {
	background: none;
}


/*メイン
----------------------------------------------*/
#main {
	float: right;
	clear: both;
	width: 840px;
	padding: 80px 50px;
	background: url(../img/back.png) no-repeat;
	position: relative;
}

#main h3 {
	color: #BF0030;
	text-align: center;
	font-size: 16px;
	margin-bottom: 1.5em;
}

#main p {
	line-height: 1.8;
	width: 600px;
	margin: 0 auto 1.5em;
}


#spring {
	width: 530px;
	color: #ff0066;
	margin-top: 50px;
	padding-top: 30px;
	border-top: #CCC solid 1px;
}
#spring strong {
	color: #ff0066;
}