body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote {
	margin:0;
	padding:0;
}

fieldset,img {
	border:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0 0 0 0;
	border: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	width: 720px;
	min-width: 600px;
	text-align: left;
	overflow-y: scroll;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif, Arial Black, Times New Roman, "Hiragino Kaku Gothic Pro", Osaka, "HGP創英角ｺﾞｼｯｸUB";
	color: #333333;
	background-color: #F0F0F0;
}

/* for Internet Explorer 6 */
*html body {
	padding: 60px 0 20px 0;
	overflow-y: auto;
}
*+html body { overflow-y:auto; }


/**************/
/* Whole area */
/**************/
#container {
	padding: 0px;
	width: 720px;
//	margin-left: auto;
//	margin-right: auto;
}

#shadow {
	width: 710px;
	padding: 0px;
	margin-left: 4px;
	margin-right: 4px;
	border: #000000 1px solid;
	background-color: #fff;
}


/***************/
/* Header area */
/***************/
#header {
//	width: 100%;
	width: 720px;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	overflow: auto;
}

* html #header { height: 60px; }


/*************/
/* Main area */
/*************/
#index-height {
//	width: 100%;
	width: 720px;
	min-width: 600px;
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 20px;
	right: 0;
	overflow: auto;
}

* html #index-height {
//	width: 100%;
	width: 720px;
	height: 100%;
}


/***************/
/* Footer area */
/***************/
#footer {
//	width: 100%;
	width: 720px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	overflow: auto;
}

#copyright {
	text-align: center;
	font-size: 90%;
	background-color: #000066;
	color: #FFFFFF;
}

* html #footer { height: 20px; }


a {text-decoration:none;}
a:hover {text-decoration:underline;}
