* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font: 12px "ヒラギノ丸ゴ Pro W4", Meiryo, Osaka, "ＭＳ ゴシック", sans-serif;
	line-height: 140%;
	text-align: center;
	background-color: #000;
}

#wrapper {
	text-align: center;
	display: block;
	width: 900px;
	text-align: left;
	margin: 0 auto;	
}

div#contents {
	text-align: left;
	float: left;
	width: 900px;
	background: #000;
	margin: 0;
	padding: 0;
}

#header {
	float: left;
	text-align: center;
	width: 900px;
	height: 250px;
	margin: 0;
	padding: 0;
	background: #000000 url(../imgs/top/top_header.png) no-repeat;
}

#header #toplogo {
	float: left;
	width: 300px;
	height: 87px;
	background: url(../imgs/top/flow_logo.jpg) no-repeat;
	margin-top: 144px;
	_margin-top: 124px;
	margin-left: 300px;
	_margin-left: 150px;
}

h1 {
	font-size: 1px;
	text-indent: -9999px;
}

/*トップナビ*/
#navi {
	float: left;
	width: 900px;
	height: 25px;
	margin: 0;
	padding: 0;

}
.menu {
    position: relative;
}

.rb_toggle {
	height: 25px;
    line-height: 25px;
    padding: 0px 5px 0 0;
	margin-left: 470px;
}
.rb_toggle span {
    color: #FFF;
    font-size: 13px;
    cursor: hand;
    cursor: pointer;
}
.rb_toggle span.hover {
    color: red;
}

.rb_menu {
	width: 330px;
	height: 25px;
	line-height: 25px;
    position: absolute;
    left: 550px;
    _left: 80px;
    top: 0;
	padding: 0;
}

.rb_menu ul,
.rb_menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
	height: 25px;
}
.rb_menu li {
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 0;
}
.rb_menu a {
    font-size: 12px;
    font-weight: regular;
    color: #f90;
    text-decoration: none;
}
.rb_menu a:hover {
    text-decoration: underline;
}
.rb_menu a.current {
    color: #999;
}


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

.clearfix {display: inline-block;}

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

#main {
	width: 900px;
	padding: 0;
	margin: 0;
	height: 488px;
	_height: 483px;
	background: #000;
}

#footer {
	float: left;
	width: 900px;
	height: 0px;
	margin: 0;
	padding: 0;
	background: #000;
	text-indent: -9999px;
}
em {
	visibility: hidden;
}
#clear {
	width: 800px;
	
	margin: 0;
	padding: 0;
	background-color: #000;
}

img {
	margin: 0;
	padding: 0;
}