@charset "utf-8";

/*******************/
/* browser         */
/*******************/

/* link */
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #934c7b;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #0000ff;
	text-decoration: none;
}

/* margin, padding */
body, form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

/* border */
img, table {
	border: none;
}

/* IE br bug */
br {
	letter-spacing: normal;
}

/* style normal */
address, em {
	font-style: normal;
}


/*******************/
/* common          */
/*******************/

body {
	background-image: url(../img/back.gif);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #4b5c31;
	width: 100%;
	height: 100%;
	position: relative;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Osaka, sans-serif;
	line-height: 1.6em;
	text-align: center;
}

div {
	margin: 0 0 0 -150px;
	width: 300px;
	height: 450px;
	top: 50px;
	left: 50%;
	position: absolute;
}

object {


