@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;}



h1,h2,h3 { display:none; }

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

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

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

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

#Left{
	float:left;
	width:170px;
	height:599px;
	background:#fff;
	overflow:hidden;
}
#Right{
	float:right;
	text-align:left;
	width:780px;
	height:599px;
	background:#fff;
}

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

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

#News{
	width:780px;
	height:150px;
	background:#000;
	line-height:1.5;
	text-align:left;
	padding:15px 0 0 40px;
}

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


