/* CSS Document */

/*-----------------------------------
	会社サポートレイアウトcss
-----------------------------------*/

#inner {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
	#inner h3 {
		background:url(../../images/title_b.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;
	}
	#rool {
		
		
	}
		#rool a {
			background:url(../../images/img_support.png) no-repeat;
			width:520px;
			height:435px;
			display:block;
			text-indent:-9999px;
			overflow:hidden;
			margin:0 0 0 10px;
			
		}
		#rool a:hover {
			background:url(../../images/img_support_on.png) no-repeat;
			width:520px;
			height:435px;
		}
	
