@charset "shift_jis";
/* formatting style
---------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #7c7c7c;
	background-color: #b1dffd;
	background-image: url(../image/img/topmain.jpg);
	font-size: 75%;
	line-height: 1.6;
	background-repeat: no-repeat;
	font-family: sans-serif;
}
