@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 :solid #ccc 2px;
}
#index_right p{
    margin:5px;
    padding:0px;}

hr {
    margin:3px 5px 3px 5px;
	}

