/* トップページのレイアウト */


div#container div#main div#welcome{
	margin-bottom:15px;

}

div#container div#main div#information dl{
	margin:8px 0 15px 5px;
	font-size:0.8em;
	line-height:1.3em;
}

	div#container div#main div#information dl,div#information dl dd{
		padding-left:10px;
	}
	
	div#container div#main div#information dl dt{
		text-indent:11px;
	}
	
		div#container div#main div#information dl dt,div#information dl dt dd{
			background:transparent url(../image/index/dt.gif) no-repeat scroll left center;
		}
	
			div#container div#main div#information dl dd{
				border-bottom:1px dotted #000;
				padding-bottom:10px;
				margin-bottom:10px;
			}
		
				div#container div#main div#information dl dd .ap{
					font-weight:bold;
					color:#74082C;
				}
		
		div#container div#main div#information p#rireki{
			background:transparent url(../image/index/rireki.gif) no-repeat scroll right center;
			text-align:right;
			font-size:0.8em;
			padding-right:14px;
			line-height:18px;
		}
		
		p.count{
			text-align:right;
		}
