
/*----------オープニング--------------------------------------*/

.event-border{
	border:solid #ccc 1px;
	}
.event-txt {
	color:#CC0000;
	margin-top:4px;
	padding: 10px;
	background-color:#ecf6e4;
	}
/*----------新着情報------------------------------------------------*/
.new{
	width:716px;
	border-bottom:solid #66B923 1px;
	margin-left:2px;
	margin-bottom:5px;
	color:#666;
	}
.topics {
	overflow: auto;
	height: 180px;
	width:716px;
	}
.topic-table{
	margin-right:10px;
	width:680px;
	}
.topic-date{
	background-color:#ecf6e4;
	padding:5px 8px 1px 8px;
	font-size:11px;
	}
.topic{
	padding:2px 0px 2px 8px;
	line-height:18px;
	}
.topic a:link{
	color:#66b923;
	text-decoration : underline ;
	font-weight:bold;
	}
.topic a:visited{
	color:#66b923;
	text-decoration : underline ;
	font-weight:bold;
	}
.topic a:hover{
	color:#ff9900;
	text-decoration : underline ;
	font-weight:bold;
	}

/*----------トップページ----------------------------------------------*/

body {
	margin : 0px ;
	background-color : #fff ;
	}
td {
	font-size: 13px ;
	font-family: Verdana,Arial ;
	color: #333 ;
	}
div {
	font-size: 13px ;
	line-height: 150% ;
	font-family: Verdana,Arial ;
	}
h1{
	font-size:11px;
	font-weight:normal;
	margin:0px;
	padding:6px 6px 0px 0px;
	background-color:#66b923;
	}
h1 a:link{
	color:#ecf6e4;
	text-decoration : none ;
	}
h1 a:visited {
	color:#ecf6e4;
	text-decoration : none ;
	}
h1 a:hover {
	color : #005723 ;
	text-decoration : none ;
	}

/*----------イメージマージン設定--------------------------------------*/

img {
	border-color: #fff ;
	}

.img_m-right-10 {
	margin-right: 10px ;
	}
.img_m-bottom-10 {
	margin-bottom: 10px ;
	}
.img_m-bottom-20 {
	margin-bottom: 20px ;
	}

.head {
	background-color : #66B923 ;
	padding-top : 15px ;
	padding-bottom : 15px ;
	}
.head img {
	margin-top : 12px ;
	margin-bottom : 12px ;
	}
.title {
	margin-top : 12px ;
	margin-bottom : 12px ;
	}
.title img {
	margin-right : 5px ;
	margin-left : 5px ;
	}
.lead-text {
	line-height : 24px ;
	color : #333 ;
	margin-top : 20px ;
	margin-bottom : 20px ;
	}
.lead-text span {
	font-weight : bold ;
	margin-left : 3px ;
	margin-right : 3px ;
	font-size : 15px ;
	color : #1c8b59 ;
	}


/*----------リンクタグ------------------------------------------------*/

a:link {
	color: #ff6600 ;
	text-decoration: none ;
	}
a:visited {
	color: #ff6600 ;
	text-decoration: none ;
	}
a:hover {
	color: #66b923 ;
	text-decoration: underline ;
	}

.foot-menu a:link{
	color : #333 ;
	text-decoration : none ;
	}
.foot-menu a:visited {
	color : #333 ;
	text-decoration : none ;
	}
.foot-menu a:hover {
	color : #66B923 ;
	text-decoration : underline ;
	}

/*----------フッタ----------------------------------------------------*/

.foot-menu {
	border-bottom : solid #66B923 1px ;
	margin-top : 40px ;
	padding : 4px ;
	color:#666;
	}
.copy td {
	background-color:#ecf6e4;
	font-size : 10px ;
	color : #666 ;
	padding : 20px ;
	}
