/* CSS Document */

#header_left{
		float:left;
		}
		
#header_right{
		float:right;
		text-align:right;
		}		



#header li{
		float:left;
		list-style-type:none;
		}


#glovalnavi li{
		float:left;
		}




#contents_left{
		float:left;
}

#contents_right{
		float:right;
}


#footer{
		clear:both;
}