/* CSS Document */




/*センターボックス*/
#center {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}

#center p{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding-top: 100px;
}

/*ページタイトル*/
#center #page_title {
	width: 810px;
	margin-bottom: 20px;
}

#center .sekou_box{
	width:195px;
	height:150px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
}

@media print {
body {
	zoom: 70%;
	margin: 0px;
	padding: 0px;
	background-image: none;
	width: 100%;
}
#container #header { display: none; }
#container #navi { display: none; }
#container #footter { display: none; }

}
