@charset "utf-8";

/*****************************************************************

	TopPage + Common Layout CSS

	*Common Layout CSS
	   +BASE Module SET
	   +SKIP
	*TopPage

*****************************************************************/


/* ====== BASE Module SET ===== */
*{
	margin: 0;
	padding: 0;
	font-style: normal;
}

html,
body{
	background: #61615E;
	margin: 0;
	padding: 0;
	height: 100%;
}


bady{
	color: #333333;
	font-size: 14px;
	text-align: center;
}

img,
object,
embed{
	border: 0;
	vertical-align: bottom;
}

object,
embed{
	background: #61615E;
}
hr{
	display: none;
}

acronym,
abbr{
	cursor: help;
}

a[target]:after{
	content: "[Error]";
	color: #ff0000;
	background: #ffffcc;
}

a[rel="outside"]:after{
	content: "";
	color: inherit;
	background: none;
}

/* ====== SKIP ===== */
ul#skip{
	display: none;
	/* \*/ 
	display: block;
	height:1px;
	position: absolute;
	top: -900px;
	left: -900px;
	font-size: 0;
	line-height: 0.0;
	/* */
}

ul#skip li a{
	width: 1px;
	height: 1px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}


/*============================================================
	TopContentsStyle
============================================================*/

body,html{
	height: 100%;
}

div#wrapper{
	margin: 0 auto;
	background: #61615E;
	text-align: left;
	width: 1000px;
}

noscript h1{
	padding: 20px 20px 0 20px;
	color: #fff;
}

noscript p{
	padding: 20px;
	color: #fff;
}