@charset "UTF-8";

/*--------------------------------------------
	style
--------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	letter-spacing: 0.3pt;
	line-height: 1.2;
	background: #FFFFFF;
	background-image : none;
	}

h1 {
	color: #000000;
	font-weight: bold;
	text-align: left;
	}

img {
	border: 0;
	}

a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}

address {
	font-style: normal;
	}

/*--------------------------------------------
	hide
--------------------------------------------*/
#header img,
#navi object,
#wrapper img {
	display: none;
	}

/*--------------------------------------------
	visible
--------------------------------------------*/

#wrapper {
	width: 555px;
	}

