/*index.html コンテンツ部分*/


/*index.html コンテンツ枠*/
.ct1 {
	background-image: url(../base/bs_cont_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
}

.ct2 {
	background-image: url(../base/bs_cont_02.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 56px;
	padding-right: 12px;	
}


.ct3 {
	background-image: url(../base/bs_cont_03.png);
	background-repeat: no-repeat;
	height: 12px;
	background-position: left top;
}

