@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

body {
	background: #fff url(/img/back.jpg) repeat-y center -50px fixed;
	color: #333;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	letter-spacing: 0.1em;
}

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

a:hover {
	color: #ae2624;
}

img {
	border: 0;
}

.cl {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}


/* ---------- Layout ----------  */

#container {
	width: 800px;
	min-height: 100%;
	margin: 0 auto -80px auto;
	height: auto !important;
	height: 100%;
	text-align: left;
}

h1 {
	background: #2b3765;
	margin: 0 auto;
	padding: 3px 10px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

#menu {
	height: 750px;
}

#info {
	width: 700px;
	margin: 0 50px;
}

#live {
	float: left;
	width: 330px;
	padding-bottom: 30px;
}

#whatsnew {
	float: right;
	width: 330px;
	padding-bottom: 30px;
}

#footer-space {
	clear: both;
	height: 80px;
}

#footer {
	position: relative;
	clear: both;
	width: 800px;
	height: 80px;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
}


/* ---------- Info ----------  */

#info p {
	margin: 0;
}

#info ul {
	background: #f4f2ed;
	list-style: none;
	margin: 0;
}

#info li {
	background: url(/img/arrow_moreinfo.gif) no-repeat left 7px;
	margin: 0 15px;
	padding: 3px 0 3px 10px;
}


/* ---------- Footer ----------  */

#footer #footerMenu {
	list-style: none;
	margin: 0 50px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#footer #footerMenu li {
	display: inline;
	margin: 0 5px;
}

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

#footer #footerMenu a:hover {
	color: #ae2624;
}

#footer #copy {
	position: absolute;
	top: 59px;
	left: 0px;
	width: 780px;
	background: #2b3765;
	padding: 3px 10px;
	color: #fff;
	font-size: 11px;
	text-align: right;
}


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

#goTop {
	float: right;
	position: fixed;
	width: 90px;
	height: 110px;
	bottom: 50px;
	right: 0;
}

#goTop span {
	display: none;
}


/* ---------- SNS ----------  */

#sns {
	position: fixed;
	top: 20px;
	right: 0;
	width: 50px;
	z-index: 100;
}

#sns ul {
}

#sns li {
	display: block;
	width: 50px;
	height: 60px;
	margin-bottom: 10px;
}


/* ---------- FujiRockSeminarFestival ----------  */

#bnrFujiRockSeminar {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}


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

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