
body{
	margin: 0;
	padding: 0;
	background: #fff;

/*#fffacd;*/

}

#menu a{/*リンクされた文字*/
    color:#fff;
    font-style:normal;
    text-decoration:none;
}
#menu a:link {/*未訪問のリンク*/
    color:#fff;
    font-style:normal;
    text-decoration:none;
}
#menu a:visited {/*訪問後のリンク*/
    color:#fff;
    text-decoration:none;
}

#menu a:hover {/*マウスをのせたとき*/
    color:#f96b0c;
    font-style:normal;
    text-decoration:none;
}
#menu a:active {/*クリック中*/
    text-decoration:none;
}


#contain{
	width: 922px;
	background: #f9f5a7;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;

}

#header{
	width: 922px;
	height: 218px;
	background: #bccaeo;
	margin: 0;
}

#menu{
	width: 902px;
	height: 30px;
	background: #1d7335;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	color: #fff;
	line-height: 180%;
	font-weight: bold;
	padding-left: 20px;
}

#subject{
	width: 850px;
	height: 90px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;

}

#subject_txt{
	font-size: 15px;
	text-align: left;
	line-height: 140%;
}

#osirase{
	width: 850px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;

}

#osirase_txt{
	font-size: 15px;
	text-align: left;
	line-height: 140%;
	color: #000080;
}

#table1{
	text-align: center;
	width: 922px;

}

#download{
	margin: auto;
	border: 1px #ff0000 solid;

}

#logo{
	width: 160px;
	background: #fff;
	border: 1px solid #000;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
	text-align: center;
	
}

#sub{
	width: 150px;
	background: #fff;
	float: left;
	border: 1px dotted #000;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	font-size: 1em;
	
	
}

#sub_text{
	font-size: 14px;
	text-align: left;

}

#whats{
	float: right;
	width: 650px;
	margin-top: -40px;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px;
	background: #fff;
	border: 1px dotted #000;

}

#whatsttl{
	color: #000;
	font-size: 1.2em;

}

.news{
width:100%;
border-collapse: separate;
border-spacing: 3px;
border-top: 0px solid #ccc;
border-left: 0px solid #ccc;
}
.sample_02 th{
width: 25%;
padding: 4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.news td{
padding: 4px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}


#pic_txt{
	float:left;
	margin-right: 2px;
	margin-bottom: 2px;
}

#footer{
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 12px;
}

hr {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #fff;
	width: 95%;
}
