/* common-title --------------------------- */
#common-title h1{
	background:url(original-contents/common-title_h1.png) no-repeat left bottom;	
}

* html #common-title h1{
	behavior: expression(IEPNGFIX.fix(this)); 
}

/* common-header --------------------------- */
#common-header{

}

/* common-navigation ------------------------------------------ */
#common-navigation {
}

/* common-contents ------------------------------------------ */
#common-contents{
	margin-top:30px;
	width:800px;
}

/* clear fix */
#common-contents div{
    zoom:1;/*for IE 5.5-7*/
}

#common-contents div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
#common-contents .thumbnailList li{
	vertical-align:top;
	padding-right:12px;
	padding-bottom:33px;
	margin:0;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5`7*/
	/zoom: 1; /*for ie5`7*/
}
#common-contents .thumbnailList li.thumbnailReturn{
	padding-right:0px;
}
#common-contents .downloadList dt{
	position:relative;
}
#common-contents .downloadList dt .newImage{
	position:absolute;
	left: 8px;
	bottom: 7px;
}
#common-contents .downloadList dd{
	background:url(../image/mark.gif) no-repeat 6px 6px;
	padding-left:20px;	
}
