@charset "shift-jis";

/* ‘S•Å‹¤’Ê */

body{
	background-color:#ffffff;
	color:#000000;
	font-familiy:"Century Gothic","arial","sans-serif";
	font-size:80%;
	line-height: 120%;
	text-align:center;
	margin:0;
	}

#wrapper{
	background-color:#ffffff;
	width:900px;
	border:0;
	text-align:center;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	}

a:link {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	}

a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	}

/* a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	} */

/* a:active {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	} */

#header{
	width:900px;
	height:50px;
	text-align:center;
	margin-left:0;
	}

#menu{
	background-image:url("../images/menu.gif");
	background-repeat:no-repeat;
	width:655px;
	height:50px;
	text-align:center;
	border-bottom:1px dotted #ff9900;
	margin-bottom:20px;
	}

#content{
	overflow-y:auto;
	}

#footer{
	background-color:#ffffff;
	width:900px;
	height:53px;
	text-align:center;
	background-repeat:no-repeat;
	}

img{
	border:0;
}

