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

body {
	color: #666;
	text-decoration: none;
	font-size:10px;
	line-height:14px;
	border:none;
	border-collapse:collapse;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: #f5f5f5;
}

a{text-decoration: none;}
a:link {color: #133a44;text-decoration: none;}
a:visited {color: #133a44;text-decoration: none;}
a:hover {color: #133a44;text-decoration: underline;background: #eeeeee;}

h1,h2,h3 { display:none; }

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

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

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

/*-------------------container--------------------*/

#Container{
	margin:0px auto 0px auto;
	width:800px;
}

/*-------------------トップエリア--------------------*/
#topflash{
	width:800px;
	height:750px;
	background: #ffffff;
}

/*-------------------コピーエリア--------------------*/
#CopyArea{
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 0px;
	background: #fff;
	width:800px;
}

#CopyJ{
	padding:0px 0px 40px 0px;
	margin:0px auto 0px auto;
	width:700px;
}
#bodyJ {
	padding:0px 0px 0px 420px;
	font-size:10px;
	line-height:16px;
}


/*-------------------キャプション--------------------*/
#CapArea{
	clear:both;
	margin:0px 0px 0px 0px;
	width:800px;
	background: #fff;
}
.caption{
	padding:15px 0px 15px 0px;
	margin:0px auto 0px auto;
	width:700px;
	font-size:10px;
	line-height:14px;
}

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

