/* CSS Document */
*{margin:0px; padding:0px;}

body{
	line-height:180%;
	font-size:14px;
	color:#000000;
	background-attachment: fixed;
	background-image: url(images/back_image.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}


p{margin-bottom:25px;}

#container{
	width:814px;
	background:url(img/temple/background_body.png) repeat-y;
	margin-left:auto;
	margin-right:auto;
	}

#contents{
	background:#FFFFFF;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	}

#letter{
	padding:30px;
	}

	
/*********************************************ボックス*/

	
.tori_box {
	border:1px solid #cccccc;
	border-collapse:collapse;
	margin-right:auto;
	margin-left:auto;
	width:515px;
	margin-top:20px;
}

.tori_box td {
	border:1px solid #cccccc;
	padding:8px;
	text-align:left;
}
