/* 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:10px;
	padding-left:200px;
	width:600px;
}
#common-contents div{
	padding-top:4px;
	width:600px;
	background:url(../../common/css/common-contents/div.gif) no-repeat left top;
}
#common-contents h2{
	clear:both;
	width:600px;
	color:#fff;
	background:url(../../common/css/common-contents/h2.gif) no-repeat left bottom;
	font-weight:bold;
	text-indent:10px;
}
#common-contents div dl{
	width:460px;
	float:right;
}
#common-contents p.float-area{
	margin-left:0px;
	padding:10px 0px 0px 0.5em; 
	width:120px;
	float:left;
}
#common-contents dl dt{
  clear: left;
  float: left;
  width: 7em;
  padding: 10px 0.5em;
	color:#00aacc;
	font-weight:bold;
}
#common-contents dl dd{
  margin-left: 0;
  padding: 10px 0.5em 10px 8em;
	border-bottom: solid 1px #ddd;
}

/* 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;
}
