/* 全体 */
body{
		font-size:small;
		background-color:beige;
		margin:0px;
	}
a:link    { 
		color:darkcyan;
	    text-decoration:none; 
}
 a:visited { 
		color:darkcyan;
	    text-decoration:none; 
}
 a:active  { 
		color:orange;
	    text-decoration:none; 
}
 a:hover   { 
		color:orange;
	    text-decoration:underline; 
		position:relative;top:1px;left:1px;
}
img{
		border:none;
	}
div{
		text-align:left;
		background-color:transparent;
		line-height:1.5EM;
	}
table{
		line-height:1.5EM;
}
div.header_top{	
	border-bottom:solid 4px lightpink;
	width:900px;
	background-color:white;
}
div.header{	
	border-bottom:solid 4px lightpink;
	width:900px;
	background-color:lightyellow;
	background-image:url(../images/machi.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
	border-left:solid 1px olive;
	border-right:solid 1px olive;
}
div.header2{	
	border-bottom:solid 4px olive;
	width:900px;
	background-color:olive;
	background-image:url(../images/back_olive.png);
	background-repeat:no-repeat;
	background-position:100% 100%;
	border-left:solid 1px olive;
	border-right:solid 1px olive;
}
div.footer{
	width:880px;
	padding:10px;
	border-top:solid 4px olive;
	border-left:solid 1px olive;
	border-right:solid 1px olive;
	background-color:white;
}
div.midasibox {
	position	:absolute;
	border		:1px solid;
	display	:none;
	overflow	:visible;
	z-index		:1;
}
div.midashi{
	font-family:メイリオ,HGP創英角ｺﾞｼｯｸUB;
	font-size:medium;
	color:#800000;
	border-bottom:double 3px #800000;
	padding:5px;
}
td{
	vertical-align:top;
}
td.leftarea{
	width:200px;
	vertical-align:top;
	background-color:ivory;
	padding:10px;
}
td.naiyo{
	width:650px;
	vertical-align:top;
	padding:10px;
}
td.hasen{
	border-bottom:dotted 1px lightgrey;
}
/* TOPページ　*/
div.contents_top{
	width:900px;
/*	background-image:url(../images/topimg.png);
	background-repeat:no-repeat;
	background-position:100% 0%;*/
	background-color:white;
	vertical-align:top;
	border-left:solid 1px olive;
	border-right:solid 1px olive;
}

td.photo{
	background-color:white;
	border:solid 1px lightgrey;
	width:160px;
}

/*TOP仮*/
div.banner_large{
	width:260px;
	margin-bottom:5px;
	float:left;
}
div.banner_small{
	width:300px;
	margin-bottom:3px;
}

/* 中面ページ　*/
div.contents{
	width:900px;
	background-color:white;
	vertical-align:top;
	border-left:solid 1px olive;
	border-right:solid 1px olive;
}

	div{
		text-align:left;
		background-color:transparent;
		line-height:1.2EM;
	}
div.bar_menu{
	background-color:#FFDAB9;/*peachpuff*/
	color:black;
	padding:5px;
	border:solid 1px white;
	width:200px;
}
div.bar_menu_active{
	background-color:salmon;
	color:white;
	padding:5px;
	border:solid 1px white;
	width:200px;
}
div.menu_child{
	border:solid 1px lightgrey;
	padding:5px;
	background-color:
	white;width:200px;
}

div.bar_menu2{
	background-color:#d1fb9f;
	color:black;
	padding:5px;
	border:solid 1px white;
	width:200px;
}
div.bar_menu2_active{
	background-color:#72a500;
	color:white;
	padding:5px;
	border:solid 1px white;
	width:200px;
}
	table.news{
		border-collapse:collapse;
	}
	td.date{
		width:50px;
		padding:5px;
		border-bottom:dotted 1px lightgrey;
	}
	td.date_topi{
		width:60px;
		padding:2px;
		border-bottom:dotted 1px lightgrey;
	}
	td.koumoku1{
		width:120px;
		padding:5px;
		border-bottom:dotted 1px lightgrey;
	}
	td.koumoku_topi{
		width:180px;
		padding:2px;
		border-bottom:dotted 1px lightgrey;
		font-size:x-small;
		color:deepskyblue;
	}
	td.naiyo1{
		width:310px;
		padding:5px;
		border-bottom:dotted 1px lightgrey;
	}
	td.naiyo_topi{
		width:240px;
		padding:5px;
		border-bottom:solid 1px lightgrey;
	}
	td.naiyo_oshirase{
		width:400px;
		padding:5px;
		color:red;
		border-bottom:dotted 1px lightgrey;
	}
/* 会長声明　*/
table.pagenavi{
	border-top:solid 1px #800000;
	border-bottom:solid 1px #800000;
	width:630px;
	}
div.seimei_name{
	text-align:right;
	padding:5px;
	width:620px;
}
div.seimei_naiyo{
	padding:5px;
	width:630px;
	line-height:1.5EM;
}
	
/*相談する*/
div.bar_soudan{
	color:dimgray;
	background-color:ghostwhite;
	border-top:double 4px salmon;
	border-bottom:double 4px salmon;
	padding:5px;
	font-size:medium;
	width:630px;
}
div.bar_center{
	color:green;
	font-weight:bold;
	padding:2px;
	border-bottom:dotted 2px yellowgreen;
	font-size:medium;
	width:630px;
}
div.bar_center2{
	color:#0066cc;
	font-weight:bold;
	padding:2px;
	padding-top:5px;
	border-top:dotted 1px #0066cc;
	border-bottom:dotted 1px #0066cc;
	width:630px;
}

/*探す*/
tr.midashi{
	background-color:#E3FFD4;
}
tr.line1{
		background-color:white;
	}
tr.line2{
		background-color:aliceblue;
	}
tr.line3{
		background-color:whitesmoke;
	}

