*{
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html{
overflow-y:scroll;
}

.center{
	text-align:center;
}

#nav {
	width: 570px;
	height: 120px;
	margin:0 auto;
}
.certifi{
	float: left;
	width:125px;
	text-align: center;
}
h1{
	float: left;
	width: 374px;
	height:48px;
	text-indent: -9999px;
	background: url(../images/pos_01.png) no-repeat;
	margin:30px 0 0 20px;
}

.footer{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin:30px auto 0;
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #c86280;
}


/* コンテンツ本文エリア */
.setcontents{
	width:800px;
	margin:2em auto 1em;
}
.imagetag{
	text-align: center;
	margin: 2em;
}
.setcontents img{
	border: 1px solid #aaa;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.setcontents h2{
	border: 1px solid #c86280;
	text-align: center;
	line-height: 2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.servicebox{
	border: 1px solid #c86280;
	text-align: center;
	line-height: 2em;
	padding:1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}