#main {
	background-color:#C8C191;
	padding:25px 0 60px;
}

.style2 {color: #333333}
.titlefonts_red {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	border-left-width: 5px;
	border-left-color: #CC0000;
	border-left-style: solid;
	padding-left: 5px;
	color: #333333;
}
.titlefonts_green {

	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	border-left-width: 5px;
	border-left-color: #99CC00;
	border-left-style: solid;
	padding-left: 5px;
	color: #333333;
}
.titlefonts_blue {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	border-left-width: 5px;
	border-left-color: #003366;
	border-left-style: solid;
	padding-left: 5px;
	color: #333333;
}
#main .waku {
	width:286px;
	margin:14px auto;
	padding:22px 7px;
	text-align:center;
	border:1px solid #3F3A1F;
	display:table;
	vertical-align:middle;
}


#link a{
	text-decoration:none;
}

#link a:hover{
	color:#FF6600;
	text-decoration:underline;
}