@charset "UTF-8";

/*------------ index ------------*/

.worksttl {
		width: 660px;
		height: 34px;
		background-image: url(../images/pct_sttlbg.gif);
		background-repeat: no-repeat;
		color: #ffffff;
		font-weight: bold;
		font-size: 1.2em;
		padding: 6px 0 0 10px;
		margin: 0 0 20px 0;
}

.beforetxt {
		color: #54390e;
		font-weight: bold;
		font-size: 1.1em;
		margin: 0 0 5px 0;
}

.beforepht {
		width: 215px;
		float: left;
		margin: 0 12px 0 0;
}

.beforepht_r {
		width: 215px;
		float: right
}

.aftertxt {
		color: #cc0000; 
		font-weight: bold;
		font-size: 1.2em;
		margin: 0 0 5px 0;
}

.afterpht {
		width: 315px;
		float: left;
}

.afterpht_r {
		width: 315px;
		float: right
}

.graybox {
		background-color: #ebebeb;
		padding: 15px 0 15px 0;
}

.grayinbox {
		width: 640px;
		margin: auto;
}



