
#main .Spec{
	margin:16px 0px 0px 0px;
	padding-bottom:44px;
/*	height:254px;*/
/*	height:279px;*/
	height:235px;
	background-color:#ffffff;
	font-size:14px;
	letter-spacing:0.05em;
	}

#main .Spec_4{
	margin:16px 0px 0px 0px;
	padding-bottom:44px;
/*	height:254px;*/
	height:192px;
	background-color:#ffffff;
	}


#main .Spec_Title_01{
	margin:39px 0px 0px 50px;
	width:200px;
	height:44px;
	float:left;
	}

#main .Spec_Area_01{
	margin:39px 0px 0px 0px;
	width:400px;
	height:44px;
	float:left;
	}

#main .Spec_Title_02{
	margin:0px 0px 0px 50px;
	width:200px;
	height:44px;
	float:left;
	}

#main .Spec_Area_02{
	margin:0px 0px 0px 0px;
	width:400px;
	height:44px;
	float:left;
	}

#main .Spec_DL{
	margin:10px 40px 0px 0px;
    padding:5px 0 0px 0;
	width:160px;
	height:26px;
    font-size:13px;
    text-decoration:none;
    text-align:center;
    color:#FFFFFF;
  	background:#e83829;
    border-radius:24px;
    overflow:hidden;
    display:block;
	float:right;
	}
#main .Spec_DL a:link,#main .Spec_DL a:visited{
	margin:10px 0px 0px 0px;
    padding:5px 0 0px 0;
	width:160px;
	height:26px;
    text-decoration:none;
    text-align:center;
    color:#FFFFFF;
	}
#main .Spec_DL a:hover{
	margin:0px;
	width:160px;
	height:26px;
    font-size:13px;
    text-decoration:none;
    text-align:center;
    color:#FFCC00;
	}

#main .Spec_DLLightBox{
	margin:0px 0px 0px 0px;
	padding-top:0px;
	width:150px;
	float:left;
	}


#main .Spec_Txt{
	margin:0px 0px 0px 0px;
	padding-top:30px;
	height:140px;
	font-size:13px;
	}
	
/*   DL Button   */
#main  .btn-dl {
	white-space: nowrap;
 	color: #ffffff;
  	background-color: #9a8479;
  	background:#9a8479 url(../png/icon_dl.png) center left no-repeat;
	height:46px;
	width:180px;
   padding: 12px 5px 5px 35px;
	margin: 0.5em;
	border:0;
	font: 14px;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
	float:right;
}
#main .btn-dl:hover,
#main .btn-dl:focus,
#main .btn-dl:active,
#main .btn-dl.active,
#main .open .dropdown-toggle.btn-dl {
	color: #ffffff;
	text-decoration: none;
	background-color: #9a8479;
	background:#9a8479 url(../png/icon_dl.png) center left no-repeat;
 	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border:0;
	border-radius: 6px;
}
#main .btn-dl:active,
#main .btn-dl.active,
#main .open .dropdown-toggle.btn-dl {
	color: #ffffff;
	text-decoration: none;
	background-color: #9a8479;
	background:#9a8479 url(../png/icon_dl.png) center left no-repeat;
	border-color:#996633;

}
#main .btn-dl.disabled,
#main .btn-dl[disabled],
fieldset[disabled] .btn-dl,
#main .btn-dl.disabled:hover,
#main .btn-dl[disabled]:hover,
fieldset[disabled] .btn-dl:hover,
#main .btn-dl.disabled:focus,
#main .btn-dl[disabled]:focus,
fieldset[disabled] .btn-dl:focus,
#main .btn-dl.disabled:active,
#main .btn-dl[disabled]:active,
fieldset[disabled] .btn-dl:active,
#main .btn-dl.disabled.active,
#main .btn-dl[disabled].active,
fieldset[disabled] .btn-dl.active {
	color: #ffffff;
	text-decoration: none;
  background-color: #9a8479;
	border-color:#996633;
}
#main .btn-dl .badge {
  color: #5bc0de;
  background-color: #ffffff;
}