body {
	background: url("../img/bg_page.gif") repeat-y center top;
	font-size: 77%;
	margin:auto;
}


	/* --- ヘッダ --- */
	div#head {
		width: 100%;
		background: #d8267c;
		margin:auto;
	}
		h1 {
			width: 800px;
			margin: 0 auto;
			height: 20px;
			line-height: 20px;
			color: #fff;
		}
	
	/* --- メイン --- */
	div#main {
		width: 800px;
		margin:0 auto 30px;
	/*	margin-left: 83px;*/
	}
		div.title {
		width: 800px;
		}
	
	/* --- ie all --- */		
		div#main {
	/*	margin-left: 100px\9;*/
		}
		
		#contents_t{
		height: 1040px\9;
		}
	/*	.ie_title{
		position: absolute\9;
		left:-2px\9;
		}*/
	/* --- ie all end --- */
	
		div.present {
		background: url("../img/present_bg.gif") no-repeat center top;
		}
		.award{
		padding-top: 3px;
		}
		
	/* --- ie 6 7 --- */
		.award{
		/padding: 37px 0 0 85px;
		}
	/* --- ie 6 7 end--- */	
		
			div.present table {
				width: 493px;
				margin: 40px 0 0 70px;
			}
			

				div.present table th {
				}
				div.present table td {
					padding-bottom: 19px;
					padding-left: 20px;
				}
			div.present p {
				margin: 10px 0 10px 85px;
			}
			.le{padding-left:180px;}
		div.oubo {
			width: 770px;
			margin: 0 auto;
			border-top: 1px solid #aaa;
			padding: 35px 0;
		}
			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.oubo .start {
				font-size: 140%;
				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;
		}