html,body{
	background-image: url(img/bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: black;
	color: #ffa500;
	font-size:12px;
	margin: 0px 0px 0px 0px ;}
img {border: none;}

.counter{
	margin-top:15px;
	text-align:right;}

.box1 {
	margin-top: 50px;
	margin-left: 70px;
	filter: Alpha(opacity=80);
	width: 200px;
	height: auto;}
.box1_title {
	filter: Alpha(opacity=80);
	text-align: center;
	border-bottom: none;;
	border: 1px solid white;
	background-color: #800000;}
.box1_in {
	filter: Alpha(opacity=80);
	border: 1px solid white;
	border-top: none;
	color: #696969;
	padding-top: 5px;
	padding-left: 10px;
	height:180px;
	background-color: #dcdcdc;
	overflow: scroll;}
.koushinbox{ 
	text-align: center;
	padding-top: 30px;
	margin-top: 66px;
	margin-left: 65px;
	width: 200px;
	height: 300px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(img/bmlogo.jpg);
	font-size: 11px;
	color: #000000;}
.hr {border: 3px double black;}
.hr2{border: 1px solid white;}
.red {
	color: red;
	font-weight: bold;}