/* CSS Document */

/*基本レイアウト*/
*{
    margin:0;
    padding:0;
}
html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
	position: absolute;
}
div#flash{
	height:100%;
	min-height: 100%;
}
body > #flash {
    height: auto;
}
object, embed{
	height: 100%;
	min-height: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}


/*ここからタグ要素へのCSS*/

a{
	text-decoration: none;
}
a:link,a:visited{
	color: #646652;
}
a:hover,a:active,a:focus{
	color: #969990;
}
a img{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-size: 42px;
	font-weight: bolder;
	color: #CCCCCC;
}
h3 {
	font-size: 24px;
	font-weight: bolder;
}
.hidden {
	display:none;
	display: block;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	position: absolute;
}