@charset "UTF-8";

h3{
		float:right;
		height:80px;
		width:580px;
		background:url(own-contents/h3.png) no-repeat left bottom;
		text-decoration:none;
		text-indent:-9999px;
		overflow:hidden;
		line-height:0em;
		font-size:0;
}

#common-contents div{
	display:block;
	width:450px;
	padding:20px 49px;
	min-height:0;
	margin:0 0 30px;
	float:right;
	border:1px solid #ccc;
	background:url(own-contents/common-contents_div.gif) no-repeat top left;
}

#common-contents p{
	font-size:small;
	margin:0 0 1em;
}

#common-contents div div{
	display:block;
	border:none;
	border-bottom:1px solid #ccc;
	background:none;
	margin:30px 0 0;
	padding:0 0 25px; 
	width:450px;
	min-height:0;
}

#common-contents div div:last-child{
	border:none;
}

#common-contents div div div{
	display:block;
	border:none;
	margin:0;
	padding:0 15px 0 0;
	width:145px;
	float:left;
}

#common-contents div div h4{
	width:285px;
	float:right;
	margin:0;
	padding:0;
}

#common-contents div div code{
	float:right;
	line-height:1.4em;
	display:block;
	width:275px;
	height:65px;
	overflow:scroll;
	margin:0 0 10px;
	padding:5px;
	border:1px solid #ccc;
}

#common-contents div div.width200 div{
	width:200px;
}

#common-contents div div.width200 h4{
	width:230px;
}

#common-contents div div.width200 code{
	width:220px;
}