@charset "Shift_JIS";

/* ------ common styleここから ------ */

/* ---- tag ---- */

/* -- H -- */
/* ---- box ---- */
body { /* center on ie */
	padding: 20 0 10 0;
	width: 100%;
	text-align: center;
	background-image: URL(/img/top/bg.jpg);
	overflow-x: hidden;
	background-attachment: fixed;
}
#main { /* center on everything else */
	margin: 0 auto;
	width: 900;
	height: 860;
}

/* -- head -- */
#head {
	width: 900;
	height: 439;
	background-image: URL(/img/top/head.gif);
	background-repeat: no-repeat;
	clear: both;
}

h1 {
	text-align: left;
	color: #FFFFFF;
	position: relative;
	top: 47px;
	left: 26px;
}

/* -- under -- */
#under {
	width: 900;
	height: 371;
	float: left;
	background-image: URL(/img/top/under.gif);
	background-repeat: no-repeat;
}


/* -- left -- */
.left {
	width: 330;
	height: 330;
	float: left;
}

.btn {
	width: 164;
	height: 30;
	margin: 276 0 0 114;
}

/* -- naka -- */
.naka {
	width: 300;
	height: 240;
	float: left;
	margin-top: 86;
}

/* -- right -- */
.right {
	width: 270;
	height: 330;
	float: right;
}

.qr {
	width: 238;
	height: 160;
	margin: 154 30 0 0;
	float: right;
}


/* -- foot -- */
.foot {
	width: 900;
	height: 30;
	text-align: right;
	clear: both;
}
.foot h3 {
	margin: 3 28 0 0;
	font-size: 10pt;
	color: #990000;
}
.foot h3 a {
	color: #FF0000;
	font-weight: bold;
}
/* ---- common styleここまで ---- */

