@charset "Shift_JIS";

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

body {
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", Osaka, "&#xff2d;&#xff33;&#x20;&#xff30;&#x30b4;&#x30b7;&#x30c3;&#x30af;", "Arial", "Helvetica", "Verdana", sans-serif;
	line-height: 1;
	background: url("../image/bg.gif") repeat-x left top;
	overflow: hidden;
}

div#entry p a:link,
div#entry p a:visited {
	color: #ffffff;
	text-decoration: none;
}

div#entry p a:hover,
div#entry p a:focus {
	color: #3c82d9;
	background-color: #ffffff;
	text-decoration: none;
}

img {
	border: none;
}


h1 {
	left: 30px;
	top: 470px;
	width: 131px;
	height: 26px;
	z-index: 101;
	position: absolute;
}

div#copyright {
	left: 29px;
	top: 499px;
	width: 254px;
	height: 8px;
	z-index: 102;
	position: absolute;
}

div#entry p {
	display: none;
	white-space: nowrap;
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

div#entry p.type_a {
	font-size: 12px;
}

div#entry p.type_b {
	font-size: 26px;
}

div#entry p.type_c {
	font-size: 36px;
}

div#entry p.type_d {
	font-size: 48px;
}

div#entry p.type_e {
	font-size: 60px;
}

