@charset "utf-8";

/* CSS Document */


#info_content{
	padding: 10px 0px;
	text-align:center;
}
#info_content h1{
width: 100%;
margin: 0;
padding: 0;
line-height: 1;
height: 80px;
background: url(../info/images/title_info.png) no-repeat left center;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border-bottom: #ccc 1px solid;

}

#info_base{
	padding:30px 0px;
	width:784px;
	margin:0px auto;
}
.info_table {
	width:784px;
}
.info_textarea{
	width:422px;
	margin:0px 10px 0px 0px;
	text-align:left;
}
.info_imgarea{
	width:350px;
	height:96px;
	margin:0;
}
.info_imgleft{
	width:170px;
	height:96px;
	background-color:#FFF;
	margin-right:6px;
	float:left;
	text-align: center;
}
.info_imgright{
	width:170px;
	height:96px;
	background-color:#FFF;
	margin-left:176px;
	text-align: center;
}
.info_date {
	font-size:14px;
	border-bottom:#000 solid 1px;
	background-image: url(../images/info_mark.gif);
	background-repeat: no-repeat;
}
.info_date p{
	margin-left: 15px;
}
.info_title {
	font-size:12px;
	padding-top:14px;
	width:407px;
	margin-left:15px;
	padding-bottom: 20px;
}
.info_body {
	font-size:12px;
	width:407px;
	margin-left:15px;
}
.info_body a{
	color: #0000FF;
	text-decoration: underline;
}
.info_body a:visited{
	color: #0000FF;
	text-decoration: underline;
}













