@charset "UTF-8";
/*formatteing style
--------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #141414;
	font-size: 90%;
	background-image: url(../toppage/b-marble6.jpg);
	background-repeat: repeat;
	font-family: sans-serif;
	line-height: 1.6;
}
hr {
	display: none;
}
.center {
	text-align: left;
}
