@charset "utf-8";
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7B0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
#header {
	float: left;
	width: 750px;
}
#btn {
	float: left;
	height: 30px;
	width: 750px;
	background-color: #94040E;
	margin-bottom: 5px;
}
#left {
	float: left;
	width: 240px;
	margin: 0px;
}
#kaicho {
	background-image: url(../img/s_btn_aisatu.jpg);
	background-repeat: no-repeat;
	display: block;
	border: 1px solid #94040E;
	padding: 30px 5px 5px;
	margin-bottom: 5px;
}
#ichiran {
	background-image: url(../img/s_btn_ichiran.jpg);
	background-repeat: no-repeat;
	display: block;
	border: 1px solid #94040E;
	padding: 30px 0px 0px;
	margin-bottom: 5px;
}
#s_ichiran {
	background-image: url(../img/s_btn_shoutenkai.jpg);
	background-repeat: no-repeat;
	display: block;
	border: 1px solid #94040E;
	padding: 30px 0px 10px;
	margin-bottom: 5px;
}

.prof {
	width: 230px;/* コンテンツ左側文章の枠 */
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #94040E;
	border-bottom-color: #94040E;
	border-left-color: #94040E;
}

#center {
	float: right;
	width: 490px;
	margin: 0px;
}
#center img {
	float: left;/* メインコンテンツに配置する画像 */
	margin-right: 3px;
	padding-bottom: 3px;
}
.contents {
	margin-bottom: 10px;/* メインコンテンツの文章の枠 */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #94040E;
	border-bottom-color: #94040E;
	border-left-color: #94040E;
	width: 470px;
}
#memo {
	background-image: url(../img/s_btn_memo.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
	padding: 30px 5px 5px;
	border: 1px solid #94040E;
}
#oshirase {
	background-image: url(http://yasukunidori.jp/img/s_btn_oshirase.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	display: block;
	padding: 30px 5px 5px;
	border: 1px solid #94040E;
}
#gmap {
	background-image: url(../img/s_btn_map.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	display: block;
	padding: 30px 0px 0px;
	border: 1px solid #94040E;
}
h4 {
	width: 230px;
	background-color: #94040E;
	background-image: url(http://yasukunidori.jp/img/btn_itchiran.gif);
	background-repeat: no-repeat;
	height: 40px;
}
#imgcenter {
	clear: both;
	float: left;
	width: 750px;
}
.txt01 {
	text-align:justify;
	text-justify:distribute;
	font-size: small;
	line-height: 1.2em;
	margin-left: 10px;
	overflow: auto;
	margin-right: 3px;
	display: block;
}
#s_ichiran #sub2 {
	font-size: small;
	text-align: justify;
	text-justify: distribute;
	line-height: 1.2em;
	margin-left:10px;
	margin-right:3px;
	overflow: auto;
	display:block;
}
#footer {
	width: 750px;
	background-image: url(../img/footer01.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: small;
	line-height: 1.5em;
	text-decoration: none;
	float: left;
	height: 20px;
}
#footer a:link {
	color: #FFFFFF;/* フッタのリンク設定 */
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
}
#copyright {
	color: #666666;
	text-align: right;
	width: 740px;
	margin-right: 10px;
	font-size: x-small;
	text-decoration: none;
	float: left;
}
#all {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
/* IEの改行バグ対策------------------------------------------------------------ */ 
br { letter-spacing : normal; }
<br style:"clear:both" />