@charset "UTF-8";
/* CSS Document */




/* =========================================================
 お知らせ・トピックス用css
========================================================= */

#content{
	margin: 0;
	padding: 10px 10px 20px 15px;
	background: #E8F2D1 url(../area/images/bg_green_bottom.png) no-repeat left bottom;
}

/*　印刷　*/
#main .print{
	margin-bottom: 5px;
	padding: 15px 0 0;
	background: url(../../area/images/bg_line.png) repeat-x left top;
	text-align: right;
}

#wrap #main .content .info_cont .date {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	padding-top: 5px;
	padding-bottom: 2px;
}
#wrap #main .content .info_cont h3 {
	font-size: 20px;
	color: #333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 3px;
}
#wrap #main .content .info_cont .infotext {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 1.5em;
}
#wrap #main .content .info_cont .tcenter {
	text-align: center;
}
#wrap #main .content .info_cont .infotext table tr td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrap #main .content .info_cont .infotext table {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrap #main .content .info_cont .infotext table tr td .cap {
	font-size: 10px;
}
#wrap #main .content .info_cont table {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrap #main .content .info_cont tr td {
	margin: 0px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

