/* イメージ画像エリア */

#image {
	background-image: url(blogimg/w01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 200px;
	clear: both;
}
