@charset "UTF-8";
#common-contents article{
	display:block;
	width:780px;
	margin:20px auto;
	background:url(own-contents/div.gif) repeat-y;
}

/* clear fix */
#common-contents article{
	zoom:1;/*for IE 5.5-7*/
}
#common-contents article:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

#common-contents h2{
	display:block;
	width:200px;
	height:50px;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0em;
	font-size:0;
	background:url(own-contents/h2.gif) no-repeat;
	float:left;
}

#common-contents article div{
	margin:0;
	float:right;
	width:450px;
	padding:30px 49px;
	border:none;
	background:none;
	border:1px solid #ccc;
	background:url(own-contents/section.gif) no-repeat top left;
}

#common-contents div p{
	font-size:small;
	margin:0 0 1em;
}

#common-contents div ul{
	margin:0 0 1em;
}

#common-contents div li{
	font-size:small;
	padding:0 0 1em 1em;
	text-indent:-1em;
}
#common-contents div li li{
	padding:0 0 1em 2em;
	text-indent:-1.5em;
}

