/* 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{
	margin-bottom:20px;
	padding-top:4px;
	width:600px;
	background:url(../../common/css/common-contents/div.gif) no-repeat left top;
}
#common-contents div div{
	margin:0 0 0.5em 140px;
	width:460px;
	background:none;
}
#common-contents h2{
	clear:both;
	margin:0 0 0.5em 0;
	width:600px;
	color:#fff;
	background:url(../../common/css/common-contents/h2.gif) no-repeat left bottom;
	font-weight:bold;
	text-indent:10px;
}

#common-contents h3,#common-contents h3 a{
	font-size:medium;
	font-weight:bold;
	color:#0ac;
}

#common-contents h4,#common-contents h4 a{
	font-weight:bold;
	color:#0ac;
}

#common-contents h3,#common-contents h4,#common-contents div p,#common-contents div ul,
#common-contents div ol,#common-contents div table{
	margin:0 0 0.5em 140px;
	width:460px;
}

#common-contents div table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-collapse:collapse;
}

#common-contents div th{
	width:130px;
	background:#68bbcc;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	white-space:nowrap;
}

#common-contents div th,#common-contents div td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0.2em 0.2em 0.2em 0.5em;
}

#common-contents div td{
	background:#fff;
}




#common-contents  h3{
	background:url(original-contents/h3.gif) no-repeat top left;
	text-indent:20px;
	margin-top:0.7em;
}

#common-contents div ul li{
	clear:both;
	list-style:disc;
	list-style-position:inside;
	text-indent:-1em;
	margin-left:1em;
}

#common-contents div ul li.imgLeft img{
	padding-right:1em;
	padding-bottom:1em;
	float:left;
}
#common-contents div p{
clear:both;
}

/* 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;
}
