
/* ---------------------------------------- 
				layout				
---------------------------------------- */
body  {
	margin:0;
}	
#layout{
	width:900px;
	margin: auto;
	text-align: center;
	background-color: #FFFFFF;
	}
	
/* ---------------------------------------- 
				header				
---------------------------------------- */

#header{
	margin-bottom: 5px;
	}

#header h1{
	background:url(../img/index/logo_main.png) no-repeat;
	width:580px;
	height:63px;
    text-indent:-9999px;
	float: left;
	}
	
#header .login_box{
	float: right;
	}

/* ---------------------------------------- 
		        main				
---------------------------------------- */
.main_waku {
	width: 900px;
	height: 680px;
}
	

/* ---------------------------------------- 
		        menu				
---------------------------------------- */
.menu_twaku {
	background-color: #73B6CE;
	margin-bottom: 3px;
}
.menu_waku {
	background-color: #73B6CE;
	margin-top: 3px;
}
	
/* ---------------------------------------- 
		       clearfix				
---------------------------------------- */
.clearfix {
	overflow:hidden;/*dw*/
	display:inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
