@charset "utf-8";

/*全体構造---------------------------------------*/
body,h1,h2,ul,ol,li,p{
	margin:0;
	padding:0;
}


#wrapper {
	width: 800px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-color: #349ED2;
}

#container {
	width: 800px;
	position: relative;
	background-color: #349DD1;
}



/*ヘッダー------------------------------------*/
#header {
	height: 115px;
	width: 798px;
	background-image: url(../images/header.gif);
}

#header h1 {
	text-align: center;
	text-indent: 100px;
	font-size: 14px;
	color: #FFF;
}




/*サイドバー-------------------------------------------*/

#sidebar {
	margin: 0px;
	font-size: 12px;
	text-align: left;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	width: 140px;
	position: relative;
	color: #FFF;
}
#sidebar h2{
	margin: 0px;
	font-size: 12px;
	color: #FFF;
}
#sidebar h3 {
	font-size: 12px;
	line-height: 0px;
	color: #FFF;
}
#logo {
	height: 75px;
	width: 180px;
	margin-top: 10px;
	margin-left: 160px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

#sidebar p {
	font-size: 14px;
}



/*ライトボックス---------------------------------------*/
#rightbox {
	width: 650px;
	margin: 0px;
	padding: 0px;
	float: left;
}


/*コンテンツ------------------------------------------------*/
#content {
	height: 25px;
	width: 640px;
	padding: 0px;
	text-align: left;
	left: 1px;
	top: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#content ul li {
	float: left;
	list-style-type: none;
	width: 105px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}

#content ul li a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#content li#home {
	background-image: url(../images/home_off.gif);
	background-repeat: no-repeat;
}

#content li#menu {
	background-image: url(../images/menu_off.gif);
	background-repeat: no-repeat;
}

#content li#party {
	background-image: url(../images/party_off.gif);
	background-repeat: no-repeat;
}


#content li#room {
	background-image: url(../images/room_off.gif);
	background-repeat: no-repeat;
}

#content li#map {
	background-image: url(../images/map_off.gif);
	background-repeat: no-repeat;
}

#content li#job {
	background-image: url(../images/job_off.gif);
	background-repeat: no-repeat;
}

/*#####マウスオーバー####*/
#content li#home a:hover {
	background-image: url(../images/home_on.gif);
	background-repeat: no-repeat;
}

#content li#menu a:hover{
	background-image: url(../images/menu_on.gif);
	background-repeat: no-repeat;
}

#content li#party a:hover{
	background-image: url(../images/party_on.gif);
	background-repeat: no-repeat;
}

#content li#room a:hover{
	background-image: url(../images/room_on.gif);
	background-repeat: no-repeat;
}

#content li#map a:hover{
	background-image: url(../images/map_on.gif);
	background-repeat: no-repeat;
}

#content li#job a:hover{
	background-image: url(../images/job_on.gif);
	background-repeat: no-repeat;
}


/*メイン-----------------------------------------------*/

#main {
	width: 650px;
}
#position {
	height: auto;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}





/*フッター------------------------------------------------*/
#footer {
	height: auto;
	width: 800px;
	text-align: center;
	font-size: 14px;
	clear: both;
	color: #FFF;
}
#footerlist {
	height: 10px;
	width: 450px;
	padding-left: 250px;
	margin-top: 20px;
}

#footer ul  li{
	float: left;
	list-style-type: none;
	width: 50px;
	height: 15px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#copyright {
	width: 800px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*その他--------------------------------------------------*/
#moji {
	position: absolute;
	height: 215px;
	width: 70px;
	left: 35px;
	top: 19px;
}

/*タイトル-------------------------------------------------*/
#title {
	height: 150px;
	width: 650px;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
#qr {
	height: 130px;
	width: 120px;
	margin-top: 20px;
	text-align: center;
}
