/* ページのレイアウト用CSS */


/* サブタイトル */
.subtitle {
	color:#888888;
	text-align: left;
	width: 550px;
	padding-bottom: 3px;
	margin-top: 20px;
	font-weight: bolder;
	border-bottom: 1px dashed  #B3B2B3;
}

/* 本文01 */
.honbun01 {
	text-align: left;
	width: 550px;
}

/* 本文02 */
.honbun02 {
	text-align: left;
	width: 100px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 本文03 */
.honbun03 {
    margin-top: 10px;
	text-align: left;
	width: 450px;
	float: right;
}

/* イメージ01 */
.img01 {
	text-align: left;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.style1 {color: #FFFFFF}
.style3 {color: #FFA9C2}
.style4 {font-size: 20px 
}

