* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	color: #ffffff;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #000000;
}

img {
	border:  0px;
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

h1#header,
#footer,
#container {
	clear: both;
	position: relative;
	width: 790px;
	margin: 0px auto 0px auto;
	font-size: 12px;
	text-align: center;
}

#main {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 790px;
	/*height: 443px; */
	/* border: solid 1px; */
	z-index: 99;
	margin: 0px;
	text-align: left;
}

.back_base {
	width: 790px;
	height: 563px;
	background-image: url('../images/back_base.gif');
	background-repeat: no-repeat;
}

.add_tel {
	position: absolute;
	top: 88px;
	left: 48px;
	width: 243px;
	height: 32px;
	margin: 0px;
	background-image: url('../images/add_tel.gif');
	background-repeat: no-repeat;
}

.notice {
	position: absolute;
	top: 115px;
	right: 5px;
	margin: 0px;
	width: 320px;
	height: 15px;
	font-size: 8pt;
	letter-spacing: -1px;
	text-align: right;
}

.menu1 {
	position: absolute;
	top: 17px;
	left: 340px;
	margin: 0px;
	width: 100px;
	height: 130px;
	text-align: left;
}

.menu2 {
	position: absolute;
	top: 128px;
	left: 0px;
	margin: 0px;
	width: 790px;
	height: 22px;
	text-align: left;
}

.copyright {
	position: absolute;
	bottom: -28px;
	left: 0px;
	margin: 0px;
	width: 790px;
	height: 25px;
	background-image: url('../images/back_footer.gif');
	text-align: center;
}

.hidden {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}

.line_spacer_1px {
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.line_spacer_2px {
	width: 100%;
	height: 2px;
	overflow: hidden;
}

.line_spacer_3px {
	width: 100%;
	height: 3px;
	overflow: hidden;
}

.line_spacer_4px {
	width: 100%;
	height: 4px;
	overflow: hidden;
}

.line_spacer_5px {
	width: 100%;
	height: 5px;
	overflow: hidden;
}

.line_spacer_10px {
	width: 100%;
	height: 10px;
	overflow: hidden;
}

.line_spacer_15px {
	width: 100%;
	height: 15px;
	overflow: hidden;
}

.line_spacer_20px {
	width: 100%;
	height: 20px;
	overflow: hidden;
}

.line_spacer_25px {
	width: 100%;
	height: 25px;
	overflow: hidden;
}

.line_spacer_30px {
	width: 100%;
	height: 30px;
	overflow: hidden;
}

.line_spacer_40px {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.line_spacer_50px {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.line_white_1px {
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #ffffff;
}

