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

/* ----------basic------------ */
* {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

body {
	background-color: #1b1b1b;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-size: 13px;
	*font-size: 13px;
	*font: x-small;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #CCCCCC;
}
a:active {
	color: #CC3399
}

/* ----------header------------ */
#wrapper {
	width: 780px;
	margin: auto;
}
#wrapper #header {
	position: relative;
	z-index: 200;
}

#wrapper #header #globalNavi img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#wrapper #pagetitle {
	float: left;
	height: 229px;
	width: 130px;
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#wrapper #pagetitle img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #picture {
	background-color: #353025;
	background-image: url(../images/picture.gif);
	float: left;
	height: 229px;
	width: 520px;
}
#wrapper #rightspace {
	background-color: #332E24;
	background-image: url(../images/rightspace.gif);
	height: 229px;
	width: 129px;
	float: left;
	text-align: right;
}
#wrapper #rightspace img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ----------footer------------ */
#wrapper #footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	text-align: left;
	width: 100%;
}
#wrapper #content #footer #copyright {
	float: left;
	width: 130px;
	color: #999999;
	font-size: 12px;
}
#wrapper #content #footer #mailto {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 260px;
}
#wrapper #footer::after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;

}
#wrapper #content #footerspace {
	clear: both;
	height: 30px;
}

