@charset "UTF-8";

/* -------------------- Basic -------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #44362D;
	color: #000;
	font-size: 83%;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-align: center;
}

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

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

img {
	border: 0;
}


/* -------------------- Iframe -------------------- */

#container {
	width: 800px;
	margin: 0 auto;
}

#stage {
	background: url(/img/stage.jpg) no-repeat;
	width: 800px;
	height: 600px;
	position: relative;
}

#stage #chopiiinBtn {
	position: absolute;
	left: 9px;
	top: 24px;
}
#stage #profileBtn {
	position: absolute;
	left: 253px;
	top: 10px;
}
#stage #liveBtn {
	position: absolute;
	left: 400px;
	top: 22px;
}
#stage #diaryBtn {
	position: absolute;
	left: 525px;
	top: 48px;
}
#stage #mailBtn {
	position: absolute;
	left: 698px;
	top: 75px;
}
#stage #linkBtn {
	position: absolute;
	left: 606px;
	top: 96px;
}
#stage #myspaceBtn {
	position: absolute;
	left: 629px;
	top: 6px;
}

#stage #profile {
	position: absolute;
	width: 500px;
	height: 280px;
	left: 160px;
	top: 220px;
}

#stage #mail {
	position: absolute;
	width: 350px;
	height: 150px;
	left: 240px;
	top: 280px;
	color: #fff;
}
#stage #mail #address {
	margin-top: 10px;
}
#stage #mail #address a {
	border: none;
	text-decoration: none;
}
#stage #mail #address a:hover {
	border: none;
	text-decoration: none;
	position: relative;
	top: -5px;
}

#stage #link {
	position: absolute;
	width: 350px;
	height: 200px;
	left: 240px;
	top: 250px;
}
#stage #link iframe {
	width: 350px;
	height: 200px;
	border: 0;
}

#container #stageFooter {
	padding: 10px 0;
	color: #c96;
	font-size: 90%;
	letter-spacing: 0.2em;
}
#container #stageFooter a {
	color: #c96;
	text-decoration: none;
}
#container #stageFooter a:hover {
	color: #ffc;
	text-decoration: none;
}


/* -------------------- Header -------------------- */

#container #header h1 {
	position: absolute;
	left: 0px;
	top: 15px;
}

#container #header #profileBtn {
	position: absolute;
	left: 389px;
	top: 51px;
}

#container #header #liveBtn {
	position: absolute;
	left: 445px;
	top: 11px;
}

#container #header #diaryBtn {
	position: absolute;
	left: 552px;
	top: 20px;
}

#container #header #mailBtn {
	position: absolute;
	left: 512px;
	top: 56px;
}

#container #header #linkBtn {
	position: absolute;
	left: 610px;
	top: 57px;
}

#container #header #myspaceBtn {
	position: absolute;
	left: 666px;
	top: 13px;
}

#container #header #homeBtn {
	position: absolute;
	left: 695px;
	top: 50px;
}


/* -------------------- Link -------------------- */

a.link_profile,
a.link_live,
a.link_diary,
a.link_mail,
a.link_link,
a.link_myspace,
a.link_home {
	color: #fff;
	text-decoration: none;
}
a.link_profile:hover {
	color: #FFE2DD;
	text-decoration: none;
}
a.link_live:hover {
	color: #BEE2CD;
	text-decoration: none;
}
a.link_diary:hover {
	color: #FFDCB7;
	text-decoration: none;
}
a.link_mail:hover {
	color: #DCE3F9;
	text-decoration: none;
}
a.link_link:hover {
	color: #ECFFDC;
	text-decoration: none;
}
a.link_myspace:hover {
	color: #C5ACD7;
	text-decoration: none;
}
a.link_home:hover {
	color: #FFFFCC;
	text-decoration: none;
}


/* -------------------- GoTop -------------------- */

#kanshu {
	clear: both;
}

#goTop {
	float: right;
	position: fixed;
	width: 85px;
	height: 150px;
	bottom: 0;
	right: 10px;
}

#goTop span {
	display: none;
}


/* -------------------- Clearfix -------------------- */

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

