body {
	background: url("../img/bg_page.gif") repeat-y center top;
	font-size: 77%;
}


	/* --- ヘッダ --- */
	div#head {
		width: 100%;
		background: #ff8400;
	}
		h1 {
			width: 800px;
			margin: 0 auto;
			height: 20px;
			line-height: 20px;
			color: #fff;
		}
	
	/* --- メイン --- */
	div#main {
		width: 800px;
		margin: 0 auto;
		margin-bottom: 30px;
		width: 800px;
	}
		div.title {
		}
		div.present {
		}
			div.present table {
				width: 493px;
				margin: 0 auto;
			}
				div.present table th {
					padding-bottom: 12px;
				}
				div.present table td {
					padding-bottom: 19px;
					padding-left: 39px;
				}
			div.present p {
				margin-bottom: 50px;
			}
		div.oubo {
			width: 770px;
			margin: 0 auto;
			border-top: 1px solid #aaa;
			padding: 35px 0;
			margin-bottom: 20px;
		}
			div.oubo table {
				width: 450px;
				margin: 0 auto;
				margin-bottom: 15px;
			}
				div.oubo table th,td {
					vertical-align: middle;
				}
				div.oubo table th {
				}
				div.oubo table td {
					width: 85px;
					text-align: left;
					padding-left: 19px;
				}
			div.oubo p {
				width: 470px;
				margin: 0 auto;
			}
				div.oubo p span.red {
					font-weight: bold;
					color: #D1031A;
				}
			div.oubo div.end {
				font-size: 131%;
				line-height: 170%;
				text-align: center;
				font-weight: bold;
				color: #D22025;
			}
				
		div.ouboyoryo {
			width: 780px;
			margin: 0 auto;
		}
			div.ouboyoryo p {
				font-size: 131%;
				font-weight: bold;
				margin-bottom: 5px;
				color: #D12F24;
			}
			div.ouboyoryo dt {
				font-weight: bold;
			}
			div.ouboyoryo dt span {
				color: #FDD100;
			}
			div.ouboyoryo dd {
				margin-bottom: 5px;
			}
	
	/* --- フッタ --- */
	div#foot {
		height: 62px;
		width: 100%;
		background: #fff url("../../common/img/bg_foot.gif") repeat-x center bottom;
	}
	div#foot .inner {
		width: 800px;
		margin: 0 auto;
	}
		div#foot p {
			margin-top: 15px;
			float: left;
			width: 70%;
			line-height: 1.1em;
		}
		div#foot address {
			float: left;
			width: 70%;
			margin-top: 10px;
		}
		div#foot img {
			margin-top: 7px;
			float: right;
		}