/*はじめに----------------------------*/
#mainbox {
	width: 870px;
	float: left;
}

/*全体タイトル部分----------------------------*/
#ttlbox {
	width: 870px;
	float: left;
}
#leftarea {
	width: 364px;
	float:left;
}
#leftarea p {
	width: 364px;
}
#leftarea h1 {
	width: 364px;
}
#rightarea {
	width: 506px;
	float: left;
}
#rightarea p {
	width: 506px;
	float: left;
}

/*コテパーマエリア----------------------------*/
#kotearea {
	width: 868px;
	height: 575px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #000000;
	border-left-style: dotted;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-right-style: dotted;
	border-right-width: 1px;
	float:left;
}
#kotearea .kleftbox {
	width: 526px;
	float:left;
}
#kotearea .kleftbox h2 {
	width: 526px;
	float:left;
}
#kotearea .kleftbox h3 {
	width: 526px;
	float:left;
}
#kotearea .kleftbox p {
	width: 430px;
	float:left;
	font-size: 14px;
	line-height: 18pt;
	padding: 0 15px 0 80px;
}
#kotearea .krightbox {
	width: 342px;
	float:left;
}
/*プチコテパーマエリア----------------------------*/
#petikotearea {
	width: 868px;
	height: 1660px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #000000;
	border-left-style: dotted;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-right-style: dotted;
	border-right-width: 1px;
	float:left;
	margin-top: 10px;
}
#petikotearea .kleftbox {
	width: 526px;
	float:left;
}
#petikotearea .kleftbox h2 {
	width: 526px;
	float:left;
}
#petikotearea .kleftbox h3 {
	width: 526px;
	float:left;
}
#petikotearea .kleftbox p {
	width: 430px;
	float:left;
	font-size: 14px;
	line-height: 17pt;
	padding: 0 15px 0 80px;
}
#petikotearea .krightbox {
	width: 342px;
	float:left;
	padding: 20px 0 20px 0;
}
