@charset "UTF-8";
@import "reset.css";
@import "screen.css";


/* ========================================================= */
/* ------------------------------------
   layout
 ------------------------------------ */
body {
	background-image:none;
}
div#PAGE {
	position:static;
	margin:0;
	width:788px;
	padding:0;
}



/* ------------------------------------
   set
 ------------------------------------ */
div#SITE_CONTENTS ul {
	width:850px;
}

div#SITE_INFO p {
	position:static;
	_width:620px;
	background-color:#557a3a;
	color:#ffffff;
	font-size:90%;
	padding:20px;
	text-align:right;
}
div#SITE_INFO ul {
	zoom:1;
	width:788px;
}
div#SITE_INFO ul li.sitepolicy {
	clear:both;
}
div#SITE_CONTENTS ul li.menber {
	right:70px;
}
div#SITE_INFO ul li.fontsize ul.fontchange {
	width:70px;
}
.pagetop {
	float:right;
	width:100%;
}
div#SITE_INFO p {
	clear:both;
}


/* ========================================================= */
/* ------------------------------------
   body.home
 ------------------------------------ */

/* section */
html[xmlns] body.home div.section div.about,
html[xmlns] body.home div.section div.event {
	float:left;
	margin-right:11px;
}

body.home div.section div.about dl {
	_margin-top:-70px;
}

/* pickup */
body.home ul.pickup {
	width:500px;
}


/* ========================================================= */
/* ------------------------------------
   body.forum
 ------------------------------------ */
body.forum div#CONTENTS ul.links {
	_right:-110px;
}

