@charset "utf-8";
body {
	background-image : url("/images/bgtombo.gif");
	background-attachment: fixed;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

.centering {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.topbanner {
	max-width:1200px;;
	width:99%;
	margin-top:4px;
	margin-bottom:4px;
}

.outer-table {
	margin-left:auto;
	margin-right:auto;
}

.outer-table,
.inner-table {
	background-color: #FFFFFF;
}


.inner-table td {
	vertical-align:top;
}

.px10 {font-size: 10px}

.px12 {font-size: 12px}

.px13 {font-size: 13px}

.px14 {font-size: 14px}

.px20 {font-size: 20px}

.header1 {
	font-size: 24px;
	font-weight: bold;
}

.mincho {font-family: "ＭＳ Ｐ明朝", "平成明朝", "Mincho"}

.doublespacing {
	line-height: 150%;
}


.rinku {
	font-size:9px;
	text-decoration:none;
	color:#fff;
}

.top_ads, 
.bottom_ads,
.bottom_ads970 {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	text-align:center;
	width:90%;

}

.private_site  { 
	margin-top:20px;
	font-size:12px;
	text-align:left;
}

.leisure_photo {
	magin:5px;
}
	



@media (max-width:969px) {
	
.bottom_ads970 { display:none; }

}


@media (min-width:785px) {

	.home_section { 
		width:50%; 
		float: left;
	}
	

	.outer-table,
	.inner-table {
		max-width:1200px;
		width:99%;
	}
	
	.outer-table {
		border:10px outset #999;
	}
	
	.inner-table td {
		margin: 2px;
		padding: 2px;
	}

}

@media (max-width:784px) {

	.home_section { 
		width:100%; 
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}

	.inner-table,
	.outer-table {
		width:99%;
	}
	

}



@media (min-width:500px) {

	.private_site  { 
		width:450px; 
	}

	.leisure_photo {
		float:right;
	}
	

}

@media (max-width:599px) {

	.private_site  { 
		width:350px; 
	}
}

@media (max-width:489px) {

	.inner-table,
	.outer-table {
		width:90%;
	}
