@charset "utf-8";
/* CSS Document */

html,body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #FFFFFF;
	background-color: #000000;
}

a {
	color: #99CCFF;
	list-style-type: square;
	text-decoration: none;
}
a:hover { color: #FFCC00; }
a img {}


#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#top-text {
	font-size: 0.8em;
	height: 50px;
	color: #666666;
}
#top-text p {
	margin: 0px;
	padding: 0px;
}
#top-text .left { float: left; }
#top-text .right { float: right; }

#home-body {
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	height: 545px;
	width: 960px;
	clear: both;
	background-position: 0px 20px;
}
#greeting {
	font-size: 0.8em;
	vertical-align: top;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#gnavi {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#gnavi-title {
	background-image: url(../images/gnavi-title.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 322px;
	text-indent: -9999px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#gnavi li {}
#gnavi li a {}
#gnavi li a:hover {}


#bosyuu {
	padding-top: 160px;
	width: 300px;
}
#bosyuu p {
	margin: 0px;
	padding: 0px;
}

#footer {}
#footer p {}
#footer-navi {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
}
#footer-navi li { display: inline; }
#copy {
	float: right;
	margin: 0px;
	padding: 0px;
}
