/* メインコンテンツ上部 */

.container{
	margin:0 auto;
}

section{
	width:960px;
	margin:0 auto;
	margin-bottom:120px;
}

	section p{
		letter-spacing: 1px;
		text-align: center
	}
	
	section img{
		display:block
	}


/* 共通見出し */

.maintitle{
	padding: 15px 0;
	border-top:solid 1px #888;
	border-bottom:solid 1px #888;
	width:960px;
	margin:0 auto;
}

	.maintitle img{
		display: block;
		margin:0 auto;
	}
	

/* 共通小見出し */

.subtitle{
	display: block;
	padding: 0 0 60px;
	margin: 0 auto;
	width: 960px;
}
	.subtitle h2{
		display: block;
		margin: 0 auto;
	}
		.subtitle img{
			display: block;
			margin: 0 auto;
		}
		
/* サイトマップ */

table{
	width:960px;
	margin:38px auto 0;
}

tr:first-child{
	border:none
}

tr{
	border-top:dotted 1px #888;
	display: table;
	width:100%;
}

th{
	width:175px
}

td{
	line-height:1.4;
	text-decoration: underline;
	float: left;
	padding:19px 20px 16px 0
}