@charset "utf-8";
/* CSS Document */

/* Modify @2012.12 */
/* date color always chg move to main .css
#download .download_date {
	font-size: 13px;
	color: #f58020;
	padding-top:3px;
}
*/
#download{
	width:100%;
}
#download .download_title{
	font-size: 15px;
	color: #333;
	line-height: 22px;
	font-weight: bold;
	padding-top:3px;
	padding-bottom:8px;
}

#download .download_line{
	margin:3px 0;
	background-color:#a6becc;
}

#download a:link,#download a:visited {
	color: #666;
	text-decoration: none;
}
#download a:hover {
	color: #069;
	text-decoration: underline;
}

#download .download_photo_div{
	padding-left: 10px;
}
#download .download_photo1{
	width:100px;float:left;
	padding: 5px 10px 10px 0px;
	text-decoration:none;
}

#download .attachment {
	width: 98%;/*700px;*/
	float: left;
	margin-left:auto;
	margin-right:auto;
	padding-left: 10px;
	padding-bottom: 10px;
}
/*.attachment_t td {
	width: 300px;
}*/
#download .attachment_t {
	font-size: 13px;
	color: #666;
	text-decoration: none;
	line-height: 21px;
	background-image: url(download.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.blanktd {
	border-style:none
}

/*
#download .ul_block {
 padding:0;
 margin:0;
}
#download .ul_block li span {
	display:block;
 } 
#download .ul_block li {
	margin:0;
	white-space:nowrap;
	display:inline;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 0;
 }
*/


