@charset "utf-8";

*{
	margin:0px;
	padding:0px;
}
body{
	text-align:center;
	padding:0px;
	margin:0px;
}
div#wrapper{
	margin:30px auto;
	text-align:center;
	border:none;
	padding-top:10px;
	padding-bottom: 10px;
}

/* wrap
----------------------------------------------------------------------------- */
div#body{
	border:none;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	line-height:1.5em;
	word-break:normal;
	word-wrap: break-word;
}
div#footer{
	font-size:10px;
	color:#888;
	text-align:center;
	margin:10px 10px 0px 10px;
	padding:10px;
	border-top:1px solid #ddd;
}
div#footer a{
	color:#888;
}
div#toolbar {
	padding-top:5px;
	font-size:10px;
}
div.jumpmenu{
	display:none;
}

/* ■■ design ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* Summary
----------------------------------------------------------------------------- */
#summary{
	margin:45px 0px 0px 0px;
	clear:both;
}
#note{
}

/* Header
----------------------------------------------------------------------------- */
#header{
	font-family:Arial,"Sans Serif","generic font family";
}
#header a{
	text-decoration:none;
}
#logo a{
	text-decoration:none;
}

/* Footer
----------------------------------------------------------------------------- */
div#footer a{
	text-decoration:none;
}
