@charset 'utf-8';

* {
	padding: 0;
	margin: 0;
	line-height: 1em;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", Osaka, sans-serif;
}

img {
	border: 0;
	outline: 0;
}

#content-box {
	width: 100%;
	height: 100%;
	
	z-index: 10;
}

#copyright-box {
	position: absolute;
	left: 0;
	bottom: 0;
	
	width: 100%;
	text-align: right;
	font-size: 80%;
}

#copyright-box p {
	margin: 10px;
	color: #666666;
}

#ruler-hbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 800px;
	height: 1px;
	z-index: 100;
}

#ruler-vbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 600px;
	z-index: 100;
}

/* rss */

#rss-menu-box {
	font-size: 80%;
	text-align: center;
}

#rss-menu-box a:link, #rss-menu-box a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#rss-menu-box a:hover, #rss-menu-box a:active {
	color:  #333333;
	font-weight: bold;
	text-decoration: underline;
}

#rss-menu-box img {
	vertical-align: middle;
}

/* no flash */

h1 {
	margin-top: 100px;
	font-weight: normal;
	text-align: center;
	font-size: 80%;
	color: #e0e0e0;
}

img.logo-img {
	display: block;
	margin: 10px auto;
}

img.get-flash-img {
	display: block;
	margin: 10px auto;
}

p.desc-line {
	margin: 20px 0px;
	font-size: 90%;
	color: #666666;
	line-height: 3em;
	text-align: center;
}

