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


/*contents-title*/

.contents-title h2 {
	background-image: url(images/title.png);
	height: 34px;
	width: 228px;
}

.contents-title p {
	padding-left: 15px;
}
/*midashi*/



/*contents01*/

.contents01 {
	padding-bottom: 30px;
	width: 600px;
}

.contents01 h4 {
	background-image: url(images/idea.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	clear: both;
	height: 65px;
	width: 600px;
}

.contents01 .box {
	clear: both;
	width: 596px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #29CBFF;
	border-bottom-color: #29CBFF;
	border-left-color: #29CBFF;
	border-radius: 0 0 10px 10px;
	padding-bottom: 35px;
	padding-top: 20px;
}

.contents01 .box p {
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro W4", "HG丸ゴシックM-PRO", HGMaruGothicMPRO, "メイリオ", Meiryo, sans-serif;
	font-size: 24px;
	line-height: 1.4em;
	color: #8C6239;
	margin-right: auto;
	margin-left: auto;
	width: 545px;
}


