
/* element ----*/
div#wrapper {
	width: 960px;
	padding-bottom:30px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-size:118%;
	color:#006836;
}

a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*------------*/
.header{
/*	margin-bottom:20px;*/
}

.title{
	margin:20px 0 10px 0;
}

/*col -----------------------------------------*/

.col{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	line-height:1.5;
	width:960px;
	margin-top:10px;
	color:#FFFFFF;
}

.col_left{
	width:440px;
	padding:225px 17px 20px 17px;
	background:url(../images/img_03.jpg) no-repeat;
	float:left;
}

.col_right{
	width:440px;
	padding:225px 17px 20px 17px;
	background:url(../images/img_04.jpg) no-repeat;
	float:right;
}

.strong{
	color:#e5ec00;
}


.ph{
	text-align:center;
}


.col_top3{
	width:460px;
}

.col_top3{
	float:left;
}

.col_top7{
	float:right;
}

.read{
	width:460px;
	font-size:115%;
	color:#006836;
}

/*table -----------------------------------------*/
table{
	margin-top:20px;
}

table thead{
	background-color:#006836;
}

table tbody{
	background-color:#006836;
}

table tr th,
table tr td{
	padding:8px 0 8px 16px;
	border-bottom:#ffffff 1px solid;
	border-left:#ffffff 1px solid;
}
