/* CSS Document */

/*-----------------------------------
	会社再生レイアウトcss
-----------------------------------*/

#inner {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
	#inner h3 {
		background:url(../../images/title_a.png) no-repeat;
		width:520px;
		height:50px;
		text-indent:-9999px;
		margin-left:10px;
	}
	#inner p {
		font-size:16px;
		font-weight:bold;
		line-height:22px;
		margin:5px 0 10px 0;
	}
	#inner ul {
		border:solid 2px #FF6600;
		width:480px;
		margin:5px auto;
	}
	#inner ul li {
		font-size:15px;
		padding:5px 0;
		margin:5px 0 10px 0;
		font-weight:bold;
	}
	
