@charset "UTF-8";

body {
	color: #fff;
	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: #000;
}
a{text-decoration: none;}
a:link {color: #fff;text-decoration: none;}
a:visited {color: #fff;text-decoration: none;}
a:hover {color: #fff;text-decoration: none;}

a.txt{text-decoration: none;}
a.txt:link {color: #fff;text-decoration: none;}
a.txt:visited {color: #fff;text-decoration: none;}
a.txt:hover {color: #fff;text-decoration: underline;}
a.txt:hover {color /**/: #fff;text-decoration /**/: none;border-bottom /**/:1px #fff 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;
	margin:0 auto;
	overflow: hidden;
}
#content:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


#Left, #Right {
	float:left;
	background:#000;
/*--
--*/
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#Left{
	width:170px;
	background:#000;
}
/*--
#Right{
	text-align:left;
	width:780px;
	background:#000;
	background-image:url("/contents2008aw/images/bg.jpg");
	background-repeat: repeat-y;
}
--*/

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

#Top {
	height:750px;
}
#Top:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


#TopLeft, #TopRight {
	float:left;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#TopLeft{
	width:280px;
}
#TopRight{
	width:500px;
	height:750px;
}
#News{
	width:160px;
	margin:306px auto 0 auto;
	line-height:1.5;
	text-align:left;
}

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


