@charset "UTF-8";
/* CSS Document */

.contents_download{
height:400px;
margin-top:20px;
padding-left:24px;
color:#fff;
font-size:13px;
overflow:auto;
_background:#222;
background:url(../images/bg_download.png);}

.ttl_download{
margin:24px 0 20px 0;}

.downloadlist{
width:178px;
height:190px;
margin:0 15px 15px 0;
color:#fff;
float:left;}

.downloadlist img{
margin-bottom:12px;}

.downloadlist h1{
font-size:13px;
margin:-4px 0 5px 0;
font-weight:normal;}

.downloadlist a{
text-decoration:none;}

.downloadlist a:hover{
text-decoration:underline;}


/*--clearfix--*/
	
.downloadlist:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;}
	
.downloadlist { display: inline-block; }

.downloadlist { display: block; }
