@charset "utf-8";

body{
	min-width: 1000px;
	min-height: 600px;
	position: relative;
}

header{
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #000000;
	color: #ffffff;
	line-height: 1;
	text-align: left;
}

footer{
	margin: 0;
	padding: 0;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: #000000;
	color: #ffffff;
	text-align: center;
}

img.wallpaper{
	height: 100%;
	width: 100%;
	z-index: -1;
	position: fixed;
}

article.contents{
	height: 100%;
	width: 100%;
	position: relative;
	text-align: center;
}
article.subContents{
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1000;
}

header{
	height: 39px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #121212 url(../image/bg_header.gif) repeat-x left top;
}

header h1{
	width: auto;
	float: left;
}

header p#contact{
	width: auto;
	float: right;
}

footer{
	height: 39px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #121212 url(../image/bg_footer.gif) repeat-x left top;
}

footer p#produced{
	width: auto;
	float: right;
}

nav ul{
	margin-left: 138px;
}

nav ul li{
	width: auto;
	float: left;
}

nav ul li a{
	text-indent: -9999px;
}

nav ul li#top a:link,
nav ul li#top a:visited{
	height: 39px;
	width: 82px;
	display: block;
	background: url(../image/navi_top.gif) no-repeat top left;
}
nav ul li#top a:hover,
nav ul li#top a:active,
nav ul li#top a.active{
	background-position: bottom left;
}

nav ul li#about a:link,
nav ul li#about a:visited{
	height: 39px;
	width: 92px;
	display: block;
	background: url(../image/navi_about.gif) no-repeat top left;
}
nav ul li#about a:hover,
nav ul li#about a:active,
nav ul li#about a.active{
	background-position: bottom left;
}

nav ul li#party a:link,
nav ul li#party a:visited{
	height: 39px;
	width: 82px;
	display: block;
	background: url(../image/navi_party.gif) no-repeat top left;
}
nav ul li#party a:hover,
nav ul li#party a:active,
nav ul li#party a.active{
	background-position: bottom left;
}

nav ul li#menu a:link,
nav ul li#menu a:visited{
	height: 39px;
	width: 82px;
	display: block;
	background: url(../image/navi_menu.gif) no-repeat top left;
}
nav ul li#menu a:hover,
nav ul li#menu a:active,
nav ul li#menu a.active{
	background-position: bottom left;
}

nav ul li#policy a:link,
nav ul li#policy a:visited{
	height: 39px;
	width: 82px;
	display: block;
	background: url(../image/navi_policy.gif) no-repeat top left;
}
nav ul li#policy a:hover,
nav ul li#policy a:active,
nav ul li#policy a.active{
	background-position: bottom left;
}

ul#thumbs{
	position: absolute;
	right: 20px;
	bottom: 55px;
	line-height: 1;
}

ul#thumbs li{
	margin-left: 6px;
	width: auto;
	float: left;
}

ul#thumbs li a:link,
ul#thumbs li a:visited{
	height: 68px;
	width: 68px;
	display: block;
	background: url(../image/bg_thumb.png) no-repeat left top;
}
ul#thumbs li a:hover,
ul#thumbs li a:active,
ul#thumbs li a.active{
	background-position: bottom left;
}

ul#thumbs li a img{
	margin: 2px;
}


p.textArea{
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-shadow: 2px 2px 2px #222222;
}