@charset "utf-8";

* {
	margin			:0;
	padding			:0;
	border			:0;
	border-width		:0;
}
html {
	font-family		:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size		:60%;
	white-space		:nowrap;
	width			:100%;
	height			:100%;
}
body {
	width			:100%;
	height			:100%;
	background-color	:#fff;
	margin			:0;
	padding			:0;
}
#index {
	width			:100%;
	height			:100%;
}
#nba {
	width			:100%;
	height			:100%;
}
img {
	border			:none;	
}
address,ul,li {
	margin			:0;
	padding			:0;
}

/* footer -------------------------------------------------------------------------------------------------------*/

#footer {
	position		:absolute;
	width			:100%;
	height			:50px;
	background-color	:#000;
	border-top		:1px #333 solid;
}
#footer div.logo {
	position		:absolute;
	bottom			:10px;
	left			:10px;
}
#footer div.linkset1 {
	position		:absolute;
	bottom			:25px;
	left			:90px;
	width			:313px;
}
#footer div.linkset1 ul {
	list-style		:none;
}
#footer div.linkset1 li {
	display			:inline;
	list-style		:none;
	padding			:0 0 0 5px;
}
#footer div.linkset1 li a {
	color			:#fff;
	text-decoration		:underline;
}
#footer div.linkset1 li a:hover {
	text-decoration		:none;
}
#footer div.linkset2 {
	position		:absolute;
	bottom			:7px;
	left			:90px;
	color			:#fff;
	clear			:both;
}
#footer div.linkset2 a {
	text-decoration		:none;
	color			:#fff;
	margin			:0 5px 0 5px;
}
#footer div.linkset2 a:hover {
	color			:#888;
}
#footer address {
	font			:1em;
	line-height		:1.6em;
	color			:#fff;
	position		:absolute;
	bottom			:7px;
	right			:10px;
}



/* add shinsei 2009.3.24 start */

table{margin-top:50px;}

#MetaDataPlaceholder{display:block;margin-top:50px;}
/* add shinsei 2009.3.24 end */