@charset "utf-8";
/* CSS Document */
#header{
	background:#ffffff url(../img/main_img.jpg) center top no-repeat;
}
/*-----------------------------------------------------------------------背景色----*/
#copy{
	background-color:#FFFFFF;
}
/*-----------------------------------------------------------------------線色----*/
#copy{
	border-top:1px #919191 solid;
	border-bottom:1px #919191 solid;
}
ul#news li{
	border-bottom:1px #919191 dotted;
}
/*-----------------------------------------------------------------------文字色----*/
ul#news li a{
	color:#333333
}
ul#news li,ul#news li a:hover{
	color:#666666;
}
/*----------------------------------------------------------container内*/
#header{
	margin:0 10px;
	padding:178px 0 0 13px;
	width:auto;
	min-height:96px;
	height:auto !important;
	height:96px;
}
/*----------------------------------------------------------main内*/
#copy{
	width:auto;
	min-height:147px;
	height:auto !important;
	height:147px;
	padding:10px;
}
#copy .txt{
	width:520px;
	float:right;
}
#copy a img{
	margin-top:5px;
}
#copy h2{
	margin-bottom:5px;
}
ul#news li {
	width:auto;
	padding-left:14px;
	line-height:180%;
}
/*----------------------------------------------------------*/
