@charset "utf-8";

/*--------------------------------

	トップページ用CSS

--------------------------------*/

/* メインカラム */
	
	div.mainColumn ul li{
		margin-bottom:10px;
	}
	
	div.mainColumn h2{
		margin-top:20px;
	}
	
	/* 工事エリア */
	div.mainColumn pre{
		margin-top:5px;
		padding-left:10px;
		padding-top:12px;
		width:510px;
		line-height:1.7;
		color:#333333;
		background-color:inherit;
		background-image:url(../image/other/area_bg.jpg);
		background-repeat:no-repeat;
		border:1px solid #cccccc;
		font-size:12px;
		font-weight:bold;
	}
	
	/* カレンダー */
	div.mainColumn p{
		line-height:1.4;
		font-size:12px;
	}
	
	div.mainColumn p.qr{
		margin-top:4px;
		margin-left:10px;
		padding-top:8px;
		padding-right:50px;
		padding-left:5px;
		border-left:solid 8px #FF9900;
		height:42px;
		color:#336600;
		background-color:inherit;
		background-image:url(../image/other/qr.gif);
		background-position:19em 3px;
		background-repeat:no-repeat;
	}
	
	/* What's New */
	ul.whatsNew{
		border:1px solid #99CC66;
		margin:5px auto;
		padding:6px;
		width:506px;
		overflow:hidden;
	}
		ul.whatsNew li{
			font-size:12px;
			line-height: 1.3;
		}
		ul.whatsNew li span.date{
			color:#009933;
			font-weight:bold;
		}
	
	div.topFooter{
		clear:both;
		width:520px;
		margin:5px auto;
		padding-top:5px;
	}
		div.topFooter p{
			padding-left:10px;
			padding-top:12px;
			padding-bottom:16px;
			width:508px;
			line-height:1.7;
			color:#333333;
			background-color:inherit;
			background-image:url(../image/other/area_bg.jpg);
			background-repeat:no-repeat;
			border:1px solid #cccccc;
			font-size:12px;
			font-weight:bold;
		}


div.jireiPreview{
	width:530px;
	margin:5px auto;
	clear:both;
}
	div.jireiPreview h3 {
		margin-top: 5px;
		margin-bottom: 3px;
		padding-bottom: 2px;
		padding-left: 3px;
		border-bottom: double 3px #99CC00;
		color: #505050;
		font-weight: bold;
		line-height: 1.2;
		font-size: 10px;
	}
	div.jireiPreview table.jireiListing{
		width:530px;
	}
		div.jireiPreview table.jireiListing td{
			padding:5px 2px;
			overflow:hidden !important;
			vertical-align:top;
			border:none;
		}
		div.jireiPreview table.jireiListing td div.photo{
			text-align:center !important;
			font-size: 10px;
		}
		div.jireiPreview table.jireiListing td div.photo a{
			display:block;
			width:78px;
			height:76px;
			overflow:hidden;
			text-decoration:none;
			text-align:center !important;
		}
		div.jireiPreview table.jireiListing td div.photo a:hover{
			background-color:#FFCC00;
		}
		div.jireiPreview table.jireiListing td div.photo a img{
			width:70px;
		}

p.contentsBottomNavi{
	margin-top:20px;
	text-align:center;
}



div.quickNews{
	height:200px;
	width:520px;
	margin:auto;
	background-color:#FFFFFF;
	overflow:auto;
	background-color:#ffffff;
	margin-bottom:20px;
}
	div.quickNews table.quickNews{
		width:500px;
		border-collapse:collapse;
	}
	div.quickNews table.quickNews th{
		padding:5px;
		background-color: #99CC00;
		color:#ffffff;
		width:100px;
		font-size:12px;
		text-align:left;
	}
	div.quickNews table.quickNews td{
		padding:5px;
		font-size:12px;
	}
	div.quickNews table.quickNews td.infoContent{
		padding:5px;
		border-bottom:1px solid #99CC00;
	}


