/*-------------------------------------------------------共通--------------------------------------------------------*/

body {
	color: #fff;
	font-family: Meiryo, Verdana, Arial, helvetica, sans-serif;
	text-decoration: none;
	font-size:11px;
	line-height:1.4;
	border:none;
	border-collapse:collapse;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: #C93C1F;
	background-image:url("../images/bg.jpg"); 
	background-position:top center; 
	background-repeat:repeat-x; 

	text-align:center;
}


a{text-decoration: none;}
a:link {color: #ffffff;text-decoration: none;}
a:visited {color: #ffffff;text-decoration: none;}
a:hover {color: #ffffff;text-decoration: none;border-bottom:1px #ffffff dotted;position:relative; top:-1px;}


h1,h2,h3,h4 { text-indent: -9999px;height:0px; }

/*--黒--*/
.Black {
	color: #000;
}

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

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

/*-------------------container--------------------*/
#Container{
	margin:0px auto 0px auto;
	width:778px;
}

/*-------------------トップエリア--------------------*/
#Top{
	margin:0px 0px 0px 0px;
	width:778px;
	height:700px;
}

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