@charset "UTF-8";

/* -------------------- */

.ct{ 
	height:70px;
	text-indent: -9999px;
	background:url(../images/c01.png) no-repeat left top;
}
dl {
	margin: 5px 0px 0 0;
}
dt {
	width:100px;
	clear: left;
	float: left;
	padding: 3px 0px 0px 0px;
	color:#A4B877;
}
dd {
	padding: 3px 0px 0px 0px;
}


.fr {
	padding:20px;
	background-color:#A4B877;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
	position:relative; /* IE用 */
}

.fr table {
	width:100%;
}
.fr table th {
	width:200px;
	padding-top: 8px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	/*color:#FFF;*/
}
.fr table td {
	padding: 7px 5px 5px 15px;
	font-weight: normal;
	font-size:100%;
}


.w1 {width:450px;}
.w2 {width:500px; font-size:100%;}


.box2 {
	background: transparent url(ashera.jpg); no-repeat top left;
	width: 420px;
	height: 220px;
	margin: 0 auto 35px auto;
	padding: 30px;
	color: #fff;
	font-weight: bold;
	border: 11px solid #35b70e;

	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	behavior: url(border-radius.htc);
}