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

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

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


/*メイン
----------------------------------------------*/
#main {
	float: right;
	clear: both;
	width: 840px;
	padding: 40px 50px;
	background: url(../img/main.png) no-repeat;
	position: relative;
}
#main p {
	line-height: 1.6;
	margin-bottom: 1em;
}


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