@charset "utf-8";
/* CSS Document */

#header,#navi,#sidebar{
	display:none;
}

#content-inner{
	padding:0;
	margin:0;
}

#footer{
	display:none;
}


caption,h1, h2, h3, h4{
	border:none;
	color:#333;
	border-bottom:1px solid #333;
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
    background-image: none;
    line-height: 1.4;
    max-width: 90%;
    min-width: 80%;
    margin: 0 auto;
	font-size:80%;
	width:649px;
}

img.map{
	float:left;
}
p, dt, dd, th, td, li  {
    line-height: 1.8;
}

table{
	width:85%;
	float:left;
}
table,th,td{
}