/*すべて*/
*{margin:0; padding:0;}


/*全体　はじまり*/
body{
	background-color:#87cefa;
	width:100%;
}
#body_layout{
	width:910px; 
	position:relative;
	margin:0 auto;
	background-color : white;
}

/*ヘッダー　はじまり*/
#header_layout{
	width:100%;
	background-color: white; 
	height:100px;
}
#header_logo{
	width:420px; 
	height: 80px;
	background-color: white;
	float:left; 
}
#header_logo p{
	height:40px; 
	width:395px; 
	margin-top:20px; 
	margin-left:10px;
	margin-bottom:20px;
}
#header_link{
	width:480px;
	height: 80px;
	float:left; 
	background-color: white;
}
#header_link div.header_icon{
	width : 72px;
	margin-top : 20px;
	margin-bottom : 20px;
	float : left;
  	font-size : small;
  	text-align : center;
}
#header_link img{
	margin-top: 20px;
}

#header_link div.header_icon a:link{
	text-decoration:none;
}
#header_link div.header_icon a:visited{
	text-decoration:none;
}


/*top_menu は　top_menu.css　*/

/*トップの画像　はじまり*/
#top_image { 
	height : 195px;
	margin-left: 10px;  
	margin-right : 10px; 
/*	padding-top: 5px;*/
	background-color: #527B9B;
}
#top_image img{ 
	margin: 0px; 
	padding: 0px;
}
/*トップの画像　おしまい*/

/*コンテンツ*/
#contents_layout{
	clear:both;
	width: 100%;
	background-color: white;
	float: left;
}
#side_menu{
	font-size : small;
	width: 150px;
	background-color: white;
	margin-left: 10px;
	float: left;
	border: 1px solid gray;
}
#room_sidemenu{
	font-size : small;
	float: left;
	margin-left: 10px;
}


#contents_text{
	width: 720px;
	float: left;
}
/*TOPページ用はwsys_index.css*/

#footer_layout{
	width : 100%;
	padding-bottom : 10px;
}
#footer_layout div.footer_navi {
  text-align: center;	
  font-size : small;
  padding : 10px;
}
#footer_layout div.copyright {
  color: #FFFFFF;
  text-align: center;
  background-color: #0E0028;
  font-size : small;
  margin-left : 10px;
  margin-right : 10px;
}

#footer_menu_layout{
	margin-left: 160px;
	width: 690px;
	padding: 10px;
}
#footer_menu_layout ul{
	list-style-image: none;
}
#footer_menu_layout li{
	float: left;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px #527B9B solid;
	font-size : xx-small;
	list-style-type: none;
	white-space: nowrap;
}
#footer_menu_layout a{
	text-decoration: none;
}
/* xsl用*/
div.clear_both{
	clear:both;
}
div.clboth{
	clear: both;
}