@import "general.css";
/* -----------------------------------
standard
----------------------------------- */
body {
	background-color: #FFFFFF;
}
a:link		{ text-decoration: underline;}
a:visit		{ text-decoration: underline;}
a:hover 	{ text-decoration: underline;}
a:active	{ text-decoration: underline;}

/* -------s----------------------------
layout
----------------------------------- */
#container {
	width:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* globalnavi */
#globalnavi{
	display: none;
}
/* sidemenu */
#sidemenu {
	display: none;	
}
/* contents */
#content {
	width:auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#content #pagenavi{
	display: none;
}

/* footer */
#footnavi {
	display: none;
}
#footer {
	margin-top: 30px;
}

