@charset "shift_jis";
/* CSS Document */

body {

	background-image : url("/images/church-bg.jpg");
	background-attachment: fixed;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-color: #FFF0C0;
}


.doublespacing {
	line-height: 150%;
}

.nodeco {
	text-decoration:none;
}

.headerblue {color: #3399CC}

.px12 { font-size:12px }
.px13 { font-size:13px }
.px14 { font-size:14px }

#maintable  {
	max-width: 800px;
	border:1px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
	text-align:center;
}

@media (min-width: 801px) {

	#maintable {
		width: 75%;
	}

}

@media (max-width: 800px) {

	#maintable {
		width: 90%;
	}

}

@media (min-width: 481px) {

}


@media (max-width: 480px) {
}


