@charset "UTF-8";

body {
	color: #000;
	font-family: 'Times New Roman',Times,'ＭＳ 明朝','ＭＳ Ｐ明朝',serif;
	text-decoration: none;
	font-size:11px;
	line-height:16px;
	text-align:center;
	border:none;
	border-collapse:collapse;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: #fff;
}

a{text-decoration: none;}
a:link {color: #000;text-decoration: none;}
a:visited {color: #000;text-decoration: none;}
a:hover {color: #000;text-decoration: none;}

a.txt{text-decoration: none;}
a.txt:link {color: #000;text-decoration: none;}
a.txt:visited {color: #000;text-decoration: none;}
a.txt:hover {color: #000;text-decoration: underline;}
a.txt:hover {color /**/: #000;text-decoration /**/: none;border-bottom /**/:1px #000 dotted;position /**/:relative; top /**/:-1px;}

a.banner:link{text-decoration: none;}
a.banner:visited{text-decoration: none;}
a.banner:active{text-decoration: none;}
a.banner:hover{text-decoration: none;}
a.banner:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
}


h1,h2,h3 { display:none; }

/*--クリア--*/
.clears{
	clear:both;
}

/*--非表示--*/
.hide{
	display:none;
}

/*--Newマーク--*/
.New{
	color: #cc0000;
}
img {
	border: none;
}



/*-------------------全般--------------------*/
#Container{
	margin:0 auto;
	width:950px;
}
#content{
	width:950px;
	height:600px;
	margin:0 auto;
	overflow: hidden;
}

#Left.top{
	float:left;
	width:170px;
	height:600px;
	background:#fff;
	background:url('../images/topmenubg.gif') top left no-repeat;
	display: block;
	overflow:hidden;
}
#Right.top{
	float:right;
	text-align:left;
	width:780px;
	height:600px;
	background:#fff;
	display: block;
	overflow:hidden;
	margin-left:-10px;
}

#Banner{
	margin-top:102px;
}

/*-------------------トップ--------------------*/

#Flash {
	overflow:hidden;
	width:780px;
	height:600px;
	background:#fff;
	text-align:right;
}

/*-------------------フッタ--------------------*/
#Foot{
	margin:0px auto;
	width:950px;
	height:90px;
}



