body {
	background-image: url(../common/all_bg.gif);
	background-position: center;
	padding: 0px;
	width: 100%;
	font-size: 10px;
	color: #808080;
	height: 100%;
	margin: 15px 0px 0px;
	line-height: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1, h2, h3, h4 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
ul,li {
	padding:0px;
	list-style-type: none;
	margin-left: 0px;
}

a:link { color: #66f; text-decoration: none }
a:visited { color: #669; text-decoration: none }
a:hover { color: #f33 }

.header {
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 750px;
	height: 33px;
	padding: 0px;
}
.head_logo {
	background-image: url(../common/site_logo.gif);
	height: 33px;
	width: 277px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.head_logo a {
	display: block;
	height: 33px;
	width: 277px;
	text-indent: -9999px;
	overflow: hidden;
}
.count {
	margin-top: 23px;
	width: 150px;
	float: right;
}
.count img {
	height: 10px;
}
.main_swf {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main_container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 15px;
}

.main_container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.main_container {display: inline-table;}

/* Hides from IE-mac \*/
* html .main_container {height: 1%;}
.main_container {display: block;}
/* End hide from IE-mac */

.main_container2 {
	float: right;
	width: 556px;
}
.main_left {
	float: left;
	width: 180px;
}

.main_right {
	float: right;
	width: 182px;
	border: 1px solid #808080;
}
.main_center {
	width: 358px;
	float: left;
}
.sub_img_swf {
	border: 1px solid #808080;
	width: auto;
	padding: 0px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
	height: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
	clear: both;
}