@charset "utf-8";
/* CSS Document */

#index_left {
	text-align: center;
	width: 350px;
	line-height: 2em;
	float: left;
	margin: 0px;
  border : 0px;
}

#index_right {
	text-align: left;
	width: 325px;
	float: right;
	line-height: 1.2em;
	margin-top: 10px;
	background-image: url(../img_top/info1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 33px;
  border : 0px;
}

hr {
    margin-top: 3px;
	margin-bottom:3px;
	
	}
