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

/*main-img*/

.main-img {
	background-image: url(images/main-img.jpg);
}


/*contents01-box*/

.contents01-box {
	width: 820px;
	margin-bottom: 60px;
}

.contents01-box .contents-left {
	width: 365px;
}

.contents01-box .contents-left img {
	border-radius:12px;
}

.contents01-box .contents-right {
	background-image: url(images/fukidashi.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 244px;
	width: 420px;
}

.contents01-box .contents-right p {
	font-size: 18px;
	color: #736357;
	width: 355px;
	margin-top: 25px;
	margin-left: 48px;
}



