body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: 78%/1.4 "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic";
	text-align: center;
	background: #CCCCCC;
}
a {
	color: #3366CC;
	text-decoration: underline;
}
img { border-width: 0px; }

a:hover {
	color: #EE568A;
	text-decoration: none;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#livecameraBox {
	background: #FFFFFF;
	margin: 10px auto;
	width: 660px;
}
#livecameraBox .pagetitle {
	margin: 0px;
	padding: 0px;
}
#livecameraBox  .mainarea {
	margin: auto auto 10px;
	height: 450px;
	width: 600px;
}
#livecameraBox .thumbnail {
	background: url(livecamera_bg01.gif) repeat-x;
	padding: 10px;
}
#livecameraBox .thumbnail td.list {
	text-align: center;
	padding: 0px 15px;
}
#livecameraBox .thumbnail td.list img  { margin: 5px; }

#livecameraBox    .camera a  {
	background: url(livecamera_photo_off.gif) no-repeat;
	height: 100px;
	width: 130px;
	display: block;
}
#livecameraBox .camera a:hover {
	background: url(livecamera_photo_on.gif) no-repeat;
	height: 100px;
	width: 130px;
	display: block;
}
#livecameraBox .thumbnail td.listtxt {
	text-align: center;
	padding-top: 2px;
}
#livecameraBox  .thumbnail  td.listtxt img  { margin-right: 3px; }
#livecameraBox .closebtn {
	margin: 10px 20px;
	padding: 0px;
	text-align: right;
}

