@charset "UTF-8";
/* -----------------------------------------------------------------------

    ARTDIVE WEB　Download CSS

-----------------------------------------------------------------------*/
#Download h2{
    background:url(/images/download/TitleDownload.gif) no-repeat center right;
}
#Download h4 {
border-bottom:3px solid #DDD2BF;
font-size:110%;
margin-top:10px;
margin-bottom:15px;
padding-bottom:5px;
}

#DownloadTitle{
	background:url(/images/download/SubTitleDownload.png) no-repeat center right;
}
.DownloadImg{
	margin:5px 20px 25px 20px;
	width:600px;
}
.DownloadText
	{
	margin-bottom:10px;
}
.DownloadImgText{
	margin-top:6px;
}
.DownloadImg textarea {
	border:medium none;
	display:inline;
	font-size:77%;
	height:39px;
	line-height:130%;
	padding:3px;
	text-align:left;
	width:550px;
	background-color: #F1EDE7;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.DownloadImg img{
	margin-right:10px;
}
#DownloadItem{
	background:#F1EDE7 none repeat scroll 0 0;
	border:2px solid #DDD2BF;
	margin-top: 22px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-left: 20px;
	margin-right: 10px;
	}
#DownloadItem li{
	background:url(/images/entry/CategoryIcon.png) no-repeat scroll left center;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:15px;
	color:#999999;
	margin-right: 30px;
}
#DownloadItem a{
	color:#333333;
}
.PdfDownLoad a{
	background:url(/images/mypage/DownloadBtn.png) no-repeat scroll left center;
	display:block;
	text-indent:-9999px;
	width:150px;
	height:26px;
}
.PdfDownLoad a:hover{
	background:url(/images/mypage/DownloadBtnHover.png);
}
