@charset "utf-8";
/* p */

html{
	width: auto;
	color: black;
	background: white none;
}
body{
	background-color: white;
}
#box{
	width: auto;
	margin: 0 auto;
	background: transparent none;
}
#box-inner{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#header{
	width: 100%;
	background: transparent none;
	height: auto;
	color: black;
}
h1{
	color: black;
	font-size: 14pt;
	margin: 0 0 0.5cm 0;
	position: relative;
	top: 0;
	left: 0;
	background: transparent none;
}
h1 a{
	display: inline;
	width: auto;
	height: auto;
	text-indent: 0;
	font-size: 14pt;
	overflow: hidden;
	color: black;
	background: transparent none;
}

#footer{
	clear: both;
	width: 100%;
	height: auto;
	background: transparent none;
	color: black;
	font-size: 9pt;
}

#main{
	width: auto;
	background: transparent none;
}

#sidemenu{
	display: none;
}
#contents{
	width: auto;
	float: none;
	background: transparent none;
}
