@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;
	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 ul{
	width:450px;
}

/* clear fix */
#common-contents ul{
	zoom:1;/*for IE 5.5-7*/
}
#common-contents ul:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

#common-contents div ul li{
		display:block;
		float:left;
		width:140px;
		text-align:center;
		line-height:0em;
		padding:10px 5px 0;
}


#common-contents div ul li a{
	font-size:small;
	position:relative;
/*	font-size:small;*/
}

#common-contents div ul li a img{
	margin:0;
}

/* NEW */
.newInfo{
	top:0;
	left:0;
}