@charset "utf-8";
/* CSS Document - about */
#contents .title_1{
	background-color:#205732;
	color:#FFFFFF;
	font-size:15px;
	padding:0 20px;
	margin:20px 0 10px 0;
}
#contents .date{
	margin:15px 0;
}
#contents .date span{
	color:#85A032;
	font-size:14px;
	text-decoration:underline;
	margin-right:10px;
	font-weight: bold;
}
#contents{
	border:1px solid #BBBBBB;
}
#rightside .title{
	font-size:16px;
	font-weight: bold;
	margin-bottom:0px;
	color:#000000;
}
#rightside .title a{
	color:#000000;
}
#ex{
	width:715px;
	height:32px;
	background-color:#85A131;
	clear:both;
	color:#FFF;
	font-size:13px;
	line-height:32px;
	margin:10px 0 20px 0;
	padding-left:20px;
}
#download_list{
	width:728px;
	height:80px;
	background-color: #FFFFFF;
	border:1px dotted #215732;
	border-top:none;
}
#download_list:hover{
	background-color:#F4FADE;
}
#download_list .pic{
	height:80px;
	float:left;
	width:136px;
}
#download_list .pic img {
	max-width:92px;
	height: auto;
	border:2px solid #215732;
	margin:4px 20px;
	float:left;
}
#download_list .download_name{
	width:440px;
	font-size:15px;
	color:#205732;
	float:left;
	padding:30px 0 0px 50px;
	border-left:1px dotted #215732;
	border-right:1px dotted #215732;
	height:50px;
}
#download_list .btn{
	width:70px;
	height:80px;
	float:left;
	text-align:center;
	padding:0 0 0 30px;
}
#download_list .btn a{
	width:36px;
	height:35px;
	background-image: url(btn.png);
	background-repeat:no-repeat;
	display:block;
	margin:25px 30px 0 0;
}
#download_list:hover .btn a{
	background-image: url(btn_.png);
}


