@charset "Shift_JIS";        /* ?????R?[?h?̐ݒ? */

/* ?S?̂̐ݒ? */

body {
	background-color: #eeeeff;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#330000;
	text-decoration:none;
}

img {
	border-width: 0;
	padding:0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.pagebanner {
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* CSS?ɂ????^?u???j???[ */

.navi {
	font-size:12px;
	padding-left:0;
	padding-bottom:23px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.navi ul {
	margin:0;
	padding:0;
}

.navi li {
	color:#666;
	background:#e3e3e3;
	margin:0 0 0 0.5em;
	text-decoration:none;
	display:inline;
	list-style-type:none;
	border:solid 1px #ccc;
	float:left;
	line-height:1em;
	padding: 0.2em 0.5em 0.1em 0.5em;
}

.navi li a {
	color:#666;
	text-decoration : none;
}

.navi li a:hover {
	color: #330000;
	text-decoration : none;
}

/* Contents */

#content {
	background-color: white;
	width: 700px;
	border: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	clear: both;
}

#content a {
	color:#333;
	text-decoration:none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#content a:hover {
	color:#330000;
	text-decoration:none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


/* Footer */

#footer {
	font-size: x-small;
	clear: both;
	line-height: 1em;
}

.credit {
	clear: both;
	text-align: center;
	padding-bottom: 2em;
	font-weight: bold;
	padding-top: 2em;
}

address {
	font-size:xx-small;
	font-style: normal;
	font-weight: normal;
}

address a:hover {
	color: #fff;
	text-decoration : underline;
}

.copy {
	font-size: xx-small;
	font-weight: normal;
}

