@charset "Shift_JIS";


body{
	font-size: 90%;
	background-color: #1B1B1B;
	text-align:center;
	line-height: 140%;
	margin:0px;
	padding:0px;
}

img {
	border: 0;
}

object {
	margin:10px quto;
}

a:link {
	color: #8DC21F;
	text-decoration: underline;
}

a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover {
	color: #8DC21F;
	text-decoration: none;
}

h3{
	width:720px;
	font-size:100%;
	font-weight:bold;
	text-align:left;
	color:#FF9900;
	margin:10px auto;
}

h4{
	width:720px;
	font-size:100%;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	margin:3px auto;
}

table {
		margin:5px auto;
}

th {
	color:#FFFFFF;
	background-color:#333333;
}

td {
	color:#FFFFFF;
	background-color:#666666;
}

div#header{
	width:800px;
	margin:0px auto;
}


div#gmenu{
	width:100%;
	height:42px;
	margin:0px;
	padding:14px 0px 0px 0px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-image: url(../img/menu_bg.gif);
	background-repeat: repeat-x;
}

div#gmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div#gmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#gmenu a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}


div#wrapper{
	width:800px;
	background-image: url(../img/wrapper_bg.jpg);
	background-repeat: no-repeat;
	margin:0px auto;
	padding:0px 0px 10px 0px;
	text-align:center;
	border:1px solid #666666;
}

div#wrapper p{
	color:#FFFFFF;
	width:700px;
	font-size:100%;
	line-height:150%;
	margin:0px auto;
	text-align:left;
}

div#wrapper #contents{
	width:700px;
	margin:0px auto;
	text-align:center;
}

div#wrapper #kataribe{
	width:680px;
	margin:10px auto;
	text-align:center;
	border:1px solid #8DC21F;
}

div#wrapper #kataribe p{ 
	width:670px;
	margin:0px auto;
	text-align:left;
}


div#wrapper #footer{
	width:800px;
	margin:0px auto;
	text-align:left;
	background-image: url(../img/footerbg.jpg);
	background-repeat: repeat-x;
}


div#wrapper #footer p{
	font-size:90%;
	line-height:150%;
	width:750px;
	margin: 10px;
	padding: 10px;
	text-align:left;
	line-height: 110%;
}

div#wrapper #footermenu{
	width:800px;
	margin:0px auto;
	text-align:center;
	border-top: 2px solid #D6D6D6;
	border-bottom: 1px solid #EEEEEE;
}

div#wrapper #footermenu p{
	font-size:90%;
	line-height:150%;
	width:750px;
	margin:0px auto;
	padding: 10px;
}

div#wrapper #banner{
	clear:both;
	width:750px;
	text-align:center;
	margin:10px auto 0px;
	padding:5px;
	border-top: 2px solid #333333;
}

.red{
	color:#FF0000;
}

.orange{
	color:#FF9900;
}

.fontsmall{
	font-size:90%;
}

.imgright{
	margin:3px;
	float:right;
}